[UO Steam] Necromancy [<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

[UO Steam] Necromancy [<30 - 100]

Post by Lady Demolka »

Code: Select all

if mana < 25
  useskill 'meditation'
  while mana < maxmana
  endwhile
endif
if skill 'Necromancy' < 30
  cast "Curse Weapon"
  waitfortarget 1600
elseif skill 'Necromancy' < 50
  cast "Wraith Form"
  waitfortarget 1600
elseif skill 'Necromancy' < 71
  cast "Horrific Beast"
  waitfortarget 1600
elseif skill 'Necromancy' < 81
  cast "Wither"
  waitfortarget 1600
elseif skill 'Necromancy' < 105
  cast "Lich Form"
  waitfortarget 1600
elseif skill 'Necromancy' < 120
  cast "Vampiric Embrace"
  waitfortarget 1600
endif
ILV
Post Reply