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,517
Favorites:896
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 07-15-08, 07:18 PM  
305
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Originally posted by LionZ
hi so im new and i was wandering how do i bring up the options interface. i really dont know
I suggest you click on the Addon info Tab.
Report comment to moderator  
Reply With Quote
Unread 07-10-08, 04:47 AM  
LionZ
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
hi so im new and i was wandering how do i bring up the options interface. i really dont know
Last edited by LionZ : 07-10-08 at 04:47 AM.
Report comment to moderator  
Reply With Quote
Unread 06-23-08, 04:27 PM  
Angr
A Defias Bandit

Forum posts: 2
File comments: 1
Uploads: 0
I can't get the "Safe zone" part of the player castbar to work; it seems to be stuck at minimum (displaying a 1px wide line) regardless of my ping. Other than that this a really great mod--sleek and with all the functionality I could wish for, keep up the good work!
Report comment to moderator  
Reply With Quote
Unread 05-21-08, 11:17 PM  
Luciant
A Cyclonian
 
Luciant's Avatar

Forum posts: 49
File comments: 76
Uploads: 2
border

request; borders-- it would be nice to be able to toggle a border around the castbar-- and to have a couple options-- kinda like the way a lot of those minimap addons have different frames (blizzard look, tooltip look, etc etc)
Report comment to moderator  
Reply With Quote
Unread 05-15-08, 12:14 AM  
Turkleton
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 9
Uploads: 4
I'd like to second ninor's request for adding total casting time to player bars. Spell Haste has become an important end-game stat.
Report comment to moderator  
Reply With Quote
Unread 05-06-08, 04:50 AM  
vithos
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
I really want to use this instead of Quartz, but there's one dealbreaker: you're basing the ranged swing timer off the shot landing event, but autoshot has a travel time, so that makes the timer off by quite a bit. In this screenshot http://i31.tinypic.com/2wgwvb6.jpg you can see the margin of error. The timers above (Sorren's Timers) are spot on.
Last edited by vithos : 05-06-08 at 04:52 AM.
Report comment to moderator  
Reply With Quote
Unread 05-02-08, 12:28 PM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
Sorry I haven't replied earlier, but there haven't been any comments here in a while, so I didn't notice the posts.

Spiderkeg
That would be easy to make, nothing I plan on doing though.

syrupk
All the drop downs in the option window should be scrollable since the 08.03.21 release, if they aren't, there is a bug.

ninor
As you are guessing, yes this is intended. Casts are given priority in this order: Player > Target > Focus.
If you want to get rid of this behaviour, you have to edit the "Plugins\CastBar.lua" file and go to line 79 and comment out the 3 lines there.
Report comment to moderator  
Reply With Quote
Unread 05-02-08, 06:36 AM  
ninor
A Defias Bandit

Forum posts: 2
File comments: 7
Uploads: 0
First off, thank you for a great addon.

Then something that completely threw me off for a bit. As a mage I often use focus target castbar in PvE and PvP when there is some important casts I need to interrupt. However when my target is the same as my focus target, it simply won't show a focus castbar. I'm guessing this is intended, but I have trouble seeing to what benefit this is. It took me a while to figure out wth my focus castbar was so random

Also, is there any possibility to show casttime on player castbar as x.x / x.xx ? Where the last timer is a set total casttime and the first is what is currently shown. I.e 3.0 / 3.00 when you start casting a standard fireball. I can't seem to figure out how to do this in the lua.
Report comment to moderator  
Reply With Quote
Unread 04-02-08, 10:49 PM  
syrupk
A Cliff Giant
 
syrupk's Avatar
AddOn Author - Click to view AddOns

Forum posts: 71
File comments: 199
Uploads: 1
First I have to say, I love this addon, would choose it over quartz anyday. I have one request though. Could you please make the font list have a scrollable box for those of us that have a lot of fonts? I know the texture box scrolls now, but the fonts one doesn't. I end up having to manually change the lua for the font I want. It would be super cool if we could just scroll through them all. Thanks <3 Great addon!

Edit: Also one other thing I noticed. I'd like to parent panels to the cast bars, but they don't seem to have frame names. Another suggestiong for you
Last edited by syrupk : 04-02-08 at 11:30 PM.
Report comment to moderator  
Reply With Quote
Unread 04-01-08, 10:49 AM  
Spiderkeg
A Deviate Faerie Dragon

Forum posts: 18
File comments: 285
Uploads: 0
Regarding plugins for this mod, can a castbar be added, or created, to keep track of sheeping?
Report comment to moderator  
Reply With Quote
Unread 03-29-08, 03:13 PM  
digmouse
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 65
Uploads: 2
Originally posted by Aezay
digmouse
The title for the plugins are set in the plugin file itself, using the "<pluginframe>.token" string. But this value is also used to save the settings for the plugin. I don't make my addons with translation in mind.
Thanks a lot, I've done this on other plugins and got no problem since now, I'll look into the CastBar plugin and have a check
Report comment to moderator  
Reply With Quote
Unread 03-29-08, 12:23 PM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
digmouse
The title for the plugins are set in the plugin file itself, using the "<pluginframe>.token" string. But this value is also used to save the settings for the plugin. I don't make my addons with translation in mind.
Last edited by Aezay : 03-29-08 at 12:25 PM.
Report comment to moderator  
Reply With Quote
Unread 03-29-08, 11:18 AM  
digmouse
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 65
Uploads: 2
Hi, az, I got a problem when I do some localization work on AzCastBar for myself, I could not make the Option entries of Player, Target, Focus and Pet localized, whatever I do, they still display in English, I've rewritten a localization file here, and those entries are the last left, could you give me some suggestions? Thanks.
Report comment to moderator  
Reply With Quote
Unread 03-29-08, 03:36 AM  
Aezay
A Theradrim Guardian
 
Aezay's Avatar
AddOn Author - Click to view AddOns

Forum posts: 66
File comments: 737
Uploads: 18
I've updated the plugins so the swing timer works for 2.4.

Wraanger
I wont dismiss the idea, but it will not be something I will rush and do right away, sorry.
Report comment to moderator  
Reply With Quote
Unread 03-26-08, 02:25 AM  
Wraanger
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 34
Uploads: 2
Little feature request

I have a little feature request .... could you possibly add GCD bar like in Quartz ?

Having a bar to show global cooldown is SO helpful for a caster ...
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.