https://www.youtube.com/watch?v=sTjVAMDkXbk&hd=1
Unfortunately theorycraft doesn't support tooltips for stuff like dispel or buffs, however if you use the "both" macro on them you can still see the cooldown.
Theorycraft
http://www.mediafire.com/download/89gp9 ... yCraft.rar
Classic Mouseover
http://www.wow-one.com/forum/topic/1380 ... seover-cm/
Healing
-------
- Code: Select all
/CMCast Heal(Rank 2)
/Script if UnitIsFriend("player", "target") then CastSpellByName("Heal(Rank 2)") else CastSpellByName("Heal(Rank 2)", 1); end
Damage
------
- Code: Select all
/script CM:Cast("Holy Fire(Rank 6)")
/cast Holy Fire(Rank 6)
/script CastSpellByName('Holy Fire(Rank 6)', true)
Both
----
- Code: Select all
/script CM:Cast("Dispel Magic(Rank 2)")
/script CastSpellByName('Dispel Magic(Rank 2)', true)
/cast Dispel Magic(Rank 2)