Provocation - s0ckz/tfg GitHub Wiki

Funções

Macro para UO Steam

if not @findobject 'animal1'
  headmsg 'Selecione o animal 1'
  promptalias 'animal1'
endif
if not @findobject 'animal2'
  headmsg 'Selecione o animal 2'
  promptalias 'animal2'
endif
if skill 'provocation' < 100.1
  useskill 'Provocation'
  waitfortarget 15000
  target! 'animal1'
  waitfortarget 15000
  target! 'animal2'
  pause 3200
else
  headmsg 'Macro Finalizado!'
  stop
endif