CanCo Posted August 10, 2017 Share Posted August 10, 2017 I was looking for checking of prayer points and turning quick prayers on and off in the api. I found the Prayer api where i found ways to turn on and off single prayers, check if quick prayers are turned on/off but not actually turning them on/off and checking the amount of prayer points that are left. I was here: https://osbot.org/api/org/osbot/rs07/api/Prayer.html Thanks for the help ;) Quote Link to comment Share on other sites More sharing options...
TEEMOLEGEND420 Posted August 10, 2017 Share Posted August 10, 2017 ???? Quote Link to comment Share on other sites More sharing options...
d0zza Posted August 10, 2017 Share Posted August 10, 2017 From the link you posted: isQuickPrayerActive(); will return true if quick prayer is on or false if off. To check the amount of prayer points left I use the skills API: getSkills().getDynamic(Skill.PRAYER); Quote Link to comment Share on other sites More sharing options...
CanCo Posted August 10, 2017 Author Share Posted August 10, 2017 19 minutes ago, d0zza said: From the link you posted: isQuickPrayerActive(); will return true if quick prayer is on or false if off. To check the amount of prayer points left I use the skills API: getSkills().getDynamic(Skill.PRAYER); I know that isQuickPrayerActive() will show if on or off im asking how to turn it on and off. Quote Link to comment Share on other sites More sharing options...
d0zza Posted August 10, 2017 Share Posted August 10, 2017 9 hours ago, CanCo said: I know that isQuickPrayerActive() will show if on or off im asking how to turn it on and off. Find the right widget using the widget debugger and interact with that Quote Link to comment Share on other sites More sharing options...
sohail Posted August 10, 2017 Share Posted August 10, 2017 Interesting Quote Link to comment Share on other sites More sharing options...
Molten Posted August 11, 2017 Share Posted August 11, 2017 did you get it working? is your name connor? Quote Link to comment Share on other sites More sharing options...