Page 1 of 1

UOsteam macro resisting spells trainer

Posted: Thu Feb 25, 2016 7:50 pm
by Dyēus Phater
this one is for resisting spells. It uses meditation to regen mana quickly.

Code: Select all

if mana < 50
  useskill 'meditation'
  while not mana == maxmana
  endwhile
endif
//Set Goal
if skill 'Resisting spells' == 110
  stop
endif
if skill 'Resisting spells' >= 30 and skill 'Resisting spells' < 110
  cast 'Clumsy' 'self'
endif
pause '2500'