computor Posted December 14, 2014 Share Posted December 14, 2014 How do you check the hitpoints level of the character in attack. Not the actual level (skills.HITPOINTS) but the current hitpoints that the character has out of its total level, say 50/99. I want my bot to eat if hitpoints is at 50% of normal. Link to comment Share on other sites More sharing options...
Alek Posted December 14, 2014 Share Posted December 14, 2014 skills.getDynamic(Skill.HITPOINTS); Link to comment Share on other sites More sharing options...
computor Posted December 14, 2014 Author Share Posted December 14, 2014 (edited) Fixed. Thanks Edited December 15, 2014 by computor Link to comment Share on other sites More sharing options...