Frost mage pet macro for frost nova:
#showtooltip
/cast [nopet][target=pet, dead] Summon Water Elemental
/click PetActionButton5
#showtooltip
/cast [nopet][target=pet, dead] Summon Water Elemental
/click PetActionButton5
ICEBLOCK via shift:
#showtooltip Ice Block
/stopcasting
/cancelaura [modifier:shift] Ice Block
/cast [nomodifier:shift] Ice Block
#showtooltip Ice Block
/stopcasting
/cancelaura [modifier:shift] Ice Block
/cast [nomodifier:shift] Ice Block
Hunter Tracking Humans on/off:
/run for i=1,GetNumTrackingTypes() do local x,_,y=GetTrackingInfo(i) if x==GetSpellInfo(19883) then SetTracking(i, not y) z='OFF' r=1 g=1 if not y then z='ON' r=0 g=1 end DEFAULT_CHAT_FRAME:AddMessage("| Track Humanoids |---> "..z,r,g,0) end end
/run for i=1,GetNumTrackingTypes() do local x,_,y=GetTrackingInfo(i) if x==GetSpellInfo(19883) then SetTracking(i, not y) z='OFF' r=1 g=1 if not y then z='ON' r=0 g=1 end DEFAULT_CHAT_FRAME:AddMessage("| Track Humanoids |---> "..z,r,g,0) end end