Skills
object Skills
Content copied to clipboard
Skills
Functions
experience
Link copied to clipboard
Returns the experience of the skill at the provided index. The index is to be obtained via org.powerbot.script.rt4.Constants.
experience At
Link copied to clipboard
Determines the experience required for the specified level.
experience At Next Level
Link copied to clipboard
experiences
Link copied to clipboard
Returns an array of current experience of skills which do consider boosts/reductions. The indexes are to be obtained via org.powerbot.script.rt4.Constants.
experience Until Next Level
Link copied to clipboard
level
Link copied to clipboard
real Level
Link copied to clipboard
Returns the level of a skill at a given index without boosts/reductions. The index is to be obtained via org.powerbot.script.rt4. Example: realLevel(Constants.SKILLS_STRENGTH) would return 70, if my strenght level is currently 50/70.
real Levels
Link copied to clipboard
Returns an array of levels of skills which do not consider boosts/reductions. The indexes are to be obtained via org.powerbot.script.rt4.