Jump to content

Skipping quests


zzzar

Recommended Posts

 


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
Share on other sites

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
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...