Ales 2 Share Posted October 22, 2015 (edited) so far i've tried if (Skill.PRAYER != 0) { action } Basically what i am looking for is how do i get static and dynamic prayer lvl. Not working with integer, would using null be good solution or should i use something different? ty in advance Edited October 22, 2015 by Ales Link to comment Share on other sites More sharing options...
RealEngine 24 Share Posted October 22, 2015 hey man pretty simple get prayer level (max) getSkills().getRealLevel(Skill.PRAYER) get current level (like using prayer draings prayer) getSkills().getBoostedLevels(Skill.PRAYER) Link to comment Share on other sites More sharing options...
Ales 2 Author Share Posted October 22, 2015 hey man pretty simple get prayer level (max) getSkills().getRealLevel(Skill.PRAYER) get current level (like using prayer draings prayer) getSkills().getBoostedLevels(Skill.PRAYER) thanks will do Link to comment Share on other sites More sharing options...
Recommended Posts