Author Topic: Chiv 30 to 120 w/med  (Read 7254 times)

0 Members and 1 Guest are viewing this topic.

Offline bluepitsTopic starter

  • Jr. Member
  • **
  • Posts: 30
  • Activity:
    0%
  • Reputation Power: 0
  • bluepits has no influence.
  • Gender: Male
  • Respect: +5
  • Referrals: 0
    • View Profile
Chiv 30 to 120 w/med
« on: March 01, 2016, 03:35:49 PM »
0
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

Offline tandj99

  • Elite
  • *
  • *
  • Posts: 261
  • Activity:
    0.2%
  • Reputation Power: 1
  • tandj99 has no influence.
  • Gender: Male
  • Respect: +40
  • Referrals: 1
    • View Profile
Re: Chiv 30 to 120 w/med
« Reply #1 on: June 01, 2017, 02:14:23 PM »
0
a lot of views anyone try this?

Tags: