rs-peer / issues

1 stars 0 forks source link

Skills.getCurrentLevel(Skill) returns prayer points, not the level itself for prayer. #394

Closed aids9345435345kek closed 5 years ago

aids9345435345kek commented 5 years ago

Skills.getCurrentLevel(Skill) when used for prayer returns the player's prayer points, not the level itself.

Lezor91 commented 5 years ago

The method you're using accounts for drains and boosts, hence the "current" in the name. getLevel is what you want.