What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

ExilebuddyBeta #893/#894 Feedback and Discussion

Thanks for the log. I think the problem is AreaPather, not the waypoints. For some reason it's breaking on Merciless, but not on the other difficulties. I'll track this down today, as I can reproduce it.



If you go to Sceptre of God wp, does the TagWaypointTask trigger over and over?

nope, sceptre of god is all fine.
 
Thanks for the log. I think the problem is AreaPather, not the waypoints. For some reason it's breaking on Merciless, but not on the other difficulties. I'll track this down today, as I can reproduce it.



If you go to Sceptre of God wp, does the TagWaypointTask trigger over and over?

Not true, i was on normal. Just sceptre is buggy, upper is fine.
 
nope, sceptre of god is all fine.

Found the problem. If you dump WorldAreas:

[1_3_18_2] [The Upper Sceptre of God] Connections: [[1_3_18_1 - The Sceptre of God][2_1_1 - The Twilight Strand]] CorruptedAreas: [[1_SideArea3_11 - Sealed Corridors]]
[2_3_18_2] [The Upper Sceptre of God] Connections: [[2_3_18_1 - The Sceptre of God][3_1_1 - The Twilight Strand]] CorruptedAreas: [[2_SideArea3_11 - Sealed Corridors]]
[3_3_18_2] [The Upper Sceptre of God] Connections: [[3_3_18_1 - The Sceptre of God][3_3_town - The Sarn Encampment]] CorruptedAreas: [[3_SideArea3_11 - Sealed Corridors]]

You'll notice the area ties into the next difficulty. Since there's no Act 4 yet, or another difficulty, it loops back to Act 3 town. I did't notice this before, but I'll add an exception case to handle it.

Not true, i was on normal. Just sceptre is buggy, upper is fine.

I mentioned this in the notes for #894. Due to the area transition issue, sometimes it's buggy, and sometimes its not. I did a few Dominus runs last night (just getting to his room), so it should work, it's just some area transitions (stairs) need different logic.
 
894 error

[OnStartup] A top-level exception has been caught.System.Exception: The SettingsControl could not be created.
at Loki.Bot.Logic.Bots.BasicGrindBot.BasicGrindBot.get_Control()
at BotGui.Windows.MainWindow.HandleInterfaces(Object obj)
at BotGui.Windows.MainWindow.<OnStartup>b__b()
at System.Windows.Threading.DispatcherOperation.InvokeDelegateCore()
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Windows.Threading.DispatcherOperation.Wait(TimeSpan timeout)
at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherOperation operation, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback, DispatcherPriority priority, CancellationToken cancellationToken, TimeSpan timeout)
at System.Windows.Threading.Dispatcher.Invoke(Action callback)
at BotGui.Windows.MainWindow.<OnStartup>b__5(Object o)
 
When it tries to click on the ground to move and it happens to click on an NPC, it just stays there forever clicking on him and closing the chat window.

Code:
2014-09-07 15:45:32,354 [50] DEBUG ExampleRoutine (null) - [Logic] Now moving towards the Shrine 4167.
2014-09-07 15:45:34,045 [50] DEBUG ExploreTask (null) - [ExploreTask] Now exploring to the location {529, 552} (199) [36.47619 %].
2014-09-07 15:45:35,810 [50] DEBUG ExploreTask (null) - [ExploreTask] Now exploring to the location {529, 552} (183) [36.66667 %].
2014-09-07 15:45:36,834 [50] DEBUG ExploreTask (null) - [ExploreTask] Now exploring to the location {529, 552} (169) [36.66667 %].
2014-09-07 15:45:37,851 [50] DEBUG ExploreTask (null) - [ExploreTask] Now exploring to the location {529, 552} (159) [36.85714 %].
2014-09-07 15:45:39,086 [50] DEBUG ExploreTask (null) - [ExploreTask] Now exploring to the location {529, 552} (132) [37.04762 %].
2014-09-07 15:45:39,424 [50] INFO  ExampleRoutine (null) - [Logic] Now moving towards the monster Undying Archivist because [canSee: False][pathDistance: 32.63054][blockedByDoor: False]
2014-09-07 15:45:41,419 [50] DEBUG ExploreTask (null) - [ExploreTask] Now exploring to the location {529, 575} (130) [37.14286 %].
2014-09-07 15:45:43,881 [50] DEBUG ExploreTask (null) - [ExploreTask] Now exploring to the location {529, 598} (129) [37.61905 %].
2014-09-07 15:45:44,910 [50] DEBUG ExploreTask (null) - [ExploreTask] Now exploring to the location {529, 644} (134) [38.57143 %].
2014-09-07 15:45:46,031 [50] DEBUG AreaStateCache (null) - Adding location ["Waypoint"][25368] = {655, 724} for area [0x4A569924]
2014-09-07 15:45:46,039 [50] DEBUG ExploreTask (null) - [ExploreTask] Now exploring to the location {529, 690} (132) [39.52381 %].
2014-09-07 15:45:47,153 [50] DEBUG ExploreTask (null) - [ExploreTask] Now exploring to the location {529, 713} (118) [40.66667 %].
2014-09-07 15:45:48,222 [50] DEBUG ExploreTask (null) - [ExploreTask] Now exploring to the location {529, 759} (120) [42.09524 %].
2014-09-07 15:45:49,290 [50] DEBUG ExploreTask (null) - [ExploreTask] Now exploring to the location {538, 805} (122) [43.61905 %].
2014-09-07 15:45:50,343 [50] DEBUG ExploreTask (null) - [ExploreTask] Now exploring to the location {667, 690} (142) [44.38095 %].
2014-09-07 15:45:50,906 [50] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [29322] Chest at {669, 900}. We have been on this task for 00:00:00 and have been attempting to interact for 00:00:00.
2014-09-07 15:45:50,938 [50] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 29322 because it is 237.8922 away (can't see).
2014-09-07 15:45:52,043 [50] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [29322] Chest at {669, 900}. We have been on this task for 00:00:00.5803928 and have been attempting to interact for 00:00:00.
2014-09-07 15:45:52,075 [50] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 29322 because it is 192.1152 away (can't see).
2014-09-07 15:45:53,046 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:53,145 [50] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [29322] Chest at {669, 900}. We have been on this task for 00:00:01.0753149 and have been attempting to interact for 00:00:00.
2014-09-07 15:45:53,161 [50] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 29322 because it is 158.4675 away (can't see).
2014-09-07 15:45:53,268 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:53,464 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:53,797 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:54,098 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:54,197 [50] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [29322] Chest at {669, 900}. We have been on this task for 00:00:01.5523010 and have been attempting to interact for 00:00:00.
2014-09-07 15:45:54,229 [50] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 29322 because it is 158.4675 away (can't see).
2014-09-07 15:45:54,430 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:54,747 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:54,965 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:55,265 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:55,364 [50] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [29322] Chest at {669, 900}. We have been on this task for 00:00:02.1290147 and have been attempting to interact for 00:00:00.
2014-09-07 15:45:55,397 [50] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 29322 because it is 158.4675 away (can't see).
2014-09-07 15:45:55,499 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:55,705 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:56,018 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:56,352 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:56,455 [50] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [29322] Chest at {669, 900}. We have been on this task for 00:00:02.6090538 and have been attempting to interact for 00:00:00.
2014-09-07 15:45:56,484 [50] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 29322 because it is 158.4675 away (can't see).
2014-09-07 15:45:56,585 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:56,804 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:57,024 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:57,325 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:57,526 [50] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [29322] Chest at {669, 900}. We have been on this task for 00:00:03.1032918 and have been attempting to interact for 00:00:00.
2014-09-07 15:45:57,556 [50] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 29322 because it is 158.4675 away (can't see).
2014-09-07 15:45:57,641 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:57,974 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:58,296 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:58,527 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:58,608 [50] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [29322] Chest at {669, 900}. We have been on this task for 00:00:03.5934727 and have been attempting to interact for 00:00:00.
2014-09-07 15:45:58,639 [50] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 29322 because it is 158.4675 away (can't see).
2014-09-07 15:45:58,723 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:58,947 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:59,260 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:59,591 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:45:59,674 [50] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [29322] Chest at {669, 900}. We have been on this task for 00:00:04.0662848 and have been attempting to interact for 00:00:00.
2014-09-07 15:45:59,707 [50] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 29322 because it is 158.4675 away (can't see).
2014-09-07 15:45:59,808 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:00,008 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:00,325 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:00,526 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:00,711 [50] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [29322] Chest at {669, 900}. We have been on this task for 00:00:04.5653996 and have been attempting to interact for 00:00:00.
2014-09-07 15:46:00,743 [50] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 29322 because it is 158.4675 away (can't see).
2014-09-07 15:46:00,829 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:01,062 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:01,367 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:01,681 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:01,779 [50] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [29322] Chest at {669, 900}. We have been on this task for 00:00:05.0585748 and have been attempting to interact for 00:00:00.
2014-09-07 15:46:01,811 [50] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 29322 because it is 158.4675 away (can't see).
2014-09-07 15:46:01,915 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:02,140 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:02,392 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:02,741 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:02,824 [50] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [29322] Chest at {669, 900}. We have been on this task for 00:00:05.4648407 and have been attempting to interact for 00:00:00.
2014-09-07 15:46:02,857 [50] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 29322 because it is 158.4675 away (can't see).
2014-09-07 15:46:03,066 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:03,399 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:03,720 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:03,944 [50] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [29322] Chest at {669, 900}. We have been on this task for 00:00:06.0497083 and have been attempting to interact for 00:00:00.
2014-09-07 15:46:03,975 [50] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 29322 because it is 158.4675 away (can't see).
2014-09-07 15:46:04,064 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:04,393 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:04,725 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:05,064 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:05,159 [50] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [29322] Chest at {669, 900}. We have been on this task for 00:00:06.6182502 and have been attempting to interact for 00:00:00.
2014-09-07 15:46:05,191 [50] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 29322 because it is 158.4675 away (can't see).
2014-09-07 15:46:05,395 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:05,708 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:05,941 [50] DEBUG Coroutines (null) - [CloseBlockingWindows] LokiPoe.Gui.DialogWindowDepth > 0. Closing it.
2014-09-07 15:46:06,050 [1] INFO  BotManager (null) - [Stop] Now requesting the BotThread to stop.
2014-09-07 15:46:06,123 [50] DEBUG BasicGrindBot (null) - [BasicGrindBot] OnStop
2014-09-07 15:46:06,124 [50] DEBUG LeaveCurrentAreaTask (null) - [LeaveCurrentAreaTask] Now resetting task state.
2014-09-07 15:46:06,124 [50] DEBUG AutoFlask (null) - [AutoFlask] Stop
2014-09-07 15:46:06,125 [50] DEBUG ExampleRoutine (null) - [ExampleRoutine] Stop
2014-09-07 15:46:06,125 [50] DEBUG LokiPoe (null) - [ResetCursor]
2014-09-07 15:46:06,124 [50] DEBUG GemLeveler (null) - [GemLeveler] Stop
2014-09-07 15:46:06,125 [50] DEBUG LokiPoe (null) - [ClearAllKeyStates]
2014-09-07 15:46:06,124 [50] DEBUG LeaveCurrentBossAreaTask (null) - [LeaveCurrentBossAreaTask] Now resetting task state.
2014-09-07 15:46:06,125 [50] DEBUG LokiPoe (null) - [Reset]
 
Got the docks stuck again now with a picture to explain it better. The bot is trying to click on Boulder, which is currently not easily seen on the picture but it's inside the red square, we are close enough to be able to click it but we are on different height therefore we can't.

Code:
2014-09-06 19:27:20,026 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:27:21,112 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:48.6607438 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:21,142 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:27:22,414 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:49.3279931 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:22,445 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 63.87704 away (can't see).
2014-09-06 19:27:23,517 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:49.9422416 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:23,534 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 58.25548 away (can't see).
2014-09-06 19:27:24,634 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:50.6282991 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:24,666 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 63.87704 away (can't see).
2014-09-06 19:27:25,703 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:51.2120838 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:25,734 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 64.50248 away (can't see).
2014-09-06 19:27:26,854 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:51.7955714 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:26,887 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:27:27,941 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:52.3646735 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:27,973 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:27:29,026 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:52.9458518 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:29,058 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:27:30,128 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:53.5264243 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:30,145 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 63.87704 away (can't see).
2014-09-06 19:27:31,198 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:54.0914008 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:31,230 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 64.11883 away (can't see).
2014-09-06 19:27:32,283 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:54.6727056 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:32,315 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:27:33,401 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:55.2547302 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:33,434 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:27:34,470 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:55.8348667 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:34,502 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:27:35,589 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:56.4213960 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:35,621 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:27:36,674 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:57.0016288 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:36,707 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 63.87704 away (can't see).
2014-09-06 19:27:37,760 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:57.5918657 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:37,793 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 64.11883 away (can't see).
2014-09-06 19:27:38,828 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:58.1727815 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:38,860 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:27:39,948 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:58.7532764 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:39,981 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:27:41,051 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:59.3550143 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:41,099 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 64.50248 away (can't see).
2014-09-06 19:27:42,168 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:00:59.9546046 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:42,201 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:27:43,253 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:00.5350729 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:43,286 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 63.87704 away (can't see).
2014-09-06 19:27:44,407 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:01.1248049 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:44,438 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 64.50248 away (can't see).
2014-09-06 19:27:45,475 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:01.7019673 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:45,508 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 63.87704 away (can't see).
2014-09-06 19:27:46,544 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:02.2823528 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:46,576 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 64.50248 away (can't see).
2014-09-06 19:27:47,646 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:02.8668770 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:47,678 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:27:48,732 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:03.4474973 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:48,764 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:27:49,801 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:04.0325767 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:49,832 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 64.50248 away (can't see).
2014-09-06 19:27:50,870 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:04.6024934 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:50,902 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 63.87704 away (can't see).
2014-09-06 19:27:51,972 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:05.1925932 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:51,990 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 64.50248 away (can't see).
2014-09-06 19:27:53,007 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:05.7456244 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:53,041 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 63.87704 away (can't see).
2014-09-06 19:27:54,060 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:06.3236327 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:54,092 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 64.11883 away (can't see).
2014-09-06 19:27:55,127 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:06.9052469 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:55,160 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 64.50248 away (can't see).
2014-09-06 19:27:56,212 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:07.4894719 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:56,245 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:27:57,281 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:08.0660139 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:57,314 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 63.87704 away (can't see).
2014-09-06 19:27:58,350 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:08.6459500 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:58,382 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 64.11883 away (can't see).
2014-09-06 19:27:59,402 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:09.2252490 and have been attempting to interact for 00:00:00.
2014-09-06 19:27:59,435 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 63.87704 away (can't see).
2014-09-06 19:28:00,471 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:09.8053809 and have been attempting to interact for 00:00:00.
2014-09-06 19:28:00,503 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 64.50248 away (can't see).
2014-09-06 19:28:01,558 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:10.3807284 and have been attempting to interact for 00:00:00.
2014-09-06 19:28:01,589 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:28:02,626 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:10.9601510 and have been attempting to interact for 00:00:00.
2014-09-06 19:28:02,658 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:28:03,711 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:11.5414073 and have been attempting to interact for 00:00:00.
2014-09-06 19:28:03,748 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 63.87704 away (can't see).
2014-09-06 19:28:04,813 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:12.1383456 and have been attempting to interact for 00:00:00.
2014-09-06 19:28:04,850 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 65.00537 away (can't see).
2014-09-06 19:28:05,883 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:12.7186447 and have been attempting to interact for 00:00:00.
2014-09-06 19:28:05,916 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 57.28723 away (can't see).
2014-09-06 19:28:06,934 [26] DEBUG OpenChestTask (null) - [OpenChestTask] The current chest to open is [4640] Boulder at {803, 1520}. We have been on this task for 00:01:13.2715490 and have been attempting to interact for 00:00:00.
2014-09-06 19:28:06,967 [26] DEBUG OpenChestTask (null) - [OpenChestTask] Now moving towards the chest 4640 because it is 64.50248 away (can't see).
2014-09-06 19:28:07,080 [1] INFO  BotManager (null) - [Stop] Now requesting the BotThread to stop.

Any news regarding how to fix this? :)
 
Any news regarding how to fix this? :)

Docks is one of the areas that has always gave the bot troubles due to the level design and some oddities that take place around stairs. All the current bot logic is generic for all areas, so if an area has specific issues, there's not much that can be changed without affecting things everywhere else.

Once chest configuration gets added back in, you'll be able to just make it skip most of the chests to hopefully avoid the issue. Otherwise, there's not much that can be done, as the bot would otherwise need area specific logic, which it does not (and won't) support in our implementation.
 
An Idea is to add a part to the auto flasker: when to granite so you go down to X u always granite or the hit you are dealt is larger than X then granite.

For strongbox logic an idea to automate it more with less deaths and more success would be, use Flask number # and # everytime you click on one, meaning it lets you put in which slot it activates like 1-2 seconds later so you can auto unfreeze on EVERY strongbox even if it doesnt freeze and auto Granite.

Also are transition logic, so instead of running to entrance of grind zone, it TPs out or WPs. But walking all the way back is bad.

Thank you. These have been thoughts.
 
Also are transition logic, so instead of running to entrance of grind zone, it TPs out or WPs. But walking all the way back is bad.

Thank you. These have been thoughts.

I agree with this, many grind zones have multiple entrances where the logic is good like ledge where it just runs from one side to another and resets.

But other places with only 1 entrance the backtracking to reset is bad, and a TP should be used instead - no human would run all the way back to the entrance to reset, even without a TP scroll humans would exit to char selection and re-enter the game ;)
 
Bot seems to ignore the "Deaths before new instance"

I have it currently set to 1, and it dies, rebuffs, and charges back in without caring.
 
At the moment we are facing Pathfinding issues on the best zones to farm which leaves no options to use the bot.

City of Sarn has pathing issues and tries to walk into a wall in order to leave to Sarn Encampment.
Catacombs sometimes can't be accessed because instead of going downstairs tries to go through the fence.
Docks has pathing issues with chests on the lower levels being accessed from upper level.
Library isn't reseted properly.
 
At the moment we are facing Pathfinding issues on the best zones to farm which leaves no options to use the bot.

City of Sarn has pathing issues and tries to walk into a wall in order to leave to Sarn Encampment.
Catacombs sometimes can't be accessed because instead of going downstairs tries to go through the fence.
Docks has pathing issues with chests on the lower levels being accessed from upper level.
Library isn't reseted properly.

confirm all too.
 
Areas with known issues will continue to have known issues, as that has always been the case. That's the nature of this game and what we have to work with.

There's no short term fix for City of Sarn except for helping the bot out when needed.
Catacombs transition issue is fixable and is on the todo list.
You should be able to ignore chests all together in Docks to try and fix the chest issue. Other than that, you need to help out the bot if you keep botting there.
The reported Library issue has been attempted to be solved for a while now, but I'll keep trying. There's nothing special about that area transition, so there's no reason why everything else works and it doesn't.

When it comes to botting in PoE, the reality is that you have to either adapt to how things are with the game and change up your strategy, or give up and move on. There's nothing else we could be doing different when it comes to trying to make something that works in as many cases as possible in a game like this. Botting in PoE is also more than those 4 areas, so it's your choice not to try and find better alternatives.
 
Back
Top