[UOSteam] Magery & Resist [<30 - 100]

If you make a Client-side script you can publish it here for other players to use
Post Reply
User avatar
Lady Demolka
Novice Scribe
Posts: 5
Joined: Sun Aug 06, 2017 9:29 am
Location: Gdańsk / PL

[UOSteam] Magery & Resist [<30 - 100]

Post by Lady Demolka »

Hi everyone, i want train magery & resist.

Looking for good script, and found. So get them too

Code: Select all

if skill 'magery' < 100
  if @injournal 'insufficient mana'
    clearjournal
    useskill 'meditation'
    while mana < maxmana
    endwhile
  else
    if skill 'magery' < 30
      cast 'cure' 'self'
      pause 1000
    elseif skill 'magery' < 45
      cast 'bless' 'self'
      pause 1000
    elseif skill 'magery' < 55
      cast 'mana drain' 'self'
      pause 1000
    elseif skill 'magery' < 75
      cast 'invisibility' 'self'
      pause 1000
    elseif skill 'magery' < 100
      cast 'mana vampire' 'self'
      pause 1000
    else
      headmsg 'Magery complete!'
      stop
    endif
  endif
elseif skill 'resisting spells' < 100
  if @injournal 'insufficient mana'
    clearjournal
    useskill 'meditation'
    while mana < maxmana
    endwhile
  else
    cast 'mana vampire' 'self'
    pause 1000
  endif
else
  headmsg 'Magery and resisting spells complete!'
  stop
endif
ILV
Post Reply