Discordance - s0ckz/tfg GitHub Wiki

Funções

Macro para UO Steam

if not @findobject 'animal'
  headmsg 'Selecione o animal'
  promptalias 'animal'
endif
if skill 'discordance' < 100.1
  for 20
    useskill 'discordance'
    waitfortarget 15000
    target! 'animal'
    pause 2500
  endfor
else
  headmsg 'Skill Completa!'
  pause 3000
  stop
endif