Page 1 of 1

Auto-Self cast with addons? I really need help!

PostPosted: Sun Aug 23, 2015 8:27 pm
by Dorme
Are we not able to use auto-self cast when using addons like Clique or Healbot? I've pretty much have the muscle memory to press a button and have a shield on me. It just an inconvenience during PvP to not be able to auto-self cast on myself. I wasn't able to find much info. I could really use some info if its impossible or if we are able too. Thanks!

Re: Auto-Self cast with addons? I really need help!

PostPosted: Mon Aug 24, 2015 1:16 pm
by Ana
/tar Dorme
/script CastSpellByName('Power Word: Shield')
/script TargetLastTarget()

Re: Auto-Self cast with addons? I really need help!

PostPosted: Thu Sep 10, 2015 12:39 am
by leecherboy
I have a better macro, it doesn't require you to lose your current target,

/script CastSpellByName('Flash Heal(Rank 6)', 1)


the '1' at the end is the party member. you are always 1 when in parties. I'm not sure though if it works the same in raids. I would guess so but i havent tested it as im not lvl 60 yet. It works fine in parties though, and you can add any spell in.

Re: Auto-Self cast with addons? I really need help!

PostPosted: Thu Sep 10, 2015 11:50 am
by Ana
leecherboy wrote:I have a better macro, it doesn't require you to lose your current target,


Mine actually doesn't lose current target either. The switch to yourself and back is instant.