Jump to content

[Quester] He's trying to pickup quest for more than 120 secondes, go to next step


Pudge

Recommended Posts

Hey! How to disable this? The bot just skipps very very important quests with no reason....


I put this settings into the plugin and the quest profile :

 

Quester.Bot.QuesterSetting.CurrentSetting.SkipPickUpQuestAfterXSecondes = 50000;
Quester.Bot.QuesterSetting.CurrentSetting.Save();

 

but it seems this only works half the time or doesnt work...

Link to comment
Share on other sites

As a result, this is what I have in the bot settings:

 

<?xml version="1.0" encoding="utf-8"?>
<QuesterSetting xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ProfileName>profile.xmll</ProfileName>
  <BlackListWhereIAmDead>false</BlackListWhereIAmDead>
  <SaveModifiedGeneralSettings>true</SaveModifiedGeneralSettings>
  <SkipPickUpQuestAfterXSecondes>50000</SkipPickUpQuestAfterXSecondes>
  <ProfilesUserSettings />
</QuesterSetting>


and what I have in logs:

 

15:57:35 - [Quester] He's trying to pickup quest Quest Name for more than 120 secondes, go to next step (if you get this problem again, you can disable profile step '125'.

 

Link to comment
Share on other sites

Just now, Droidz said:

Hi,


wManager.Wow.Helpers.Quest.QuesterCurrentContext.SkipPickUpQuestAfterXSecondes

you need to change it in questcontext

 

Thanks for the fast reply! Will try.

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...