also all macro's now include a proper showtooltip.. so the most important spell in question will have a nice tooltip, (even if the first spell checked for is shadowform) .. this way you'll never forget how much mana that devouring plague actually costs..
smart targeting altering harm/heal with target=targettarget has been an imba change.. no more need to assist back and forth to make sure you heal tanks and dot mobs (like I ever healed in the first place)
Proper Nukes
Code: Select all
# showtooltip Mind Blast
/dismount
/script UIErrorsFrame:Hide()
/use Zandalarian Hero Charm
/use Talisman of Ascendance
/stopcasting
/cast [harm] Mind Blast; [target=targettarget] Mind Blast;
/script UIErrorsFrame:Clear()
/script UIErrorsFrame:Show()
swap the name of any trinket or the name of the nuke to whatever you care to use.. (all classes should use something like this)
this macro is almost 255 glyphs.. if you are a few glyphs short, WoW does recognice items even if you don't write their entire names.. if Zandalarian Hero Charm is the ONLY item starting with Zandalarian, /use Zandalarian will be sufficient..
Smart Targeting Shield
Code: Select all
#showtooltip Power Word: Shield
/dismount
/cast [modifier:alt,target=player] Power Word: Shield; [help] Power Word: Shield; [target=targettarget] Power Word: Shield;
Smart Targeting Heal w/ Shadowform"
Code: Select all
#showtooltip Greater Heal
/dismount
/cast [stance:1] Shadowform; [modifier:alt,target=player] Greater Heal; [help] Greater Heal; [target=targettarget] Greater Heal;
I put this on all my heals to make sure they got functionality even when mounted or in shadow..
Informing others of your actions
Code: Select all
#showtooltip Prayer of Healing
/dismount
/cast [stance:1] Shadowform; Prayer of Healing
/stopmacro [mounted]
/stopmacro [stance:1]
/s -- casting massheal, 3 sec --
Channeled Spells
Code: Select all
#showtooltip Mind Flay
/dismount
/cast [nochanneling:Mind Flay] Mind Flay
some have said to me, that putting showtooltip and dismount on all your macro's isn't really neccesary.. but for me it didn't take long to get used to never having to click YET another button or click away the debuff with the mouse.. and the showtooltip thingy does make your bar look a lot more pro..
thats enough for today.. gonna post my imba shacklefocus and debuff macros later..