Download
(50Kb)
Download
Updated: 10-31-20 05:37 PM
Pictures
File Info
Compatibility:
Shadowlands pre-patch (9.0.1)
Updated:10-31-20 05:37 PM
Created:unknown
Downloads:253,788
Favorites:895
MD5:

AzCastBar  Popular! (More than 5000 hits)

Version: 20.10.31
by: Aezay [More]

Description
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)
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:
  • 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)
  • Cooldown Timers (shows spell and ability cooldowns)
  • Global Cooldown Timer (timer for your global cooldown)
  • Loot Roll Timers (replaces the default loot roll windows)
  • Battleground Timers (various battleground timers)
  • Flight Timer (duration of flight path routes)
  • Swing Timer (melee swing and auto shot timer)
  • Totem Timers (timers for totems)
  • Shaman Timers (weapon imbues, elemental shields and other things)
  • Threat Meter (shows your threat on the target mob)
  • Experience (progress bars for experience and reputation gains)
You can find the official plugin package here:
http://www.wowinterface.com/download...arPlugins.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.
- Auras: I plan on adding a filter to this, so you can filter out any buffs you do not want to clutter up the bars.
- Core: Slash command to load saved profiles. Should initialise the Options LoD part, and load the given profile.
- LootRolls: Add option to size the buttons.
- Options: Shift clicking on a color, or right clicking, should pick the current class color.

[b]AzCastBar Changes | 2020 Oct 31[b]
- Updated the TOC version to 90001 for the Shadowlands 9.0.1 pre-patch.
- Frames that use backdrops are now created using the "BackdropTemplate".
- Options: Updated the AzDropDown library to Rev 14.
- Options: Updated the AzOptionsFactory library to Rev 12.

[b]AzCastBar Changes | 2018 Aug 20[b]
- CastBar: Now respects the "Show Total Duration" setting beign disabled.

[b]AzCastBar Changes | 2018 Aug 12[b]
- CastBar: Fixed issue where formatting of the bar text during a cast, could in some cases cause errors based on the options "Show Spell Rank" or "Show Spell Target".
- Most bars will now have their progress initialized to zero before showing, to avoid a visible jump from the previous value. This would probably only have been noticable at low framerates. Thanks ericvlasov.
- Fixed the GetOptimalAnchor() function being able to return nil.
- Enabling the "Show Total Duration" option will now work for bars already showing.
- Options: Updated the Options and AzDropDown libraries.

[b]AzCastBar Changes | 2018 Jul 19[b]
- Updated the TOC version to 80000 for the Battle for Azeroth 8.0 pre-patch.
- Options: Fixed the PlaySound() API call, which was changed in the 7.3.0 patch. Thanks insectKR.
- CastBar: Fixed code related to API changes in BfA (UnitCastingInfo, UnitChannelInfo, Events).

AzCastBar Changes | 2016 Sep 30
- CastBar: Fixed uninterruptable channeled spells not displaying correctly. Thanks Miiru.

AzCastBar Changes | 2016 Jul 23
- TOC version updated to 70000 for the Legion 7.0.3 pre-patch.
- Changed the "DoTradeSkill" hook into "C_TradeSkillUI.CraftRecipe".
- CastBar: Updated the API call to use SetColorTexture(r,g,b,a) instead of the now obsolete SetTexture(r,g,b,a).
- Options: Fixed menu dropdowns appearing behind other frames. Thanks vincentSDSH.

AzCastBar Changes | 2015 Feb 16
- TOC version has been changed to 60000 for the Warlords of Draenor 6.0.2 patch.
- Options: Fixed the issue that caused checkboxes not to save their state when checked.

AzCastBar Changes | 2012 Sep 05
- Changed the TOC version to 50001 for the 5.0 Mists of Pandaria patch.

AzCastBar Changes | 2011 Sep 25
- Changed the TOC version to 40200 for the 4.2 patch.
- Options: Fixed an error when using the mousewheel on a slider option.
- CastBar: Will now properly change color midcast if the interruptible state changes.
- Will now properly use the default game font, even when it was changed during addon loading by another addon, after AzCastBar had loaded.
- Mirror: Can no longer spawn two bars with the same ident, if the initial one was not at the first position.

AzCastBar Changes | 2010 Oct 14
- Auras: Due to the issue with not being able to cancel auras, as it was made a secure function. I've decided to moved this plugin out of the main download, but it will still be in the plugin package.

AzCastBar Changes | 2010 Oct 12
- Changed the TOC version to 40000 for the 4.0.1 pre Cataclysm patch.
- Options: Added options under the appearance category to enable or disable horizontal and vertical tiling.
- Core: The main frame of each plugin is now properly named, meaning that frame:GetName() will return the name you can use to anchor things to.
- CastBar: Option to change color for non interruptable casts.
- Auras: Now supports the new tracking system that allows for more than one tracking at a time.

AzCastBar Changes | 2010 Jun 27
- A texture check is now done when applying settings, this will avoid some Lua errors that happened, if a previously selected texture no longer exists. An invalid texture path will be set to the default.
- If a plugin is not enabled, it will no longer "waste" CPU time applying the settings to bars.

AzCastBar Changes | 2010 Apr 29
- Texture tiling has been fixed for real now.

AzCastBar Changes | 2010 Apr 28
- The texture tiling issue introduced in patch 3.3.3 has now been worked around.

AzCastBar Changes | 2009 Dec 16
- Changed the TOC version to 30300 for the 3.3 patch.

AzCastBar Changes | 2009 Aug 13
- Changed the TOC version to 30200 for the 3.2 patch.
- Options: Updated Edit Mode a little, it will no longer show EditMode bars for plugins that are disabled. Also, if you right click an EditMode bar, it will position itself in the center of the screen.
- Options: Fixed some problems with the color options, where the color picker would start out with the old color if opened a second time.
- Options: The name and time labels now has their own option category and can be configured completely independent of eachother.

AzCastBar Changes | 2009 May 17
- Auras: Better showing of who cast the buffs and debuffs, as it could sometimes show wrong info for those cast by out of group people.
- Auras: The option to show pet auras will now also include vehicle auras.
- Auras: Added option to select the label format. Possible options are, name & stack, name only and stack only.
- Core: Changed the table recycler, this will affect some plugins, so they require an update.

AzCastBar Changes | 2009 Apr 27
- Auras: Buff and Debuff tooltips will now from who you gained it.
- Options: Added an option to reverse the statusbar growth. You can find it under "Appearance".
- Options: A statusbar spark option has been added under "Appearance". Plugins does not have to support this, it will automatically be positioned by the core. Furthermore, until the option for showing a spark is enabled, the texture widget is not even created.

AzCastBar Changes | 2009 Apr 19
- CastBar: Removed the real time latency option for the safe zone, which was added in the last release. The reason for this is simple, the first cast you do, the time it shows will be good, a real time latency. But when doing back to back chain casting, you actually send the cast request before the previous cast ends, thus showing the supposedly "real time latency" way too high. As there is no good way to avoid this, I've removed the option.
- CastBar: Merged trades should now fade out when completed.
- Auras: Removed some pre 3.1 code for the self auras only filter.
- Options: Corrected a bug that could cause a color option to generate an error when clicked.

AzCastBar Changes | 2009 Apr 13
- Changed the TOC version to 30100 for the 3.1 patch.
- CastBar: Fixed a rare bug, which gave a Lua error on line 181, that could happen under unknown circumstances.
- CastBar: Now has an option to show the real time latency for the safe zone, instead of the average one returned by GetNetStats().
- CastBar: A new option to show the target of the cast has been added. Only works for the player castbar.
- Auras: Removed some global pollution.
- Auras: Added option to show auras with no duration as a full bar.
- Auras: New option to select how long a buff duration you want to determine short/long buffs from, this time will determine when the bar will be colored using the "Buff Timeout Color". You can set it to zero to disable the timeout coloring.
- Auras: Updated the "LibWeaponEnchant" library. This should fix enchants reseting the total time and sometimes showing as "??" with "0.0" time after login or zoning.
- Options: Will now add some sound files to sharedmedia. Only relevant for plugins which has an sound file option.
- Options: You can now change the offset of the text labels on the bar, that is the name and time label.
- Options: The label color for the name and time, can now be configured individually.
- Options: Redesigned the way the label alignment works, so the option "Swap Name & Time Labels" has been removed. You now configure the alignment for both the name and time label.
- Core: Moved more of the plugin code into the core, specifically the parts that will apply bar settings and add new bars to the mainbar's bars table. Please update plugins to avoid any errors.
- Core: Most plugins now uses the "SetFormattedText()" function to set the time through the new "plugin:SetTimeText()" plugin function. Doing this does not generate a massive amount of Lua garbage strings.
- Core: Every plugin's main bar now has a default OnEvent script from creation which will call "plugin[event]" if it exists.
- Core: The OnConfigChanged function is now only called once per plugin, not once per bar.

AzCastBar Changes | 2009 Apr 01
- CastBar: Hopefully fixed an issue where the castbar could "hang" if you tried crafting more than one item which had a cooldown, such as "Northrend Alchemy Research".
- Auras: Improved the performance some by removing the OnUpdate handler from aura bars which had no duration. And those bars which does have a duration, has been limited to 60 updates per second.
- Auras: The option to color the background to match the aura color, has been replaced with a color alpha slider. Setting this to anything above zero, will color the background with the same color as the aura.
- Auras: Added support for the 3.1 code which allows to track who casts auras. This means the option to track only your own auras, wont break on patch day.
- Auras: New future option to also track the auras your pet applies. Will not work until the 3.1 patch.
- Auras: An option to only show the buffs which can be spell stolen has been added.
- Auras: Weapon Enchant Timers should now update properly. Also, the total time of weapon enchants are now shown.
- Auras: Now uses the "LibWeaponEnchant" library to update the weapon enchant data. This means less overhead, especially if used together with the Shaman timer plugin.
- Mirror: This plugin has been rewritten. It will have no effect on its functionality, but it should have a better performance, not that the old one had bad performance though.
- Mirror: The rewrite should also have fixed an issue, where the mirror timers wouldn't all show, if there were more than one timer when logging in.
- Options: The "Copy Settings" option has been moved to the General category.
- Options: A layout template option has been added, this will allow you to quickly set the appearance through a preset. Currently only two exists "Default" and "Auras", but I plan on adding more. If you have a nice setup, please post it and I will include it.
- Core: Added a table recycler library, and made most multibar plugins use it. This means that plugins that update their timers often, such as the Aura plugin, wont increase so extreemly fast in memory usage and invoke the garbage collector.
- Core: Removed the "shared" tooltip that was previously being used to scan for temporary weapon enchants.

AzCastBar Changes | 2009 Mar 26
- Auras: Added options to hide the default aura, enchant and tracking frame (hotfixed).
- The "PlayerAuras" and "TargetAuras", previously part of the AzCastBar plugin package, has now been renamed to simply "Auras" and included in the main release. It will add two bars, "PlayerAuras" and "TargetAuras", but they will be disabled by default. But do try them out, AzCastBar can be more than just a cast bar.
- CastBar: If a merged trade cast failed, it would not hide the cast, but instead just continue the animation as if you were still crafting. This is now fixed.
- CastBar: Will no longer try and use the player cast bar for possessed pets if your player cast bar is disabled.
- Mirror: When disabled, the default mirror bars will be re-enabled. Also optimised the code some.
- Auras: Rewrote the aura sorting function to be better. It now also allows for an easy way to change the aura type priority, but it requires Lua editing.
- Auras: Added an option to use the default debuff colors instead of the configured one.
- Auras: Optimised the updating of auras. Before all aura types was updated if just one type changed, now it will only update the type changed.
- Auras: Simple multibar support added. I intend to add an ingame option for this later, but for now you can add more bars, by editing the Lua file. Go to the very bottom and add a new "SpawnAuraPlugin" line, just change the name into something unique. This is nice if you want to have your debuffs in another place than buffs for example.
- Auras: Added an option to only show the auras that you caused.
- Options: Each plugin now has a new options category, which allows you to copy the bar settings from another plugin, this should save a lot of time when setting up bars.
- Options: Added a new "Appearance" option, "Use Bar Texture as Background Texture". Enabling this will instead of a complete plain white texture, use the texture set for the bar.
- Core: When a bar is configured with it's name label align to center, it will now properly show at the center, and not have it's room taken up by the timer label.
- Core: Added a helper function that determines the best anchor spot for a tooltip, so you should no longer see any tips blocking the timer bars.
- Core: Each plugin sub bar now has a reference to their config table, not just the main bar.
- Core: New helper function "AzCastBar.CreateMainBar" which will fill in the token, options and subbar table, and itself to the "AzCastBar.frames" table. Used instead of "AzCastBar.CreateBar" for mainbars.

AzCastBar Changes | 2009 Mar 22
- Options: Removed some SharedMedia debug code.
- Options: The minimum value for fadeout time can now be set to zero.
- Options: Now uses my shared libraries for options factory and dropdown menus. Makes things a little easier to update and to add new options.
- Core: No longer initialises all default variables for unset values on load, but instead uses a metatable.
- CastBar: Disabling the pet casting bar should now properly re-enable the default UI pet casting bar.
- CastBar: Should hopefully not conflict with certain other addons and now properly hide the blizzard casting bars when enabled.
- CastBar: Removed the code that made the target castbar not show if it was player, and focus not show if it was target. This seemed to confuse a lot, and removing it only means less code.
- CastBar: There is now an option to merge trade skills. What this does it to show you the total time when you craft more than one item.

AzCastBar Changes | 2009 Mar 08
- The CastBar and Mirror plugin has been moved out of the core part of AzCastBar, but will remain included in the main download. But doing this allows people to easily disable these two plugins if they have no need for them.
- Core: Changed some of the core functions, an update of all plugins is required.
- Core: Each bar frame will now have a global name, the format is "AzCastBarPlugin<TOKEN>", where token is the specific name of that frame, e.g. "Player". This was a request to allow panels to be anchored to AzCastBar frames.
- Core: It is now possible for a plugin to add additional options. Because of this, some options has been removed under the options and moved directly into the plugins themselves.
- Core: A slash command has been added to wipe all plugin settings, use "/acb wipeconfig" to do it. Note that this does not affect profiles.
- CastBar: The Safezone indicator now shows for channeled casts as well.
- CastBar: Will now show the bind location for "Astral Recall" just like it already does for Hearthstone. These should now also work for non english clients as well.
- CastBar: The "Enable Bar Plugin" option in will now re-enable the default blizzard casting bar if disabled.
- Options: A new option has been added to change the frame strata of the bar frames, you will find it under "Position" in the option dialog.
- Options: You can now change the offset of the icon to the status bar, look for the option under the "Anchors" category.
- Options: Removed the option "Show Bar Icon" and replaced it with an "Icon Anchor" option, which can be set to either "Left", "Right", or "None".
- Options: Fixed a problem where the "Left Offset" was not updated when moving the bar manually in edit mode.
- Options: By suggestion, I've added a new option to hide the borders around spell icons. This is on by default, so you'll have to go and disable it if you want the old look back, but I think most will prefer the change.
- Options: The position of the option window will no longer be reset when you load a saved profile.
- Many small optimizations and code improvements.

AzCastBar Changes | 2009 Jan 10
- New anchor settings added for multi bar pluging. You can modify in which direction the bars will grow, top, bottom, left or right. An anchor offset can also be set. You should update to the newest plugins to support this.
- Removed some obsolete "OnEditMode" code from the castbar and mirror plugins as well as the options.

AzCastBar Changes | 2008 Dec 22
- The bars are no longer created as top level frames, meaning they should no longer be "popping" on top of other frames when shown.
- Bars showing the total time will now show two decimals instead of just one, for better precision with haste ratings.
- CastBar: Pets you are in possession of, will now show their cast bar using the player cast bar instead of the pet bar. Really nice for all the new WotLK quests.
- Mirror: Corrected an error that could occur if you had a mirror bar showing, when turning on "Edit Mode".
- Mirror: Now supports the option "Also Show Total Time".
- Options: Fixed a problem where the option dialog went blank for options, at least I hope so, it's been somewhat hard for me to reproduce, so please let me know if it's still a problem.
- Options: Changed how "Edit Mode" works. It's now a lot more clean, since it uses its own bars, instead of modifying the bar of each plugin.
- All functions which were previously global, those named "AzCastBar_***", has now been moved into a table named "AzCastBar" to lower the global namespace pollution. This change will require all plugins to be updated.

AzCastBar Changes | 2008 Oct 22
- Fixed a cast bar problem, where it would say interrupted and hide itself when casting a spell, if you tried to cast another spell.
- Added an option to show the total duration of the cast.

AzCastBar Changes | 2008 Oct 18
- Changed the TOC version to 30000 for the Wrath of the Lich King patch.
- Options: Switched to using "LibSharedMedia-3.0". The library itself is still not included, so get it elsewhere.
- Options: Updated the parameters for the scrollbars to make them work for the 3.0 patch.

AzCastBar Changes | 2008 Mar 21
- Default setting for the "SafeZone Indication" is now false due to the fact that this feature isn't so much needed anymore.
- Added an option to hide the text label on the bar as well as the text indicating the time.
- New option to set the text alignment of the Bar Label.
- The drop down menus in the options now have a scrollbar. If you have a lot of shared media items, they should no longer drop off the screen.

AzCastBar Changes | 2008 Jan 30
- Code and plugin framework improved and optimized.
- The Options received a big optimization as well.
- The profile loader under the options will now only load settings for bar plugins which is currently loaded.

AzCastBar Changes | 2007 Dec 28
- Included "FlightTimes" and "BGTimers" as added plugins for AzCastBar, if you do not wish to use these, do not copy them to your AddOn folder.

AzCastBar Changes | 2007 Nov 22
- Fixed an error in the options dialog if you did not have SharedMediaLib installed.

AzCastBar Changes | 2007 Nov 21
- Changed the TOC version to 20300 for the 2.3 patch.
- Added pet casting bar.
- Options: Added support for SharedMediaLib to make more textures available. The library is not included with AzCastBar, but it will use it if installed.
- Options: You now select which cast bar to configure in the window on the left side instead of buttons.
- Options: You can now use the mousewheel to increase and decrease slider values.

AzCastBar Changes | 2007 Aug 21
- Fixed a problem which would hide the castbar, if you tried to cast something new while the GCD from a channeled spell was still up (e.g. spamming the mind flay button).
- Options: Added "Enable Bar" option.
- A problem causing the cast to go out of sync, when the cast bars gets hidden by calling up the map or hiding the UI with Alt+Z, has been fixed.
- Fixed an error when clicking on a cast bar when the options had not yet been loaded.
- When moving the bars with the mouse in "Edit Mode", the option frame for the current bar will now be updated accordingly.

AzCastBar Changes | 2007 Aug 16
- Options: Added slider for the castbar backdrop indent.
- Fixed an issue that made the castbars appear "laggy" the longer your computer uptime was. The cause of this was due to LUA cutting off decimals on large numbers.
- Made the option dialog Load on Demand.
- Did a lot of restructuring of the entire mod.
- Added profiles which you can load, save and delete manually. These settings are stored with the Load on Demand Option Dialog, so the saved entries will not take up memory until the Options is loaded.
- Recoded a lot of how the settings are stored, this means your old config is lost, sorry.
- The Texture drop down should now show the correct selected texture.

AzCastBar Changes | 2007 Jul 19
- Updated TOC to 20200 for the 2.2.0 patch.
- Option for frame alpha added, this is how transparent the frame is. Default is 100.
- The "Show Anchors" option which makes the bars movable is now a global option which will unlock all bars at once, and it will no longer get saved between sessions.
- Added "Show Spell Rank" option, which if the spell has a rank, will show it in brackets after the spell name.
- There is now an option to for the Safe Zone Area (Player Bar only).
- Included a few Textures which you can switch to from the options.
- Added option for Fade Out Time.

AzCastBar Changes | 2007 Jul 09
- First Release
Optional Files (4)
File Name
Version
Size
Author
Date
Type
20.10.31
36kB
10-31-20 05:55 PM
Addon
2.9.6
31kB
09-14-13 07:10 AM
Addon
2.9.4
30kB
08-08-13 04:30 AM
Addon
10.11.28
3kB
11-28-10 11:52 AM
Patch


Post A Reply Comment Options
Unread 06-09-09, 10:06 AM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
Skyshatter
Might add someway to type in something more precise at some point, for now all you can do is to edit the "AzCastBarOptions\Options.lua" and change the "step" size of the slider option you want to have a more precise. The ones you are thinking of will have step size of 1, setting this to 0.1 would solve your problem.

Tearstar
SetOrientation would be a rather simple thing to add, but it's one of those rare used things. I don't think the average user needs it, so it will just add to the already huge list of options and I'm a little afraid too many of those will bloat this addon. But I wont dismiss it, I'll see if I can find a spot for it.

Nenmoth & Æxò
I dont mind you modifying the code, so feel free to do that. A filter for time is something that would be easy to add, a white/black list is a little more tricky and not something I need myself, so even though I've been saying it is something I want to add, when it will get added is a good question.
Last edited by Aezay : 06-09-09 at 11:27 AM.
Report comment to moderator  
Reply With Quote
Unread 06-08-09, 11:22 AM  
Æxò
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 73
Uploads: 1
Originally posted by Nenmoth
How?
It can be done relatively easily in az_Auras/core.lua by adding some conditions. I am not sure if Aezay would allow such mod though, as he intended to implement similar function.
Report comment to moderator  
Reply With Quote
Unread 06-08-09, 04:40 AM  
Nenmoth
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Originally posted by Æxò
Ok, I've managed to filter by duration time: every timer which is longer than 20 seconds (or has no duration) does not appear.
How?
Report comment to moderator  
Reply With Quote
Unread 06-04-09, 04:03 PM  
Æxò
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 73
Uploads: 1
Originally posted by Æxò
I'd so like to have DoTs visible in AzCastBar. I'm using ClassTimers but the appearance isn't quite the same (I like to have the texture applied to the background as well, and some other things I find nice in your addon). Also, it started to loose some spells (only one spell left on my DK…).

Anyway, I understand that would be an awful lot of work for a thing you would not necessarily use; so that would be an happy wish
Oh boy, I am so dumb. I've been using your addon for months now and I only realize now that it is already included…


---

I'm trying to add basic filtering of buffs and debuffs, but I haven't managed to make anything work…

Ideally, that would be done thanks to an array storing SpellIDs I want to show but acb_Auras does not seem to use SpellID anyway.

I tried to filter by name in QueryAuras(), then in UpdateTimers() but neither does work.

I figured name (QueryAuras) and/or timer.label (UpdateTimers) store the name of the ability which will be displayed in the bar (like “Cloak of Shadows”). Am I right?


---

Ok, I've managed to filter by duration time: every timer which is longer than 20 seconds (or has no duration) does not appear.

Thanks
Last edited by Æxò : 06-07-09 at 01:23 PM.
Report comment to moderator  
Reply With Quote
Unread 06-04-09, 03:50 PM  
Tearstar
A Cyclonian
 
Tearstar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 42
File comments: 29
Uploads: 2
any chance of getting an option to setOrientation of all or each specific bar to Verticle?

in addition to verticle, filling bottom to top, and top to bottom would also be nice

Thanks for a great mod tho, I use it in all my compilations, sad part is for my next project I need verticle and the ability to make it fill up or down
__________________
Author of Mini-Targ

Magelo Profile
My Myspace
My Youtube Channel

My First Video I made for my kids - please comment and/or rate

Last edited by Tearstar : 06-04-09 at 03:52 PM.
Report comment to moderator  
Reply With Quote
Unread 06-04-09, 01:31 PM  
Æxò
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 73
Uploads: 1
I'd so like to have DoTs visible in AzCastBar. I'm using ClassTimers but the appearance isn't quite the same (I like to have the texture applied to the background as well, and some other things I find nice in your addon). Also, it started to loose some spells (only one spell left on my DK…).

Anyway, I understand that would be an awful lot of work for a thing you would not necessarily use; so that would be an happy wish
Report comment to moderator  
Reply With Quote
Unread 06-02-09, 09:08 AM  
Skyshatter
A Kobold Labourer
 
Skyshatter's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
Very nice add on

Any chance of allowing decimals to 1 place in movement/size options? I've managed to work around it, but its another quality of life thing that would make a great add on even better.
Report comment to moderator  
Reply With Quote
Unread 06-01-09, 03:53 PM  
NiteSwine
A Kobold Labourer

Forum posts: 1
File comments: 9
Uploads: 0
Very cool! Thank you.

NiteSwine
You can open up "acb_Auras\core.lua", and go to the very bottom, and add a something like this: SpawnAuraPlugin("PetAuras");
Then reload wow, and you should have a new plugin named PetAuras. You can configure this by setting the unit to track to "pet", and you now have a pet aura bar.
There is currently no way to do a buff by name filtering though.
Report comment to moderator  
Reply With Quote
Unread 06-01-09, 12:01 PM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
MysticalOS
Without more information, there is nothing I can do.

boomboom
You can find it under Anchors -> Icon Anchor.
Report comment to moderator  
Reply With Quote
Unread 05-30-09, 06:36 PM  
boomboom
A Fallenroot Satyr

Forum posts: 23
File comments: 38
Uploads: 0
Spell icon

Maybe I'm crazy, or just dumb, but is there a way to not show the spell icon in the config?
Report comment to moderator  
Reply With Quote
Unread 05-30-09, 02:02 AM  
MysticalOS
A Wyrmkin Dreamwalker
 
MysticalOS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 54
File comments: 319
Uploads: 10
Originally posted by Aezay
MysticalOS
You're the first to mention this, clearly something is going on, and I doubt it's AzCastBar. Please try and get an addon to monitor cpu usage and check which one takes up a lot after the freeze.
I didn't start having problem til ulduar and those two specific bosses, any other boss, any other raid or mob in game and azcastbar has been a champ for the long long long time i've used it. I'll do what i can, hopefully not cause any wipes waiting out the freeze ( typically i force close wow after 30 seconds cause MT can't be offline too long, especially with I choose you, Steelbreaker, gotta take my happy debuff ass out of there).
Report comment to moderator  
Reply With Quote
Unread 05-29-09, 03:20 PM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
MysticalOS
You're the first to mention this, clearly something is going on, and I doubt it's AzCastBar. Please try and get an addon to monitor cpu usage and check which one takes up a lot after the freeze.
Report comment to moderator  
Reply With Quote
Unread 05-29-09, 12:02 PM  
MysticalOS
A Wyrmkin Dreamwalker
 
MysticalOS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 54
File comments: 319
Uploads: 10
the freeze doesn't happen with azcastbar turned off, it IS the cause of the freeze. :\ If it is a conflict with DBM then i'll have to stop using azcast and find another castbar since DBM is manditory in my guild for raids. :\
Report comment to moderator  
Reply With Quote
Unread 05-29-09, 11:24 AM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
MysticalOS
You have to fix your freezing problem, before you try and fix anything else, get a cpu usage addon, and check which addon uses lots of cpu time when you get the freeze.

Wotok
Player -> Additional -> Show Safe Zone Area

NiteSwine
You can open up "acb_Auras\core.lua", and go to the very bottom, and add a something like this: SpawnAuraPlugin("PetAuras");
Then reload wow, and you should have a new plugin named PetAuras. You can configure this by setting the unit to track to "pet", and you now have a pet aura bar.
There is currently no way to do a buff by name filtering though.

Deeds
Can't give any deadline, it'll be added when I feel like I got the time.
Report comment to moderator  
Reply With Quote
Unread 05-29-09, 10:46 AM  
MysticalOS
A Wyrmkin Dreamwalker
 
MysticalOS's Avatar
AddOn Author - Click to view AddOns

Forum posts: 54
File comments: 319
Uploads: 10
Getting same lua in ulduar, this time on steelbreaker when he was casting fusion punch got the game lockup for a good 60 seconds, followed by a spam of azcast lua error listed below. Good thing my healer rocks cause they kept me up while i was offline tanking steelbreaker when he was last member standing

Well cept when debuff was at 5 seconds they stopped heals on him and let him die and new tank take over hehe.

I know the error has something to do with "ontimer" and I suspect because DBM and azcast bar are both showing me fusion punch cast bar this has to be cause. As this issue always seems to happen on Fusion punch from steelbreaker and casts from cat lady (sentinal blast, sonic screech, terrifying screech). Wish i could provide more debug though but it's always same error posted below.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.