UOsteam macro resisting spells trainer

If you make a Client-side script you can publish it here for other players to use
Locked
User avatar
Dyēus Phater
Expert Scribe
Posts: 37
Joined: Thu Feb 18, 2016 3:31 am

UOsteam macro resisting spells trainer

Post 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'
"I am the Keymaster! Are you the Gatekeeper?" "It's hard being the Sky Father"
Locked