Page 1 of 1
AMANDACREWMACRO
Posted: 01 Jun 2014, 05:04
by Thatweirdguy
/run if UnitExists"target"then SendChatMessage("Casting Soul Stone on you","WHISPER",nil,UnitName"target")end
/cast SoulStone
Re: AMANDACREWMACRO
Posted: 03 Jun 2014, 19:20
by Bowlskie
Thanks for the help man, works great. With ONE exception... After trying out the macro I've noticed that it won't whisper my target if they're from a different realm.
Here's what I have so far.
#showtooltip Soulstone
/run if UnitExists"target"then SendChatMessage("SOULSTONED","WHISPER",nil,UnitName"target")end
/cast Soulstone
/p > Soulstoned %t <
/raid > Soulstoned %t <
/i > Soulstoned %t <
/s > Soulstoned %t <
/y > Soulstoned %t <
Any way to have it whisper my target if they're cross realm and not just my targets on our server?
Re: AMANDACREWMACRO
Posted: 03 Jun 2014, 19:24
by Bowlskie
I should also note that I'm at 242/255 characters used already in this macro.
Re: AMANDACREWMACRO
Posted: 04 Jun 2014, 17:27
by Dethstalker
Bowlskie wrote:Thanks for the help man, works great. With ONE exception... After trying out the macro I've noticed that it won't whisper my target if they're from a different realm.
Here's what I have so far.
#showtooltip Soulstone
/run if UnitExists"target"then SendChatMessage("SOULSTONED","WHISPER",nil,UnitName"target")end
/cast Soulstone
/p > Soulstoned %t <
/raid > Soulstoned %t <
/i > Soulstoned %t <
/s > Soulstoned %t <
/y > Soulstoned %t <
Any way to have it whisper my target if they're cross realm and not just my targets on our server?
Good lord! That looks awful spammy.