ScriptUO

Scripting Resources & Utilities => UOSteam => UOSteam scripts => Topic started by: bluepits on March 01, 2016, 03:35:49 PM

Title: Chiv 30 to 120 w/med
Post by: bluepits on March 01, 2016, 03:35:49 PM
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
Title: Re: Chiv 30 to 120 w/med
Post by: tandj99 on June 01, 2017, 02:14:23 PM
a lot of views anyone try this?