zzzar 13 Posted May 12, 2020 Share Posted May 12, 2020 Hello there, I try describe problem how i can,hope my writing will be understandable, english is not my home language:D When bot can't pick up quest, he write log like "[Quester] He's trying to pickup quest XXXX for more than 120 secondes, go to next step (if you get this problem again, you can disable profile step '123'." I play on server where gm's constantly working on, fixing one quest, broke several others. Problem is : When i start\stop bot, he tries to pick up such quests again, and if there are many of them, that can take pretty long. What I want : when bot fails to pick up such quest, he disable that quest for that certain character not only for this session, but forever for this profile(by disabling profile step, or somehow blacklist it). If someone can help me with code that do it that if its possible, or even Droidz wish to add this feature in future, thats be fantastic. Link to comment https://wrobot.eu/forums/topic/12150-skipping-quests/ Share on other sites More sharing options...
Droidz 2738 Posted May 12, 2020 Share Posted May 12, 2020 Hello, Sorry I'll not add this feature. You can edit your profile (and remove quest) to adapt profile to your server. Link to comment https://wrobot.eu/forums/topic/12150-skipping-quests/#findComment-58162 Share on other sites More sharing options...
zzzar 13 Posted May 12, 2020 Author Share Posted May 12, 2020 As i said gm's constantly working on, fixing one quest, broke several others. For example, one profile have 40 quests, one day 30 of them can picked up, second day half of them, third day all of them works. Remove quests is not an option. I look for code like: //pseudocode if (Log.Contains("you can disable profile step'")) { int step = wManager.Wow.Helpers.Quest.QuesterCurrentContext.CurrentStep ; DisableStep(step); } Is that possible to do? Link to comment https://wrobot.eu/forums/topic/12150-skipping-quests/#findComment-58167 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