modernist wrote:/script TargetUnit'player'
/script CastSpellByName('Devour Magic(Rank 4)', 1)
/script TargetLastTarget()
did you test this macro?
I'm just wondering since I've never used CastSpellByName for petspells
the 1 in Cast.. is for selfCast, so from reading I think of three scenarios of this macro:
if CastSpellByName('Devour Magic(Rank 4)', 1) casts it on the player(and not the pet itself) the other lines would be useless
else 1 could maybe cause the pet trying to cast it on itself?
or that's not possible and the 1 is only "too much" and doesn't make a difference