Right Click Self Cast

#0 - Dec. 6, 2006, 8:03 p.m.
Blizzard Post
was wondering if anyone had a working right click self cast addon. i have one now that only works if you have a friendly target targeted, and he is in range. the one i used to have, would self cast anything on you no matter who you had targetted, or what range it was. thanks for any help.
#4 - Dec. 6, 2006, 8:59 p.m.
Blizzard Post
Q u o t e:
I'd like to know a macro similar to this as well. Before the patch I used this macro formula:

/target Andaris
/cast Healing Touch(Rank 9)
/script TargetLastEnemy();

This worked as a self cast no matter who I had targeted, friendly or enemy. I'm guessing the target last enemy script no longer works? If anyone knows of any macro that will self cast even when a friendly player is targeted I'd love to know what it is.


This should work:
/target Andaris
/cast Healing Touch(Rank 9)
/targetlasttarget

Edit: I just realized you're Andaris. This should work even better:
/cast [target=player] Healing Touch
#8 - Dec. 6, 2006, 9:10 a.m.
Blizzard Post
Q u o t e:
Awesome, thank you. Works like a charm.

/cast [target=player] Healing Touch
/targetlasttarget


You don't even need the /targetlasttarget, the first statement simply casts the spell on you without changing your target.