cido 0 Posted March 11, 2018 Share Posted March 11, 2018 Im trying to make a questing profile for a vanilla private server, its working however there is an issue with it reaccepting the quest. Basically Its a repeatable, but it saves it as a completed quest in the quest ID list even though ive said its a repeatable and then gets stuck on 'Turn in'. Is there anyway around this? Link to comment https://wrobot.eu/forums/topic/8886-vanilla-repeatable-quest-id-stopping-it-from-turning-inaccepting/ Share on other sites More sharing options...
cido 0 Posted March 11, 2018 Author Share Posted March 11, 2018 Yea ive done all that. Here il post what Ive created. Basically, It will do the quest once, then turn it and pick it up, then turn it in... then it wont repeat again and the quest ID is then saved in Finished Quests so i think Its something to do with that. When i delete the quest ID in finished quests it will do it 1 more time ect. Dews v2.0.xml Link to comment https://wrobot.eu/forums/topic/8886-vanilla-repeatable-quest-id-stopping-it-from-turning-inaccepting/#findComment-41140 Share on other sites More sharing options...
cido 0 Posted March 11, 2018 Author Share Posted March 11, 2018 Ok il try it now, its accepted the quest just waiting for it to kill the mobs. And no... just turns the quest in and stands there Link to comment https://wrobot.eu/forums/topic/8886-vanilla-repeatable-quest-id-stopping-it-from-turning-inaccepting/#findComment-41142 Share on other sites More sharing options...
cido 0 Posted March 11, 2018 Author Share Posted March 11, 2018 90002, its a private server own made one. Just Collect and Kill. Link to comment https://wrobot.eu/forums/topic/8886-vanilla-repeatable-quest-id-stopping-it-from-turning-inaccepting/#findComment-41144 Share on other sites More sharing options...
cido 0 Posted March 11, 2018 Author Share Posted March 11, 2018 Yea maybe, i mean all the quest id does is provide the name and sometimes specifications. But I still have to input the quest, probably just wont work as its made up. Vanillas repeatable quests dont work the way the ones do on private servers, they act as quests completed. If i found a way to delete the finished quest ID after it turned it in, it would work. Link to comment https://wrobot.eu/forums/topic/8886-vanilla-repeatable-quest-id-stopping-it-from-turning-inaccepting/#findComment-41147 Share on other sites More sharing options...
Matenia 628 Posted March 11, 2018 Share Posted March 11, 2018 i guess the repeatable flag on wRobot doesn't work. You could always use C# to achieve this. Activate "not required in questlog", use C# to run to the NPC and pick up the quest. Then add a pulse step for what you want it to do for the actual quest and set the complete condition yourself (in C#, it's Quest.IsObjectiveComplete(id, objectiveNumber). That should most likely work. Link to comment https://wrobot.eu/forums/topic/8886-vanilla-repeatable-quest-id-stopping-it-from-turning-inaccepting/#findComment-41150 Share on other sites More sharing options...
cido 0 Posted March 11, 2018 Author Share Posted March 11, 2018 Thanks for the info matenia, ok, this is sounding more confusing but I think I know what you mean so il give it a go... Is there an example of this method for a quest then i can tailor my profile? Link to comment https://wrobot.eu/forums/topic/8886-vanilla-repeatable-quest-id-stopping-it-from-turning-inaccepting/#findComment-41151 Share on other sites More sharing options...
Matenia 628 Posted March 11, 2018 Share Posted March 11, 2018 Not really, you'll have to take a look at Avvi's guide on how to look at what methods are available in the wRobot API Link to comment https://wrobot.eu/forums/topic/8886-vanilla-repeatable-quest-id-stopping-it-from-turning-inaccepting/#findComment-41152 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now