Wayside
Novice
I've been trying to create a provo training macro to gain my skill using Steam and I can't quite get it right.
I'm trying to create a macro that targets mobs and provokes them onto myself. This one below won't work. What am I missing here? Thanks in advance for the help!
I'm trying to create a macro that targets mobs and provokes them onto myself. This one below won't work. What am I missing here? Thanks in advance for the help!
Code:
if getenemy 'gray' 'criminal' 'enemy' 'nearest'
@setalias 'enemy'
useskill 'Provocation'
waitfortarget 15000
target! 'enemy'
waitfortarget 15000
target! 'enemy'
waitfortarget 15000
target! 'self'
pause 5000
end