Originally Posted by
xipwnedux
K here is my problem:
I have the "Death Coil if >60 runic power" bound to my Death Strike and Heart Strike. I also want to bind the macro that casts mind freeze when the opponent is casting bound to HS and DS but putting both /dumps in one macro would exceed the limit. Can someone help me please.
Code:
/dump _,_,_,_,_,_,_,_,i=UnitCastingInfo("target");c=CastSpellByName;if i==false then c("Mind Freeze") elseif UnitPower("player")>=60 then c("Death Coil") else c("Heart Strike") end
Code:
/dump _,_,_,_,_,_,_,_,i=UnitCastingInfo("target");c=CastSpellByName;if i==false then c("Mind Freeze") elseif UnitPower("player")>=60 then c("Death Coil") else c("Death Strike") end
should work
use
Code:
/dump loadstring("DevTools_DumpCommand = (function(msg) loadstring(msg)() end)")()
everytime you relog/reload UI!