LYQ wrote:they should, please tell us exactly which macro makes which error
Hi, tried change this /script if (UnitIsFriend("player", "target") ) then CastSpellByName("Mark of the Wild") else CastSpellByName("Mark of the Wild", 1); end
to
/script if (UnitIsFriend("player", "target") ) then CastSpellByName("Silk Bandage") else CastSpellByName("Silk Bandage", 1); end
but it doesnt work
Maybe because its not a spell ? What should i do for let it works ?