November 8, 20205 yr 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...
November 8, 20205 yr Author 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'.
November 8, 20205 yr Hi, wManager.Wow.Helpers.Quest.QuesterCurrentContext.SkipPickUpQuestAfterXSecondes you need to change it in questcontext
November 8, 20205 yr Author 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.
Create an account or sign in to comment