Resisting Spells - s0ckz/tfg GitHub Wiki

Funções

  • Esta Skill te da chance de resistir a magias;

Macro para subir a Skill até 100.1 no UO Steam

  • Ligue este macro em um char secundário. Quem sobe skill é quem recebe a magia.
if mana < 40
  @clearjournal
  pause 200
  @usetype! '0xf82' '1330'
  useskill 'meditation'
  pause 4000
  if @injournal 'Voce perdeu sua' 'system'
    replay
  endif
  while not mana >= maxmana
    pause 1000
  endwhile
else
  cast "Mana Drain"
  waitfortarget 15000
  target! 'last'
  pause 3500
endif