Displays configured spell visuals when they are ready to be cast (including target and mouseover support).
These visuals are click through, and can be placed in the center of the screen without stealing mouse clicks.
The number of image slots is configurable, and each slot allows many spells that display based on priority.
What do you mean by "ready"?
enough mana/rage/energy
correct stance/form
in range, valid target
not on cooldown (gray for short or GCD cooldown)
checks for de/buff not already up
many special cases for smart checking, examples:
taunt type spells won't show up when targetting a player
interrupt spells will show up only when target is spellcasting/channeling
etc.
Why use this addon?
I am a key binder. I don't want to:
Watch many actions bars and buttons when I only care about a few spells...
Watch many cooldown bars shrink...
Or instead of watching these, mash lots of keys hoping spells are ready...
I prefer to:
Have a small amount of visuals display when a spell is ready to be cast.
Push the key once.
This addon is probably only useful for key binders (and not mouse clickers).
Current Limitations:
This version includes a full default config and specials cases for Druids, Hunters, Mages, Rogue, Warlocks and Warriors.
There is a basic config and some special cases for Paladin, Shadow Priest, and Shaman : these probably need more work.
There is nothing specific to holy priests yet, but many spells should work if configured.
The first time autoswitching creates the new profiles "Group" and "Raid", they are "reset" configurations and not copies of the current "Default" configuration. This is a limitation of AceDB that I have not figured out how to work around.
How to configure:
Step 1 (basic):
Move the ReadySpells anchor then setup the display how you want using several options:
slash commands /ReadySpells, /rsp
DeuceCommander
Waterfall GUI (/rsp gui)
Alt+click to rotate the anchor clockwise.
Shift+click will hide the anchor.
Step 2 (novice, OPTIONAL):
Add/Modify the default settings for class (watchSpells, debuffStacks, buffStacks, manaChecks, swingActivations).
This requires editing the WTF\Account\Name\SavedVariables\ReadySpells.lua file. This file must be edited with all characters logged out because this file gets overwritten on character logout and reload UI.
Look for the appropriate profile (i.e. "Default") and class (i.e. "Druid"), example with 2 slots:
Each watchSpells slot is ordered by priority, highest priority starting with the first spell in each slot.
The priority determines which image gets displayed if more than one is ready.
Create as many slots as you want.
Create multiple profiles for different situations, if desired.
Q: Why do I have to modify a file to configure these?
A: Because no one has taken the time to write a fancy GUI to configure these yet.
Step 3 (expert, not recommended):
Add/modify code to the CheckSpecialCases* fuctions.
This requires editing core.lua.
Allows tremendous customizaiton of when these spells are displayed as ready.
I want feedback:
How well do the default configs work for you... what did you change?
Are there any special cases behavior that you would like to add or modify?
Known Bugs:
To do:
Develop a GUI config for watchSpells.
I'm looking for community help for expanding the base configs and special cases.
Version History:
v0.791
Quick fix for 2.3 and Druid spells while in forms.
v0.79
Stackable hots/dots will now show time_left:stack_count.
Fixed a anchor position save problem that popped up with patch 2.2.x.
<cut> rest of changes in readme.txt
Optional Files - ReadySpells
Sorry, there are currently no optional files available.
np. Fix worked nicely. Didn't get an opportunity to test it in raid. Had a play against some mobs in Terrokar. I can't really comment on the warrior stuff as I'm a tank, I don't really use any of the skills you've got set up. I played around and set up a basic tanking set of spells. Thoughts are:
- LOVE the fact you can prioritise spells for a slot. imba.
- Would like the ability to display spells based on current target debuffs. So, for example, display Demo Shout if mob doesn't have demo shout. Display Devastate if mob has 5 sunders. Don't display Sunder if mob has 5 sunders. That sort of thing.
- Found the way Global Cooldown worked slowed me down a little. If GCD is on, nothing displays apart from those spells not tied to GCD. So, I see Heroic Strike, that sorta thing. When GCD expires, the display floods with lots of new options and it takes a moment to decide on which to go with. It would be better if things simply greyed out during GCD so that you could be looking at them and deciding which one to press when GCD expires. A small/minimal progress bar showing global cooldown (above or below the buttons in horizontal mode, left or right in vertical) would be useful...but more a "nice to have", I guess.
Otherwise not much to say other than, this is great. Definitely going to keep using this...nice mod.
If you're going to be parsing combat log events I really recommend looking at ParserLib. I run a lot of mods and won't run anything that parses the combat log without it as it immeasurably improves performance when there are lots of mods attempting to parse the log. More detail on how to use it can be found at: http://www.wowace.com/wiki/Parser-1.1
Nice mod...hope development continues. I'll feedback as often as I'm able.
Hmm...failed on startup of WoW.
Got the following error msg:
[2007/05/30 19:28:04-337-x1]: ReadySpells\Core.lua:149: unexpected symbol near '='
---
Suspect it may be because I have a lot of other ACE2 mods loaded? I normally update these things via WoWACEUpdater and the SVN but ReadySpells seems not to use it?
It would be really helpful if some high level Warriors could test out this mod to see if the default configuration I created for Warriors works ok.
I would also like some Druid feedback, but am happy with the current functionality for my Druid.
I'm a high level warrior currently tanking through Karazhan. I've been looking for something like this for quite some time...staring at the bottom of the screen waiting for (G)CD or other trigger event makes it all too easy to miss something critical like a spellcast, mob movement, patrol incoming, etc. I'll get this installed tonight (if I have time before the raid) and get you some feedback.
BTW: are you parsing any combat log events? If so are you using ParserLib?