Scripting Resources & Utilities > UOSteam scripts

Chiv 30 to 120 w/med

(1/1)

bluepits:
wear mana re gen suit lrc so it dont cost to train

//edit mana on line two !
while not dead
  if mana < 60
    useskill 'meditation'
    while not mana == maxmana
    endwhile
  endif
  //Set Goal
  if skill 'Chivalry' == 120
    stop
  endif
  if skill 'Chivalry' >= 30 and skill 'Chivalry' < 45
    cast 'Consecrate Weapon'
  endif
  if skill 'Chivalry' >= 45 and skill 'Chivalry' < 60
    cast 'Divine Fury'
  endif
  if skill 'Chivalry' >= 60 and skill 'Chivalry' < 70
    cast 'Enemy of One'
  endif
  if skill 'Chivalry' >= 70 and skill 'Chivalry' < 90
    cast 'Holy Light'
  endif
  if skill 'Chivalry' >= 90 and skill 'Chivalry' < 120
    cast 'Noble Sacrifice'
  endif
  pause '2500'
endwhile

tandj99:
a lot of views anyone try this?

Navigation

[0] Message Index

Go to full version