Pudge 24 Posted November 8, 2020 Share Posted November 8, 2020 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 More sharing options...
Pudge 24 Posted November 8, 2020 Author Share Posted November 8, 2020 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 More sharing options...
Droidz 2737 Posted November 8, 2020 Share Posted November 8, 2020 Hi, wManager.Wow.Helpers.Quest.QuesterCurrentContext.SkipPickUpQuestAfterXSecondes you need to change it in questcontext Pudge 1 Link to comment Share on other sites More sharing options...
Pudge 24 Posted November 8, 2020 Author Share Posted November 8, 2020 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 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