Target macro not working

Target macro not working

by AiinzOuroGoon » Fri Dec 04, 2015 1:51 pm

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)
AiinzOuroGoon
Private
Private
 

Re: Target macro not working

by Dreez » Fri Dec 04, 2015 5:48 pm

Code: Select all
/run ClearTarget() TargetNearestEnemy()
Dreez - PvP server
<Endzeit>
User avatar
Dreez
Knight-Lieutenant
Knight-Lieutenant
 

Re: Target macro not working

by Dreez » Fri Dec 04, 2015 5:50 pm

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
Dreez - PvP server
<Endzeit>
User avatar
Dreez
Knight-Lieutenant
Knight-Lieutenant
 


Return to Addons & macros