hey guys is there anyway to make the bot only quest up to a certain area? I'd like the bot to go midway between acts and just not go to the boss, as a boss will kill you in hardcore if left alone
Cheapest way to do that would be to modify the chicken plugin to disconnect you and stop the bot once you encounter a boss.
No, the easiest way would be to do what was recommended, and baby sit. Otherwise learn to code and do it yourself, the source is there.
I'm struggling with the bot trying to move to Belly of the Beast transition after entering it, causing EndNotNavigable error's. I need to move it by hand until the next corner to make it working. You need to register and have one post to see spoilers!
I didn't break this at all these few days, Are you running stock QP? It should look like http://puu.sh/nbEle/a0b295e6b9.txt After it takes transition [QuestPluginHelperFunctions] HandleDiallaInCrystalVeins MoveTowards Transition The Belly of the Beast Level 1, Location {850, 1357}, Distance 27.05779 That would make it go into belly, IDK why yours isn't.
Ok #415 is committed to address possible issue that Tormiasz has at https://www.thebuddyforum.com/exilebuddy-forum/community-developer-forum/217597-plugin-quest-plugin-2-0-a-post2159362.html#post2159362 LMK if any issues, with full logs.
It's going into belly, then it still wants to move towards the same coordinates (after zone change). I got it from the start if I remember correctly.
Ya that shouldn't happen, since there's an area check on the task. I think it was the transition function where I was playing around with it while you pulled a bad version. After I finish third party support, I'll add version into it.
Yup, I just did a quick test, What was happening is; HelperFunctions.cs Code: while (pathDistance.CompareTo(float.MaxValue) == 0) { Which is a check to see path finding errors, I forgot to do a If check there instead of a loop, so you were basically stuck in that loop. It's resolved a few revisions ago. #415 Updated that whole delivery in crystal veins task as well.
any idea why i cant run more than 1 quest plugin on my VM's ? Only 1 VM works with QuestPlugin , if i want to run an other one Path of Exile client freeze just when quest plugin is starting http://prntscr.com/a519m4 no such problems with maprunner tho VM with default configs, 2gb ram, 1core each, etc Thx in advance!
It's because of how you share your PoE, it's probably being used so the VM can't access it, Also, no full log, not much help I can give.
can it be related to VPNcheck where i have a rule which will close my client if VPN disconnects? full log Code: 2016-02-18 23:18:13,572 [1] INFO CustomLogger (null) - [Start] Now creating the BotThread. 2016-02-18 23:18:13,662 [37] DEBUG CustomLogger (null) - [OldGrindBot] Start 2016-02-18 23:18:13,664 [37] INFO CustomLogger (null) - [ItemEvaluator] Instance = Loki.Bot.DefaultItemEvaluator. 2016-02-18 23:18:13,742 [37] DEBUG CustomLogger (null) - [Start] MsBetweenTicks: 15. 2016-02-18 23:18:13,743 [37] DEBUG CustomLogger (null) - [Start] InputEventMsDelay: 100. 2016-02-18 23:18:13,743 [37] DEBUG CustomLogger (null) - [Start] LowFpsMode: False. 2016-02-18 23:18:13,744 [37] DEBUG CustomLogger (null) - [Start] NetworkingMode: Auto. 2016-02-18 23:18:13,744 [37] DEBUG CustomLogger (null) - [Start] KeyPickup: UseHighlightKey. 2016-02-18 23:18:13,745 [37] DEBUG CustomLogger (null) - [Start] IsAutoEquipEnabled: False. 2016-02-18 23:18:13,745 [37] DEBUG CustomLogger (null) - [Start] PlayerMover.Instance: Loki.Bot.PredictivePlayerMover. 2016-02-18 23:18:13,746 [37] DEBUG CustomLogger (null) - [Add] Now adding [ResurrectTask] This task handles resurrection.. 2016-02-18 23:18:13,747 [37] DEBUG CustomLogger (null) - [Add] Now adding [ClearCursorTask] This task places any item left on the cursor into the inventory.. 2016-02-18 23:18:13,747 [37] DEBUG CustomLogger (null) - [Add] Now adding [AssignMoveSkillTask] A task to handle assigning the Move skill if it's not already on the skill bar.. 2016-02-18 23:18:13,747 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleBlockingChestsTask] This task will handle breaking any blocking chests that interfere with movement.. 2016-02-18 23:18:13,748 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleDoorsTask] This task handles opening doors.. 2016-02-18 23:18:13,748 [37] DEBUG CustomLogger (null) - [Add] Now adding [CombatTask (Leash 50)] This task executes routine logic for combat.. 2016-02-18 23:18:13,748 [37] DEBUG CustomLogger (null) - [Add] Now adding [PostCombatHookTask] This task provides a coroutine hook for executing user logic after combat has completed.. 2016-02-18 23:18:13,748 [37] DEBUG CustomLogger (null) - [Add] Now adding [TownRunTask] A task to go back to town during the middle of a bot run.. 2016-02-18 23:18:13,749 [37] DEBUG CustomLogger (null) - [Add] Now adding [LootItemTask (Leash 50)] This task handles looting items.. 2016-02-18 23:18:13,749 [37] DEBUG CustomLogger (null) - [Add] Now adding [OpenChestTask (Leash 50)] This task handles opening chests.. 2016-02-18 23:18:13,749 [37] DEBUG CustomLogger (null) - [Add] Now adding [LootItemTask (Leash -1)] This task handles looting items.. 2016-02-18 23:18:13,749 [37] DEBUG CustomLogger (null) - [Add] Now adding [MergeInventoryTask] A task to handle merging the inventory into full stacks.. 2016-02-18 23:18:13,750 [37] DEBUG CustomLogger (null) - [Add] Now adding [IdTask] A task to identify items in inventory.. 2016-02-18 23:18:13,750 [37] DEBUG CustomLogger (null) - [Add] Now adding [SellTask] A task to vendor items in the inventory.. 2016-02-18 23:18:13,750 [37] DEBUG CustomLogger (null) - [Add] Now adding [StashTask] This task will stash all applicable items in town.. 2016-02-18 23:18:13,750 [37] DEBUG CustomLogger (null) - [Add] Now adding [WithdrawTask] A task to withdraw items from stash when we are in town.. 2016-02-18 23:18:13,750 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleInventoryItemsTask] A task to manage inventory items that are not stashed.. 2016-02-18 23:18:13,750 [37] DEBUG CustomLogger (null) - [Add] Now adding [SortInventoryTask] A task to sort the main inventory by moving items towards the top left corner.. 2016-02-18 23:18:13,751 [37] DEBUG CustomLogger (null) - [Add] Now adding [ReturnToGrindZoneTask] This task will return the bot to the previous grind zone after a town run.. 2016-02-18 23:18:13,751 [37] DEBUG CustomLogger (null) - [Add] Now adding [TagWaypointTask] This task will tag a waypoint if it is not already unlocked.. 2016-02-18 23:18:13,751 [37] DEBUG CustomLogger (null) - [Add] Now adding [UseLooseCandleTask] This task will use the Loose Candle when the grind zone is set to The Archives.. 2016-02-18 23:18:13,752 [37] DEBUG CustomLogger (null) - [Add] Now adding [UnblockCorruptedAreaTransitionTask] This task will use the Loose Grate and Sarcophagus covers for corrupted area transitions.. 2016-02-18 23:18:13,752 [37] DEBUG CustomLogger (null) - [Add] Now adding [TakeCorruptedAreaTask] A task to take corrupted areas.. 2016-02-18 23:18:13,752 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleA2Q9] This task handles an aspect of A2Q9.. 2016-02-18 23:18:13,752 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleA2Q9b] This task handles an aspect of A2Q9.. 2016-02-18 23:18:13,753 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleA2Q11] This task handles A2Q11.. 2016-02-18 23:18:13,753 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleA3Q1] This task handles an aspect of A3Q1.. 2016-02-18 23:18:13,753 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleSewers] This task handles an aspect of -.. 2016-02-18 23:18:13,754 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleUndyingBlockage] This task handles an aspect of -.. 2016-02-18 23:18:13,754 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleLockedDoor] This task handles an aspect of -.. 2016-02-18 23:18:13,754 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleDeshretSeal] This task handles an aspect of opening Deshret's Seal.. 2016-02-18 23:18:13,755 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleGlyphWall] This task handles an aspect of -.. 2016-02-18 23:18:13,755 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleDeshretSpirit] This task handles an aspect of freeing Deshret's Spirit.. 2016-02-18 23:18:13,755 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleAllFlame] This task handles an aspect of giving Fairgraves the Allflame.. 2016-02-18 23:18:13,756 [37] DEBUG CustomLogger (null) - [Add] Now adding [TravelToGrindZoneTask] This task will travel to the grind zone configured.. 2016-02-18 23:18:13,756 [37] DEBUG CustomLogger (null) - [Add] Now adding [TravelThroughBossAreasTask-BossFarm] This task will travel though the local area transitions in boss zones.. 2016-02-18 23:18:13,757 [37] DEBUG CustomLogger (null) - [Add] Now adding [OpenChestTask (Leash -1)] This task handles opening chests.. 2016-02-18 23:18:13,757 [37] DEBUG CustomLogger (null) - [Add] Now adding [CombatTask (Leash -1)] This task executes routine logic for combat.. 2016-02-18 23:18:13,757 [37] DEBUG CustomLogger (null) - [Add] Now adding [EnterArenaTask] This task helps the bot enter the 3 arenas in The Harvest.. 2016-02-18 23:18:13,758 [37] DEBUG CustomLogger (null) - [Add] Now adding [TravelThroughBossAreasTask-PassThrough] This task will travel though the local area transitions in boss zones.. 2016-02-18 23:18:13,759 [37] DEBUG CustomLogger (null) - [Add] Now adding [ExplorationCompleteTask (Early)] A task to execute exploration complete logic.. 2016-02-18 23:18:13,759 [37] DEBUG CustomLogger (null) - [Add] Now adding [ExploreTask] This task handles exploring an area.. 2016-02-18 23:18:13,759 [37] DEBUG CustomLogger (null) - [Add] Now adding [TrackMoreMobs] This task helps BasicGrindBot seek out as many mobs as possible.. 2016-02-18 23:18:13,760 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleMerveilArea] This task helps OldGrindBot stay in the Merveil boss fight area, resetting exploration to keep the bot moving around to trigger different phases.. 2016-02-18 23:18:13,760 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleVaalArea] This task helps OldGrindBot stay in the Vaal boss fight area, resetting exploration to keep the bot moving around to trigger different phases.. 2016-02-18 23:18:13,760 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandlePietyArea] This task helps OldGrindBot stay in the Piety boss fight area, resetting exploration to keep the bot moving around to trigger different phases.. 2016-02-18 23:18:13,761 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleDominusArea] This task helps OldGrindBot stay in the Dominus boss fight area, resetting exploration to keep the bot moving around to trigger different phases.. 2016-02-18 23:18:13,761 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleKaomArea] This task helps OldGrindBot stay in the Kaom boss fight area, resetting exploration to keep the bot moving around to trigger different phases.. 2016-02-18 23:18:13,761 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleDaressoArea] This task helps OldGrindBot stay in the Daresso boss fight area, resetting exploration to keep the bot moving around to trigger different phases.. 2016-02-18 23:18:13,762 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleWeaverArea] This task helps OldGrindBot stay in the Weaver boss fight area, resetting exploration to keep the bot moving around to trigger different phases.. 2016-02-18 23:18:13,762 [37] DEBUG CustomLogger (null) - [Add] Now adding [HandleVaalVesselTask] This task handles extra logic so the bot opens Vaal Vessels.. 2016-02-18 23:18:13,762 [37] DEBUG CustomLogger (null) - [Add] Now adding [ExplorationCompleteTask] A task to execute exploration complete logic.. 2016-02-18 23:18:13,763 [37] DEBUG CustomLogger (null) - [Add] Now adding [FallbackTask] This task is the last task executed. It should not execute.. 2016-02-18 23:18:13,763 [37] DEBUG CustomLogger (null) - [CommonEvents] Start 2016-02-18 23:18:13,763 [37] DEBUG CustomLogger (null) - [AdvancedItemFilter] Start 2016-02-18 23:18:13,764 [37] DEBUG CustomLogger (null) - [Replace] Now replacing task [IdTask] with [IdentifyItemsTask]. 2016-02-18 23:18:13,764 [37] DEBUG CustomLogger (null) - [AddAtFront] Now adding [CheckForRecipeItemsTask] Record recipe items at start of the bot only, never after. 2016-02-18 23:18:13,764 [37] DEBUG CustomLogger (null) - [AddTask] CheckForRecipeItemsTask Sucessfully added at front of the list 2016-02-18 23:18:13,765 [37] DEBUG CustomLogger (null) - [AddTask] HandleMultipleBaseNameItemsTask Sucessfully added before SellTask 2016-02-18 23:18:13,765 [37] DEBUG CustomLogger (null) - [AddTask] GCPRecipeTask Sucessfully added after StashTask 2016-02-18 23:18:13,766 [37] DEBUG CustomLogger (null) - [AddTask] RecipeTask Sucessfully added after StashTask 2016-02-18 23:18:13,766 [37] DEBUG CustomLogger (null) - [AddTask] CountReagentsTask Sucessfully added after StashTask 2016-02-18 23:18:13,767 [37] DEBUG CustomLogger (null) - [AddTask] StashToSpecificTabTask Sucessfully added before StashTask 2016-02-18 23:18:13,767 [37] DEBUG CustomLogger (null) - [AutoLogin] Start 2016-02-18 23:18:13,768 [37] DEBUG CustomLogger (null) - [DevTab] Start 2016-02-18 23:18:13,768 [37] DEBUG CustomLogger (null) - [FlaskHelper] Start 2016-02-18 23:18:13,768 [37] DEBUG CustomLogger (null) - [AddAtFront] Now adding [TownRunToRefill] Back to town if flasks are too loooooooooooooooooooooow. 2016-02-18 23:18:13,768 [37] DEBUG CustomLogger (null) - [GemLeveler] Start 2016-02-18 23:18:13,769 [37] DEBUG CustomLogger (null) - [GemLeveler] Now resetting task state. 2016-02-18 23:18:13,769 [37] DEBUG CustomLogger (null) - [Add] Now adding [LevelSkillGemTask] This task will level skillgems after close range combat is taken care of.. 2016-02-18 23:18:13,769 [37] DEBUG CustomLogger (null) - [ItemFilterEditor] Start 2016-02-18 23:18:13,770 [37] INFO CustomLogger (null) - [ItemEvaluator] Instance = ItemFilterEditor.ConfigurableItemEvaluator. 2016-02-18 23:18:13,770 [37] DEBUG CustomLogger (null) - [ObjectExplorer] Start 2016-02-18 23:18:13,770 [37] DEBUG CustomLogger (null) - [ProfiledAutoPassives] Start 2016-02-18 23:18:13,770 [37] DEBUG CustomLogger (null) - [Add] Now adding [AssignPassivesTask] This task will assign passives as points are avaliable.. 2016-02-18 23:18:13,771 [37] DEBUG CustomLogger (null) - [QuestPlugin] Start 2016-02-18 23:18:13,771 [37] INFO CustomLogger (null) - [QuestPlugin] RandomForkValue = 2 2016-02-18 23:18:13,771 [37] INFO CustomLogger (null) - [QuestPluginHelperFunctions] Tasks Removal Starting 2016-02-18 23:18:13,772 [37] INFO CustomLogger (null) - [QuestPluginHelperFunctions] RemoveAllActTasks Finished 2016-02-18 23:18:13,773 [37] INFO CustomLogger (null) - [QuestPlugin] Updating Quest Please Wait... 2016-02-18 23:19:13,824 [37] WARN CustomLogger (null) - [QuestPlugin] +0 Quest Id: [a1q1] State: [0] Name: [Enemy at the Gate] [Complete] 2016-02-18 23:19:13,825 [37] WARN CustomLogger (null) - [QuestPlugin] + Quest Text: [Quest Complete - You have killed Hillock and received a reward from Tarkleigh.] 2016-02-18 23:20:13,974 [37] WARN CustomLogger (null) - [QuestPlugin] +1 Quest Id: [a1q4] State: [0] Name: [Breaking Some Eggs] [Complete] 2016-02-18 23:20:13,975 [37] WARN CustomLogger (null) - [QuestPlugin] + Quest Text: [Quest Complete - You have opened the Submerged Passage and have received a reward from Tarkleigh.] 2016-02-18 23:20:14,119 [37] ERROR CustomLogger (null) - Exception during plugin Start. System.Exception: Only part of a ReadProcessMemory or WriteProcessMemory request was completed, at addr: 00000000, Size: 1984 at GreyMagic.ExternalProcessMemory.ReadByteBuffer(IntPtr addr, Void* buffer, Int32 count) at GreyMagic.MemoryBase.ReadBytes(IntPtr addr, Int32 count) at Loki.Game.LokiPoe.LocalData.?????????????????????????????????????????.?????????????????????????????????????????() at Loki.Game.Utilities.PerCachedValue`1.get_Value() at Loki.Game.LokiPoe.LocalData.get_Native() at Loki.Game.LokiPoe.LocalData.?????????????????????????????????????????.?????????????????????????????????????????() at Loki.Game.Utilities.PerCachedValue`1.get_Value() at Loki.Game.LokiPoe.LocalData.get_WorldAreaId() at Loki.Game.LokiPoe.?????????????????????????????????????????.?????????????????????????????????????????() at Loki.Game.Utilities.PerCachedValue`1.get_Value() at Loki.Game.LokiPoe.get_CurrentWorldArea() at QuestPlugin.Helpers.WorldDataHelper.GetCurrentDifficulty() in c:\Users\jeah\Desktop\fsdfsdf\Plugins\QuestPlugin\Helpers\WorldDataHelper.cs:line 49 at QuestPlugin.Helpers.UpdateQuestStates.GetState(String[] quest) in c:\Users\jeah\Desktop\fsdfsdf\Plugins\QuestPlugin\Helpers\UpdateQuestStates.cs:line 237 at QuestPlugin.Helpers.UpdateQuestStates.Update(Boolean devDumpStates) in c:\Users\jeah\Desktop\fsdfsdf\Plugins\QuestPlugin\Helpers\UpdateQuestStates.cs:line 92 at QuestPlugin.QuestPlugin.Start() in c:\Users\jeah\Desktop\fsdfsdf\Plugins\QuestPlugin\QuestPlugin.cs:line 178 at Loki.Bot.PluginManager.????????????????????????????????????????(IPlugin ) 2016-02-18 23:20:14,120 [37] DEBUG CustomLogger (null) - [Stats] Start 2016-02-18 23:20:14,120 [37] DEBUG CustomLogger (null) - [StuckDetection] Start 2016-02-18 23:20:14,121 [37] DEBUG CustomLogger (null) - [OldRoutine] Start 2016-02-18 23:20:14,121 [37] DEBUG CustomLogger (null) - [ResurrectTask] Now resetting task state. 2016-02-18 23:20:14,122 [37] DEBUG CustomLogger (null) - [HandleBlockingChestsTask] Now resetting task state. 2016-02-18 23:20:14,122 [37] DEBUG CustomLogger (null) - [SellTask] Now resetting task state. 2016-02-18 23:20:14,122 [37] DEBUG CustomLogger (null) - [GCPRecipeTask] Now resetting task state. 2016-02-18 23:20:14,123 [37] DEBUG CustomLogger (null) - [WithdrawTask] Now resetting task state. 2016-02-18 23:20:14,123 [37] DEBUG CustomLogger (null) - [ReturnToGrindZoneTask] Now resetting task state. 2016-02-18 23:20:14,123 [37] DEBUG CustomLogger (null) - [TagWaypointTask] Now resetting task state. 2016-02-18 23:20:14,124 [37] DEBUG CustomLogger (null) - [UseLooseCandleTask] Now resetting task state. 2016-02-18 23:20:14,124 [37] DEBUG CustomLogger (null) - [UnblockCorruptedAreaTransitionTask] Now resetting task state. 2016-02-18 23:20:14,124 [37] DEBUG CustomLogger (null) - [HandleA2Q9] Now resetting task state. 2016-02-18 23:20:14,125 [37] DEBUG CustomLogger (null) - [HandleA2Q9b] Now resetting task state. 2016-02-18 23:20:14,125 [37] DEBUG CustomLogger (null) - [HandleA2Q11] Now resetting task state. 2016-02-18 23:20:14,125 [37] DEBUG CustomLogger (null) - [HandleA3Q1] Now resetting task state. 2016-02-18 23:20:14,125 [37] DEBUG CustomLogger (null) - [HandleSewers] Now resetting task state. 2016-02-18 23:20:14,125 [37] DEBUG CustomLogger (null) - [HandleUndyingBlockage] Now resetting task state. 2016-02-18 23:20:14,125 [37] DEBUG CustomLogger (null) - [HandleLockedDoor] Now resetting task state. 2016-02-18 23:20:14,126 [37] DEBUG CustomLogger (null) - [HandleDeshretSeal] Now resetting task state. 2016-02-18 23:20:14,126 [37] DEBUG CustomLogger (null) - [HandleGlyphWall] Now resetting task state. 2016-02-18 23:20:14,126 [37] DEBUG CustomLogger (null) - [HandleDeshretSpirit] Now resetting task state. 2016-02-18 23:20:14,127 [37] DEBUG CustomLogger (null) - [HandleAllFlame] Now resetting task state. 2016-02-18 23:20:14,127 [37] DEBUG CustomLogger (null) - [TravelToGrindZoneTask] Now resetting task state. 2016-02-18 23:20:14,127 [37] DEBUG CustomLogger (null) - [TravelThroughBossAreasTask] Now resetting task state. 2016-02-18 23:20:14,128 [37] DEBUG CustomLogger (null) - [EnterArenaTask] Now resetting task state. 2016-02-18 23:20:14,128 [37] DEBUG CustomLogger (null) - [TravelThroughBossAreasTask] Now resetting task state. 2016-02-18 23:20:14,128 [37] DEBUG CustomLogger (null) - [TrackMoreMobs] Now resetting task state. 2016-02-18 23:20:14,129 [37] DEBUG CustomLogger (null) - [HandleMerveilArea] Now resetting task state. 2016-02-18 23:20:14,129 [37] DEBUG CustomLogger (null) - [HandleVaalArea] Now resetting task state. 2016-02-18 23:20:14,129 [37] DEBUG CustomLogger (null) - [HandlePietyArea] Now resetting task state. 2016-02-18 23:20:14,130 [37] DEBUG CustomLogger (null) - [HandleDominusArea] Now resetting task state. 2016-02-18 23:20:14,130 [37] DEBUG CustomLogger (null) - [HandleKaomArea] Now resetting task state. 2016-02-18 23:20:14,130 [37] DEBUG CustomLogger (null) - [HandleDaressoArea] Now resetting task state. 2016-02-18 23:20:14,131 [37] DEBUG CustomLogger (null) - [HandleWeaverArea] Now resetting task state. 2016-02-18 23:20:14,131 [37] DEBUG CustomLogger (null) - [Start] The plugin CommonEvents is enabled. 2016-02-18 23:20:14,132 [37] DEBUG CustomLogger (null) - [Start] The plugin AdvancedItemFilter is enabled. 2016-02-18 23:20:14,132 [37] DEBUG CustomLogger (null) - [Start] The plugin AutoLogin is enabled. 2016-02-18 23:20:14,132 [37] DEBUG CustomLogger (null) - [Start] The plugin DevTab is enabled. 2016-02-18 23:20:14,133 [37] DEBUG CustomLogger (null) - [Start] The plugin FlaskHelper is enabled. 2016-02-18 23:20:14,133 [37] DEBUG CustomLogger (null) - [Start] The plugin GemLevelerPro is enabled. 2016-02-18 23:20:14,133 [37] DEBUG CustomLogger (null) - [Start] The plugin ItemFilterEditor is enabled. 2016-02-18 23:20:14,133 [37] DEBUG CustomLogger (null) - [Start] The plugin ObjectExplorer is enabled. 2016-02-18 23:20:14,134 [37] DEBUG CustomLogger (null) - [Start] The plugin ProfiledAutoPassives is enabled. 2016-02-18 23:20:14,134 [37] DEBUG CustomLogger (null) - [Start] The plugin QuestPlugin is enabled. 2016-02-18 23:20:14,134 [37] DEBUG CustomLogger (null) - [Start] The plugin Stats is enabled. 2016-02-18 23:20:14,135 [37] DEBUG CustomLogger (null) - [Start] The plugin StuckDetection is enabled. 2016-02-18 23:20:14,135 [37] DEBUG CustomLogger (null) - [Start] PlayerMover.Instance: Loki.Bot.PredictivePlayerMover. 2016-02-18 23:20:14,135 [37] DEBUG CustomLogger (null) - [Start] MinSleepDelay: 1000. 2016-02-18 23:20:14,136 [37] DEBUG CustomLogger (null) - [Start] MaxSleepDelay: 1250. 2016-02-18 23:20:14,136 [37] INFO CustomLogger (null) - [ItemEvaluator] Instance = AdvancedItemFilter.MyItemEvaluator. 2016-02-18 23:20:14,137 [37] DEBUG CustomLogger (null) - [AdvancedItemFilter] Default ItemEvaluator : ConfigurableItemEvaluator 2016-02-18 23:20:14,137 [37] DEBUG CustomLogger (null) - [AdvancedItemFilter] AIF ItemEvaluator has been set properly 2016-02-18 23:20:14,186 [37] DEBUG CustomLogger (null) - [AutoLogin] DelayBeforeLoginAttempt | LoginAttemptDelay: 00:02:05. 2016-02-18 23:20:14,187 [37] DEBUG CustomLogger (null) - [AutoLogin] The bot will wait 00:02:08.7490000 before logging in. 2016-02-18 23:20:33,629 [1] INFO CustomLogger (null) - [Stop] Now requesting the BotThread to stop. 2016-02-18 23:20:33,655 [37] DEBUG CustomLogger (null) - [OldGrindBot] OnStop 2016-02-18 23:20:33,656 [37] DEBUG CustomLogger (null) - [CommonEvents] Stop 2016-02-18 23:20:33,659 [37] DEBUG CustomLogger (null) - [AdvancedItemFilter] Stop 2016-02-18 23:20:33,659 [37] DEBUG CustomLogger (null) - [AutoLogin] Stop 2016-02-18 23:20:33,659 [37] DEBUG CustomLogger (null) - [DevTab] Stop 2016-02-18 23:20:33,660 [37] DEBUG CustomLogger (null) - [FlaskHelper] Stop 2016-02-18 23:20:33,660 [37] DEBUG CustomLogger (null) - [Remove] Now removing [TownRunToRefill]. 2016-02-18 23:20:33,660 [37] DEBUG CustomLogger (null) - [GemLeveler] Stop 2016-02-18 23:20:33,661 [37] DEBUG CustomLogger (null) - [ItemFilterEditor] Stop 2016-02-18 23:20:33,661 [37] DEBUG CustomLogger (null) - [ObjectExplorer] Stop 2016-02-18 23:20:33,662 [37] DEBUG CustomLogger (null) - [ProfiledAutoPassives] Stop 2016-02-18 23:20:33,662 [37] DEBUG CustomLogger (null) - [QuestPlugin] Stop 2016-02-18 23:20:33,662 [37] DEBUG CustomLogger (null) - [Stats] Stop 2016-02-18 23:20:33,662 [37] DEBUG CustomLogger (null) - [StuckDetection] Stop 2016-02-18 23:20:33,663 [37] DEBUG CustomLogger (null) - [OldRoutine] Stop before the error i get poe freeze for like 2min
hello, i dont use poe smoother, but i figured out that this error happens if i have "-gc 2 --nosound --nopatch --nopreload" parameters , i removed them and all's good thx for reply tho ! gl!
can someone help me pls, this is the first time when i use svn, i created the folder in bot plugins and hit the svn checkout , i dont know if i did it right since svn tutorial ends dont say how to use the files with the bot so i assumed the folder must be placed in plugins, but once i did that the both dont work anymore, here is the log. Nevermind i figured out, folder had to have a specific name.
The folder of Quest Plugin must be named QuestPlugin, not quest. It has been posted here like trillion times.