seeker Posted July 31, 2017 Share Posted July 31, 2017 (edited) So i'm trying to check if the Client of Kourend quest is done of my script, but it hasn't been added yet to the API since it's newish. Is there anything i can do at all? Edited July 31, 2017 by seeker Quote Link to comment Share on other sites More sharing options...
Deceiver Posted July 31, 2017 Share Posted July 31, 2017 color of the text or config Quote Link to comment Share on other sites More sharing options...
seeker Posted July 31, 2017 Author Share Posted July 31, 2017 Just now, Deceiver said: color of the text or config ye i was thinking about colour. But that's too much work. What do you mean config? Quote Link to comment Share on other sites More sharing options...
Chris Posted July 31, 2017 Share Posted July 31, 2017 Config API Quote Link to comment Share on other sites More sharing options...
Eagle Scripts Posted July 31, 2017 Share Posted July 31, 2017 Look into the Configs; every quest has a certain config from which you can see the state of the quest; meaning you can also determine when it has been completed 1 Quote Link to comment Share on other sites More sharing options...
Alek Posted July 31, 2017 Share Posted July 31, 2017 I like how there are all these suggestions for writing your own API instead of submitting a "Client Suggestion" to get the quest added to the existing API. 1 Quote Link to comment Share on other sites More sharing options...
seeker Posted July 31, 2017 Author Share Posted July 31, 2017 6 minutes ago, Eagle Scripts said: Look into the Configs; every quest has a certain config from which you can see the state of the quest; meaning you can also determine when it has been completed Ah right. One question though, how do i find the config ids? I've enabled configs on the debug option on the client and all i'm getting is just 1999 - 1989 with all 0's not changing even after opening quest? Cheers Quote Link to comment Share on other sites More sharing options...
JARNQ Posted July 31, 2017 Share Posted July 31, 2017 9 minutes ago, seeker said: Ah right. One question though, how do i find the config ids? I've enabled configs on the debug option on the client and all i'm getting is just 1999 - 1989 with all 0's not changing even after opening quest? Cheers Try restarting your computer Quote Link to comment Share on other sites More sharing options...
seeker Posted July 31, 2017 Author Share Posted July 31, 2017 2 minutes ago, JARNQ said: Try restarting your computer no lol Quote Link to comment Share on other sites More sharing options...
HeyImJamie Posted July 31, 2017 Share Posted July 31, 2017 (edited) 36 minutes ago, Alek said: I like how there are all these suggestions for writing your own API instead of submitting a "Client Suggestion" to get the quest added to the existing API. To be honest for checking quests it's actually better to write your own 'API'. I've been told the Quest API checks colour which has given me false calls in the past whereas checking via configs do not. We could collect together completed quest configs tho and put them in client suggestions? 35 minutes ago, seeker said: Ah right. One question though, how do i find the config ids? I've enabled configs on the debug option on the client and all i'm getting is just 1999 - 1989 with all 0's not changing even after opening quest? Cheers You'd need to complete the quest and check for changes. or find the quest config and grab its child off a completed acc Edited July 31, 2017 by HeyImJamie 1 Quote Link to comment Share on other sites More sharing options...
Alek Posted July 31, 2017 Share Posted July 31, 2017 1 hour ago, HeyImJamie said: To be honest for checking quests it's actually better to write your own 'API'. I've been told the Quest API checks colour which has given me false calls in the past whereas checking via configs do not. We could collect together completed quest configs tho and put them in client suggestions? You'd need to complete the quest and check for changes. or find the quest config and grab its child off a completed acc When are quests green and not finished, or when quests are red but already started? Quote Link to comment Share on other sites More sharing options...
The Undefeated Posted July 31, 2017 Share Posted July 31, 2017 2 hours ago, Alek said: I like how there are all these suggestions for writing your own API instead of submitting a "Client Suggestion" to get the quest added to the existing API. True. But the way how quests are checked now is not viable at all. Had multiple occasions it returning as not started while it was finished. Quote Link to comment Share on other sites More sharing options...