Hello,
I'm trying to make a macro that ONLY let's me cast a spell when I have a FRIENDLY unit targeted.
I looked around on google but could not find any working one.
Any help appreciated.
DEDRICK wrote:/script if UnitCanAssist("player","target") then CastSpellByname("something") else CastSpellByName("something","player"); end
if target is friend then cast spell on target, else cast spell on self (if needed, you can get rid of the else portion)
DEDRICK wrote:I'll go over my macros when I get home, there is no reason for it not to work
|
![]() |
roestvrijstaal wrote:DEDRICK wrote:I'll go over my macros when I get home, there is no reason for it not to work
Found anything yet? Because it's not working for me.