Skip to content

Item Identification

PEDROH86 edited this page Jan 13, 2018 · 4 revisions

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
Clone this wiki locally