Provocation w/ Anatomy @ Bard Table

Ekhm

New Member
Hi everyone!

I make my first, own Macro and don't know how is it good. For me it's working. But if it need some change's plz tell me.

// I DONT KNOW HOW TO ADDING "SELECT TARGET" FOR ANATOMY SO YOU NEED MANUALY CHANGE BY USING OBJECT INSPECTOR //

Code:
usetype! 0xe9c 'any' 0x41017a00
if skill 'Provocation' < 80
  useskill 'Provocation'
  waitfortarget 15000
  targettype! 0x93
  waitfortarget 15000
  target! 'self'
else
  useskill 'Provocation'
  waitfortarget 15000
  targettype! 0x9b
  waitfortarget 15000
  target! 'self'
endif
pause 12000
if skill 'Anatomy' < 100
  useskill 'Anatomy'
  waitfortarget 15000
  target! 0x52085
endif
pause 12000
 
Top