-
Heroism Macro
I was wandering if I can right a macro that basically
casts heroism if no combat and a certain person is alive or dead
So basically if I am not in combat it will cast heroism and check to see if a player is dead or not before casting.
I know I can do like
/cast [nocombat] Heroism
I am just not sure about the rest.
-
Code:
/cast [nocombat,playername=nodead] heroism
-
I don't think its possible to use conditional type statements in macros not since the early 1.x patches. The other part you seem to have correct.
I stand corrected. :-)