Item Identification - s0ckz/tfg GitHub Wiki

Funções

  • Habilidade usada para identificar o valor NPC dos Itens e os ingredientes necessários para fabricação.

Macro para UO Steam

while not dead
if skill 'item identification' < 100.1
  useskill 'Item Identification'
  waitfortarget 1500
  targettype! '0x9f2'    //qualquer item na sua backpack
  pause 2000
  else
    headmsg 'Macro concluido!'
    stop
  endif
endwhile