TrevorB Posted August 13, 2013 Share Posted August 13, 2013 (edited) How do i get the run energy percentage from runescape? Like what type of method to make? Looking for the method. it looks something like this int[] current = client.getSkillCurrentLevels(); but how much energy you have left is not a skill. Need help Edited August 13, 2013 by TrevorB Link to comment Share on other sites More sharing options...
Joseph Posted August 13, 2013 Share Posted August 13, 2013 They have method like that in the API. Under method provider and also under client you could do IsRunning(); It will check to see if your running. setRunning(); Which will turn on or off your run. Depending on what your current run is, if its walking it will make it run. If it running it will turn walk on. client.getRunEnergy() > 30 It will check how much rune percent you have. Link to comment Share on other sites More sharing options...
TrevorB Posted August 13, 2013 Author Share Posted August 13, 2013 (edited) They have method like that in the API. Under method provider and also under client you could do IsRunning(); It will check to see if your running. setRunning(); Which will turn on or off your run. Depending on what your current run is, if its walking it will make it run. If it running it will turn walk on. client.getRunEnergy() > 30 It will check how much rune percent you have. Thank you for feedback so quickly I just sent you a PM. Edited August 13, 2013 by TrevorB Link to comment Share on other sites More sharing options...