Page 1 of 1

Target macro not working

PostPosted: Fri Dec 04, 2015 1:51 pm
by AiinzOuroGoon
In retail I used this macro to target the mob directly in front of me: (as opposed to everything else around it)
Code: Select all
/cleartarget
/targetenemy


But this doesn't seem to work here. (and neither do the component slash commands)

Re: Target macro not working

PostPosted: Fri Dec 04, 2015 5:48 pm
by Dreez
Code: Select all
/run ClearTarget() TargetNearestEnemy()

Re: Target macro not working

PostPosted: Fri Dec 04, 2015 5:50 pm
by Dreez
basically how macros in vanilla work:
put
Code: Select all
/run

or
Code: Select all
/script
at the beginning (doesn't matter which, /run is shorter though)

then add the API http://vanilla-wow.wikia.com/wiki/World_of_Warcraft_API