• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

AzCastBar

 

Project Updated:
Files Updated: Thu, Aug 13 2009
Supports Game Version: 3.2.0
Category: Buffs & Debuffs
Tags:

, , , , and [Edit Tags]

Project Manager: Aezay
Additional Authors: No additional authors
Current Version: 09.08.13
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 177
Downloads Total: 194,206
Favorites: 330
Comments: 192
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About AzCastBar
  •  

AzCastBar Addon


A highly customizable and lightweight casting bar replacement addon, with support for saved profiles and plugins.

The main release comes with the following plugins:

  • Casting Bars (player, target, focus, pet)
  • Mirror Bars (breath, feign death and fatigue)
  • Player Auras (buff, debuff, tracking and weapon enchant timers)
  • Target Auras (same as player auras, but for your target by default, works as a dottimer)

The player cast bar supports safe zone indication for both cast and channeled spells. This "zone" represents your latency, when the spellcast has passed this point, you can safely cancel the cast and the spell will still fire.

The option dialog, along with the saved profiles are Load on Demand, which means it will only be loaded and take up memory when you're setting up the plugins.

The slash command for AzCastBar is "/acb". Using it will open the the option dialog. You can clear all plugin settings and reset them to their defaults by using the slash command "/acb wipeconfig". This does not affect the saved profiles.

Plugin Support


This addon is build up around the possibility to add more bars with different functions, known as plugins.

The plugin package for this addon which you can find on WoWInterface includes the following plugins:

  • Global Cooldown Timer
  • Loot Roll Timers
  • Battleground Timers
  • Flight Timer
  • Swing Timer
  • Totem Timers
  • Shaman Timers

You can find the official plugin package here:
http://www.wowinterface.com/downloads/info8437-AzCastBarPlugins.html

Lacking Features, Ideas & Problems


  • CastBar: When crafting a tradeskill item, and you run out of mats or in other ways fail the craft, the cast bar may hang. This issue will be fixed soon.
  • Aura Timers: I plan on adding a filter to this, so you can filter out any buffs you do not want to clutter up the bars.
  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  AzCastBar 09.08.13 Release 3.2.0 27,323 8/13/2009
  AzCastBar 09.05.17 Release 3.1.0 27,000 5/17/2009
  AzCastBar 09.04.27 Release 3.1.0 11,020 4/27/2009
  AzCastBar 09.04.19 Release 3.1.0 8,357 4/19/2009
  AzCastBar 09.04.13 Release 3.1.0 3,434 4/13/2009
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Aezay said

    [HashBrownJM]
    An option to color the debuffs are already in, and should be working by default. Look for the "Use the Default Debuff Colors" option under the Colors category of the Target Debuffs plugin.

    Reply Report Permalink
  • Right, but I mean can we customize the ACTUAL various debuff colors. So for example, instead of it just defaulting to a light red/green/purple, etc., we can actually CHOOSE the shade of red/green/purple/whatever we want for the various kinds of debuffs.

    Reply Report Permalink
  • Could an option be put in this so on auras, there is more than one color for debuff?

    Like, if we could pick colors for the KINDS of debuffs (poison, disease, curse, etc.) that'd be AWESOME.

    Reply Report Permalink
  • Yeah, says it reduces speed by 50% and attack speed by 20% STACKS UP TO 2 TIMES.

    So really it doesn't stack at all then, ya?

    Reply Report Permalink
  • Grave7 said

    @HashBrownJM: From 3.2.2 patchnotes "Infected Wounds: The debuff generated by this talent no longer stacks and instead causes the full effect with a single application." the talent-tooltip haven't been corrected yet, I guess.

    Reply Report Permalink
  • I'm rather curious, I've got the target aura bar enabled (and it works awesome) except that when I'm mangling my target (cat or bear), it's not showing a stack of two Infected Wounds. It just keeps resetting the timer but never shows the stack at two.

    Do we know what's up w/that?

    Reply Report Permalink
  • Aezay said

    [zealvurte]
    I seem to remember something odd about those buffs, but it is not a problem with AzCastBar, but the way that WoW reports the active buffs. This will happen with any buff addon, even the default buff bars (unless they use some kind of OnUpdate handler to update).

    Reply Report Permalink
  • zealvurte said

    Not sure if this has been reported on before, but the player auras are not working correctly with the shield charges of argent tournement mounts.

    The timing and application is fine, but it's not updating the count when a charge is removed from you.

    Any chance of a fix for this? Currently i resort to focusing my mount to see the charges instead.

    Reply Report Permalink
  • Aezay said

    [zasy999]
    Although I read both sites, I prefer WoWInterface.
    It's true, AzCastBar pulls the latency number from the GetNetStats() function, which as far as I am aware, gets updated with the average latency every 10th second. There is an alternative way to measure the latency, which is to check the difference between the CAST_SENT and the CAST_SUCCESSFUL event, but this method has some side effects. I actually had one version of the castbar plugin use this alternative method, but I pulled it again (Take a look at 09.04.13 and 09.04.19 for changelog).
    The thing is, when you "spam click" the cast button when getting close to the end of the cast, so does the CAST_SENT event get spammed, so it's not really possible to check when it's actually allowed to cast the next spell.

    Reply Report Permalink
  • zasy999 said

    Haha, you wouldn't believe it, I went and tried your version from 09.04.13 with the "real time latency" option and that's it, that's what I was looking for.
    I had other castbars running at the same time to compare and now they are all spot on. This version of the latency is what I'm used to (and I assume others too since most castbars work this way) and I never had a problem with them, I found them accurate to get quick chain casts off successfully.
    So here's me begging you to return that option :D
    It is possible? It's nice to have the option, maybe default to the method you have currently running now and let us hardcore guys bent on using the alternative method have our way, haha.
    If I need to report anything new I'll be sure to sign up on WoWInt.
    Thanks!

    Reply Report Permalink
  • zasy999 said

    Aezay:
    I noticed something strange, the latency part of the castbar.
    If I'm not mistaken it seems to be reporting the server latency and not the actual cast latency, this would explain why its very consistent and hardly ever changes whereas typically the latency between each cast can vary quite a lot.
    I've also gone back and tried a number of other castbars I have in the past and low and behold they all report the same as each other, that is, with every cast the latency changes a lot whereas with AZCastbar its always showing the server latency.
    I noticed this as I was trying to quickly get off successive casts only to have them not work, this was in scenarios where the actual cast latency was less than that of the server (and what AZCastbar reported) and therefore they failed.
    Is there any way for you to fix this, or at least offer an option what which type of latency is being shown.
    I don't want to stop using your addon because I like it in every other way.
    Examples of other castbars that seem to report cast latency correctly:
    Quartz, Pitbull 4's new integrated Castbar, X-Perl, Gnosis and various others.
    Would love to hear your feedback what you think this may be.
    P.S. Where is better to report for you, here or on WoWInt?

    Reply Report Permalink
  • Aezay said

    [zasy999]
    If you go to the end of the "acb_Auras\core.lua" file and make a SpawnAuraPlugin("PetAuras") for example, you can then configure this new plugin to monitor "pet" auras and that should do what you want?
    AzCastBar already have a GlobalCooldown plugin, it is available in the plugin package:
    http://www.wowinterface.com/downloads/info8437-AzCastBarPlugins.html

    [lovemetal]
    Any profiles you save, will be available on any other char you have on that account. If you're not able to see saved profiles on another char, it could be due to some write protection of the saved variables.

    Reply Report Permalink
  • zasy999 said

    Aezay:
    Perfect, with your instructions I added pet aura monitoring and downloaded and added a few of the plugin bars, I hadn't seen that plugin pack.
    Thank you very much for your reply :D

    lovemetal:
    Step by step instruction on profiles.
    1. Set up everything just as you want it.
    2. Click on "Profiles" then type in a profile name in the text windows at the bottom and click "Save", your profile will now appear in the list above.
    3. Log in to you other toons, click "Profiles", select the profile you saved previously in the list and click "Load".
    4. Enjoy... :D
    I've done this on about 8 toons so far so I can vouch that it works.

    Reply Report Permalink
  • lovemetal said

    just wondering .. how can i save the settings on a char so i can load them at another char? thought it did that automatically but when im goin into /acb and press the profiles button theres nothing to be loaded. very good addon but this is the only lack so far ! ;D

    Reply Report Permalink
  • zasy999 said

    Aezay: Very slick addon, I found it last night and replaced two seperate addons I had been using for a while.
    The only thing I'm missing what I had before is the ability to monitor my pets buffs/debuffs. I tried to look thru your code to see if I could add this myself but I'm no coder.
    Is there any way you could add that, so far my UI is perfect with that one minor caveat.
    Great work so far, I am extremely choosy about my addons, I'm using yours because of how smooth it operates, its low resource useage, configurability and profile saving ability which is awesome when one has many toons.
    P.S. been using TipTac for a while as well, very nice too!

    Reply Report Permalink
  • zasy999 said

    Oh, and a global cooldown indicator would be real nice, often they are in the form of a very thin bar that runs just under the castbar.

    Reply Report Permalink
  • Aezay said

    [suicidalkatt]
    Yeah, that is a side effect of many options.

    [RiddellR]
    Only way you can do that now is to modify the code, this is not something I'm planning on adding.

    [riprazor]
    Currently, no, but it might be added later.

    Reply Report Permalink
  • riprazor said

    Is it possible to determine if the Target cast is interruptable from the bar as it now is with the default Blizzard cast bar?

    Reply Report Permalink
  • RiddellR said

    I don't mind if it doesn't show a tooltip, I just want it to click through.
    I have target auras next to my char and when I want to throw a Death and Decay down, I can't click through the auras and therefor can't lay a DnD where I want too.

    Cheers for the great addon :~)

    Reply Report Permalink
  • Thanks for updating, and keep up the good work :)

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 16,832 HealBot Continued Buffs & Debuffs, Class, and...
  2. 3,445 Decursive Buffs & Debuffs, Boss Encounters...
  3. 3,347 PallyPower Buffs & Debuffs, and Paladin
  4. 2,167 VuhDo Buffs & Debuffs, Druid, Healer...
  5. 1,423 Clique Buffs & Debuffs, Combat, and...