Hi I saw this code snipplet in a different port.
Whats the variable @player for ?Code:/castsequence [@Player] ,,,,,,,,Prayer of Healing
/cast [@Player] Prayer of Mending
cheers
BC
Printable View
Hi I saw this code snipplet in a different port.
Whats the variable @player for ?Code:/castsequence [@Player] ,,,,,,,,Prayer of Healing
/cast [@Player] Prayer of Mending
cheers
BC
Blizz changed the way you can write macros now to save some space on the 255 character limit. the " @ " replaces " traget= " and for Player.. you put in the Player's name.
Ex: you want to cast Renew on your Paladin, named Joe
/cast [@Joe] Renew,,,,
having @focus will also target who ever is set as your focus. I have mine setup this way, so if I have to pug a tank, I can set them up as my slave's focus and they target whatever they're targeting instead of me. So you don't have to set it to anyone's specific name.
@ can be used, instead of Target=
/cast [@Player] Prayer of Mending
is equivalent to:
/cast [target=Player] Prayer of Mending
(casts Prayer of Mending on self).