Page 1 of 1

Macros for Nostralrius

PostPosted: Sun Aug 09, 2015 4:49 pm
by binhtquang
Hey all! New to the server; can't wait to level up!
Was wondering if anyone has a link or list to macros that is available to this patch version?

Thanks :)

Re: Macros for Nostralrius

PostPosted: Sun Aug 09, 2015 11:54 pm
by Dreez

Re: Macros for Nostralrius

PostPosted: Fri Aug 21, 2015 10:10 pm
by MNK00
Dreez - Did these work for you? I get errors

Re: Macros for Nostralrius

PostPosted: Sat Aug 22, 2015 6:56 am
by LYQ
they should, please tell us exactly which macro makes which error

Re: Macros for Nostralrius

PostPosted: Mon Aug 24, 2015 6:25 pm
by Samuwow
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 ?