Page 1 of 1

[UO Steam] Necromancy [<30 - 100]

Posted: Tue Aug 08, 2017 8:22 am
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