- Thread Author
- #1
I have 2 bots that i'm attempting to use that when the bot has to interact with a NPC and select a response in the dialog. it fails to be able to complete the dialog and will try to keep talking to the NPC over and over. I think this may be something on the client side as it's an issue with multiple bots.
Code:
00:08:29 INFO [Interaction] Finding Entity
00:08:29 INFO [Interaction] Interacting with SpriteItem(name:Spade, quantity: 1, index: 6, origin: INVENTORY) using action ^Dig$
00:08:30 DEBUG Hovered SpriteItem(name:Spade, quantity: 1, index: 6, origin: INVENTORY) on the first attempt.
00:08:31 INFO Waiting for player to log in.
00:08:31 INFO [Idling] Waiting for player to log in.
00:08:31 INFO [Interaction] Finding Entity
00:08:31 INFO [Interaction] Interacting with Sarcophagus [3550, 9682, 3] using action ^Search$
00:08:32 DEBUG Hovered Sarcophagus [3550, 9682, 3] on the first attempt.
00:08:35 DEBUG [ChatDialog] Found ChatDialog.Continue(InterfaceComponent=InterfaceComponent [229, 2])
00:08:35 INFO [Conversation] Checking for active conversation
00:08:35 INFO [Conversation] Continuing conversation
00:08:36 INFO [Conversation] Selecting option #1: Yeah I'm fearless!
00:08:36 DEBUG Hovered InterfaceComponent [219, 1, 1] on the first attempt.
00:08:37 INFO [Prayer Actions] De-activating prayers
00:08:37 INFO [Interaction] Finding Entity
00:08:37 INFO [Interaction] Interacting with Sarcophagus [3550, 9682, 3] using action ^Search$
00:08:38 DEBUG Hovered Sarcophagus [3550, 9682, 3] on the first attempt.
00:08:39 DEBUG [ChatDialog] Found ChatDialog.Continue(InterfaceComponent=InterfaceComponent [229, 2])
00:08:39 INFO [Conversation] Checking for active conversation
00:08:39 INFO [Conversation] Continuing conversation
00:08:40 INFO [Conversation] Selecting option #1: Yeah I'm fearless!
00:08:41 DEBUG Hovered InterfaceComponent [219, 1, 1] on the first attempt.
00:08:42 INFO [Interaction] Finding Entity
00:08:42 INFO [Interaction] Interacting with Sarcophagus [3550, 9682, 3] using action ^Search$
00:08:43 DEBUG Hovered Sarcophagus [3550, 9682, 3] on the first attempt.
00:08:44 DEBUG [ChatDialog] Found ChatDialog.Continue(InterfaceComponent=InterfaceComponent [229, 2])
00:08:44 INFO [Conversation] Checking for active conversation
00:08:45 INFO [Conversation] Continuing conversation
00:08:46 INFO [Conversation] Selecting option #1: Yeah I'm fearless!
00:08:46 DEBUG Hovered InterfaceComponent [219, 1, 1] on the first attempt.
00:08:48 INFO [Interaction] Finding Entity
00:08:48 INFO [Interaction] Interacting with Sarcophagus [3550, 9682, 3] using action ^Search$
00:08:48 DEBUG Attempting to hover Sarcophagus [3550, 9682, 3] since the target of InteractablePoint(235, 158) is less then 4 pixels away.
00:08:48 DEBUG Attempted to hover Sarcophagus [3550, 9682, 3] since InteractablePoint(235, 158) was less than 4 pixels away (success: false)
00:08:48 DEBUG We're not hovering Sarcophagus [3550, 9682, 3] according to Interactable#isHovered() but our position does equal the desired target.
00:08:48 INFO [Interaction] Finding Entity
00:08:48 INFO [Interaction] Interacting with Sarcophagus [3550, 9682, 3] using action ^Search$
00:08:49 DEBUG Hovered Sarcophagus [3550, 9682, 3] on the first attempt.
00:08:50 INFO [Traversal] Navigating towards Chest Area
00:08:50 DEBUG Nearest start: CoordinateVertex(position=Coordinate(3534, 9711, 0))
00:08:50 DEBUG Nearest destination: CoordinateVertex(position=Coordinate(3551, 9694, 0))
00:08:50 DEBUG Teleports: []
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3534, 9711, 0)), previous=null, pathWeight=0.0, estimatedPathWeight=34.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3539, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=5.0, estimatedPathWeight=34.0) is lower weight than what we had so far
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3534, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=4.0, estimatedPathWeight=34.0) is lower weight than what we had so far
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3534, 9716, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=5.0, estimatedPathWeight=44.0) is lower weight than what we had so far
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3530, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=4.0, estimatedPathWeight=42.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3539, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=5.0, estimatedPathWeight=34.0)
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3534, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=4.0, estimatedPathWeight=34.0)
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3530, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=4.0, estimatedPathWeight=42.0)
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3534, 9716, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=5.0, estimatedPathWeight=44.0)
00:08:50 DEBUG Node(current=ObjectVertex(position=Coordinate(3534, 9718, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3534, 9716, 0)), pathWeight=10.0, estimatedPathWeight=51.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3534, 9718, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3534, 9716, 0)), pathWeight=10.0, estimatedPathWeight=51.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3537, 9721, 0)), previous=ObjectVertex(position=Coordinate(3534, 9718, 0), name=Door, action=Open), pathWeight=15.0, estimatedPathWeight=56.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3537, 9721, 0)), previous=ObjectVertex(position=Coordinate(3534, 9718, 0), name=Door, action=Open), pathWeight=15.0, estimatedPathWeight=56.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3542, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3537, 9721, 0)), pathWeight=20.0, estimatedPathWeight=56.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3542, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3537, 9721, 0)), pathWeight=20.0, estimatedPathWeight=56.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3547, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3542, 9721, 0)), pathWeight=25.0, estimatedPathWeight=56.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3547, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3542, 9721, 0)), pathWeight=25.0, estimatedPathWeight=56.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3552, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3547, 9721, 0)), pathWeight=30.0, estimatedPathWeight=58.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3552, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3547, 9721, 0)), pathWeight=30.0, estimatedPathWeight=58.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3557, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3552, 9721, 0)), pathWeight=35.0, estimatedPathWeight=68.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3557, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3552, 9721, 0)), pathWeight=35.0, estimatedPathWeight=68.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3562, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3557, 9721, 0)), pathWeight=40.0, estimatedPathWeight=78.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3562, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3557, 9721, 0)), pathWeight=40.0, estimatedPathWeight=78.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3566, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3562, 9721, 0)), pathWeight=44.0, estimatedPathWeight=86.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3566, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3562, 9721, 0)), pathWeight=44.0, estimatedPathWeight=86.0)
00:08:50 DEBUG Node(current=ObjectVertex(position=Coordinate(3568, 9718, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3566, 9721, 0)), pathWeight=49.0, estimatedPathWeight=90.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3568, 9718, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3566, 9721, 0)), pathWeight=49.0, estimatedPathWeight=90.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9716, 0)), previous=ObjectVertex(position=Coordinate(3568, 9718, 0), name=Door, action=Open), pathWeight=54.0, estimatedPathWeight=93.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9716, 0)), previous=ObjectVertex(position=Coordinate(3568, 9718, 0), name=Door, action=Open), pathWeight=54.0, estimatedPathWeight=93.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9716, 0)), pathWeight=59.0, estimatedPathWeight=93.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9716, 0)), pathWeight=59.0, estimatedPathWeight=93.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3564, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=63.0, estimatedPathWeight=93.0) is lower weight than what we had so far
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=63.0, estimatedPathWeight=93.0) is lower weight than what we had so far
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3573, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=64.0, estimatedPathWeight=103.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3564, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=63.0, estimatedPathWeight=93.0)
00:08:50 DEBUG Node(current=ObjectVertex(position=Coordinate(3562, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3564, 9711, 0)), pathWeight=68.0, estimatedPathWeight=96.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=63.0, estimatedPathWeight=93.0)
00:08:50 DEBUG Node(current=ObjectVertex(position=Coordinate(3568, 9705, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9707, 0)), pathWeight=68.0, estimatedPathWeight=96.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3562, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3564, 9711, 0)), pathWeight=68.0, estimatedPathWeight=96.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3560, 9711, 0)), previous=ObjectVertex(position=Coordinate(3562, 9711, 0), name=Door, action=Open), pathWeight=73.0, estimatedPathWeight=99.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3568, 9705, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9707, 0)), pathWeight=68.0, estimatedPathWeight=96.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9703, 0)), previous=ObjectVertex(position=Coordinate(3568, 9705, 0), name=Door, action=Open), pathWeight=73.0, estimatedPathWeight=99.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3560, 9711, 0)), previous=ObjectVertex(position=Coordinate(3562, 9711, 0), name=Door, action=Open), pathWeight=73.0, estimatedPathWeight=99.0)
00:08:50 DEBUG Node(current=ObjectVertex(position=Coordinate(3558, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3560, 9711, 0)), pathWeight=78.0, estimatedPathWeight=102.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9703, 0)), previous=ObjectVertex(position=Coordinate(3568, 9705, 0), name=Door, action=Open), pathWeight=73.0, estimatedPathWeight=99.0)
00:08:50 DEBUG Node(current=ObjectVertex(position=Coordinate(3568, 9701, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9703, 0)), pathWeight=78.0, estimatedPathWeight=102.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3558, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3560, 9711, 0)), pathWeight=78.0, estimatedPathWeight=102.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3556, 9711, 0)), previous=ObjectVertex(position=Coordinate(3558, 9711, 0), name=Door, action=Open), pathWeight=83.0, estimatedPathWeight=105.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3568, 9701, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9703, 0)), pathWeight=78.0, estimatedPathWeight=102.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9699, 0)), previous=ObjectVertex(position=Coordinate(3568, 9701, 0), name=Door, action=Open), pathWeight=83.0, estimatedPathWeight=105.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3573, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=64.0, estimatedPathWeight=103.0)
00:08:50 DEBUG Node(current=ObjectVertex(position=Coordinate(3575, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3573, 9711, 0)), pathWeight=69.0, estimatedPathWeight=110.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9699, 0)), previous=ObjectVertex(position=Coordinate(3568, 9701, 0), name=Door, action=Open), pathWeight=83.0, estimatedPathWeight=105.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9699, 0)), pathWeight=88.0, estimatedPathWeight=105.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3556, 9711, 0)), previous=ObjectVertex(position=Coordinate(3558, 9711, 0), name=Door, action=Open), pathWeight=83.0, estimatedPathWeight=105.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3551, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3556, 9711, 0)), pathWeight=88.0, estimatedPathWeight=105.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9699, 0)), pathWeight=88.0, estimatedPathWeight=105.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3564, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9694, 0)), pathWeight=92.0, estimatedPathWeight=105.0) is lower weight than what we had so far
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9690, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9694, 0)), pathWeight=92.0, estimatedPathWeight=113.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3551, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3556, 9711, 0)), pathWeight=88.0, estimatedPathWeight=105.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3551, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3551, 9711, 0)), pathWeight=92.0, estimatedPathWeight=105.0) is lower weight than what we had so far
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3547, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3551, 9711, 0)), pathWeight=92.0, estimatedPathWeight=113.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3564, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9694, 0)), pathWeight=92.0, estimatedPathWeight=105.0)
00:08:50 DEBUG Node(current=ObjectVertex(position=Coordinate(3562, 9694, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3564, 9694, 0)), pathWeight=97.0, estimatedPathWeight=108.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3551, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3551, 9711, 0)), pathWeight=92.0, estimatedPathWeight=105.0)
00:08:50 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3562, 9694, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3564, 9694, 0)), pathWeight=97.0, estimatedPathWeight=108.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3560, 9694, 0)), previous=ObjectVertex(position=Coordinate(3562, 9694, 0), name=Door, action=Open), pathWeight=102.0, estimatedPathWeight=111.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3575, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3573, 9711, 0)), pathWeight=69.0, estimatedPathWeight=110.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9709, 0)), previous=ObjectVertex(position=Coordinate(3575, 9711, 0), name=Door, action=Open), pathWeight=74.0, estimatedPathWeight=116.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3560, 9694, 0)), previous=ObjectVertex(position=Coordinate(3562, 9694, 0), name=Door, action=Open), pathWeight=102.0, estimatedPathWeight=111.0)
00:08:50 DEBUG Node(current=ObjectVertex(position=Coordinate(3558, 9694, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3560, 9694, 0)), pathWeight=107.0, estimatedPathWeight=114.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3547, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3551, 9711, 0)), pathWeight=92.0, estimatedPathWeight=113.0)
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9690, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9694, 0)), pathWeight=92.0, estimatedPathWeight=113.0)
00:08:50 DEBUG Node(current=ObjectVertex(position=Coordinate(3568, 9688, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9690, 0)), pathWeight=97.0, estimatedPathWeight=120.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3558, 9694, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3560, 9694, 0)), pathWeight=107.0, estimatedPathWeight=114.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3556, 9694, 0)), previous=ObjectVertex(position=Coordinate(3558, 9694, 0), name=Door, action=Open), pathWeight=112.0, estimatedPathWeight=117.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3578, 9709, 0)), previous=ObjectVertex(position=Coordinate(3575, 9711, 0), name=Door, action=Open), pathWeight=74.0, estimatedPathWeight=116.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9705, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9709, 0)), pathWeight=78.0, estimatedPathWeight=116.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3578, 9705, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9709, 0)), pathWeight=78.0, estimatedPathWeight=116.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9700, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9705, 0)), pathWeight=83.0, estimatedPathWeight=116.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3578, 9700, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9705, 0)), pathWeight=83.0, estimatedPathWeight=116.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9695, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9700, 0)), pathWeight=88.0, estimatedPathWeight=116.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3578, 9695, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9700, 0)), pathWeight=88.0, estimatedPathWeight=116.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9690, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9695, 0)), pathWeight=93.0, estimatedPathWeight=124.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3556, 9694, 0)), previous=ObjectVertex(position=Coordinate(3558, 9694, 0), name=Door, action=Open), pathWeight=112.0, estimatedPathWeight=117.0)
00:08:50 DEBUG Node(current=CoordinateVertex(position=Coordinate(3551, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3556, 9694, 0)), pathWeight=117.0, estimatedPathWeight=117.0) is lower weight than what we had so far
00:08:50 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3551, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3556, 9694, 0)), pathWeight=117.0, estimatedPathWeight=117.0)
00:08:50 DEBUG Found destination
00:08:51 DEBUG Nearest start: CoordinateVertex(position=Coordinate(3534, 9711, 0))
00:08:51 DEBUG Nearest destination: CoordinateVertex(position=Coordinate(3551, 9694, 0))
00:08:51 DEBUG Teleports: []
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3534, 9711, 0)), previous=null, pathWeight=0.0, estimatedPathWeight=34.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3539, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=5.0, estimatedPathWeight=34.0) is lower weight than what we had so far
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3534, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=4.0, estimatedPathWeight=34.0) is lower weight than what we had so far
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3534, 9716, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=5.0, estimatedPathWeight=44.0) is lower weight than what we had so far
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3530, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=4.0, estimatedPathWeight=42.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3539, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=5.0, estimatedPathWeight=34.0)
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3534, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=4.0, estimatedPathWeight=34.0)
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3530, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=4.0, estimatedPathWeight=42.0)
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3534, 9716, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=5.0, estimatedPathWeight=44.0)
00:08:51 DEBUG Node(current=ObjectVertex(position=Coordinate(3534, 9718, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3534, 9716, 0)), pathWeight=10.0, estimatedPathWeight=51.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3534, 9718, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3534, 9716, 0)), pathWeight=10.0, estimatedPathWeight=51.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3537, 9721, 0)), previous=ObjectVertex(position=Coordinate(3534, 9718, 0), name=Door, action=Open), pathWeight=15.0, estimatedPathWeight=56.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3537, 9721, 0)), previous=ObjectVertex(position=Coordinate(3534, 9718, 0), name=Door, action=Open), pathWeight=15.0, estimatedPathWeight=56.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3542, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3537, 9721, 0)), pathWeight=20.0, estimatedPathWeight=56.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3542, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3537, 9721, 0)), pathWeight=20.0, estimatedPathWeight=56.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3547, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3542, 9721, 0)), pathWeight=25.0, estimatedPathWeight=56.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3547, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3542, 9721, 0)), pathWeight=25.0, estimatedPathWeight=56.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3552, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3547, 9721, 0)), pathWeight=30.0, estimatedPathWeight=58.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3552, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3547, 9721, 0)), pathWeight=30.0, estimatedPathWeight=58.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3557, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3552, 9721, 0)), pathWeight=35.0, estimatedPathWeight=68.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3557, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3552, 9721, 0)), pathWeight=35.0, estimatedPathWeight=68.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3562, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3557, 9721, 0)), pathWeight=40.0, estimatedPathWeight=78.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3562, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3557, 9721, 0)), pathWeight=40.0, estimatedPathWeight=78.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3566, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3562, 9721, 0)), pathWeight=44.0, estimatedPathWeight=86.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3566, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3562, 9721, 0)), pathWeight=44.0, estimatedPathWeight=86.0)
00:08:51 DEBUG Node(current=ObjectVertex(position=Coordinate(3568, 9718, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3566, 9721, 0)), pathWeight=49.0, estimatedPathWeight=90.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3568, 9718, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3566, 9721, 0)), pathWeight=49.0, estimatedPathWeight=90.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9716, 0)), previous=ObjectVertex(position=Coordinate(3568, 9718, 0), name=Door, action=Open), pathWeight=54.0, estimatedPathWeight=93.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9716, 0)), previous=ObjectVertex(position=Coordinate(3568, 9718, 0), name=Door, action=Open), pathWeight=54.0, estimatedPathWeight=93.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9716, 0)), pathWeight=59.0, estimatedPathWeight=93.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9716, 0)), pathWeight=59.0, estimatedPathWeight=93.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3564, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=63.0, estimatedPathWeight=93.0) is lower weight than what we had so far
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=63.0, estimatedPathWeight=93.0) is lower weight than what we had so far
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3573, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=64.0, estimatedPathWeight=103.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3564, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=63.0, estimatedPathWeight=93.0)
00:08:51 DEBUG Node(current=ObjectVertex(position=Coordinate(3562, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3564, 9711, 0)), pathWeight=68.0, estimatedPathWeight=96.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=63.0, estimatedPathWeight=93.0)
00:08:51 DEBUG Node(current=ObjectVertex(position=Coordinate(3568, 9705, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9707, 0)), pathWeight=68.0, estimatedPathWeight=96.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3562, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3564, 9711, 0)), pathWeight=68.0, estimatedPathWeight=96.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3560, 9711, 0)), previous=ObjectVertex(position=Coordinate(3562, 9711, 0), name=Door, action=Open), pathWeight=73.0, estimatedPathWeight=99.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3568, 9705, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9707, 0)), pathWeight=68.0, estimatedPathWeight=96.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9703, 0)), previous=ObjectVertex(position=Coordinate(3568, 9705, 0), name=Door, action=Open), pathWeight=73.0, estimatedPathWeight=99.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3560, 9711, 0)), previous=ObjectVertex(position=Coordinate(3562, 9711, 0), name=Door, action=Open), pathWeight=73.0, estimatedPathWeight=99.0)
00:08:51 DEBUG Node(current=ObjectVertex(position=Coordinate(3558, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3560, 9711, 0)), pathWeight=78.0, estimatedPathWeight=102.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9703, 0)), previous=ObjectVertex(position=Coordinate(3568, 9705, 0), name=Door, action=Open), pathWeight=73.0, estimatedPathWeight=99.0)
00:08:51 DEBUG Node(current=ObjectVertex(position=Coordinate(3568, 9701, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9703, 0)), pathWeight=78.0, estimatedPathWeight=102.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3558, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3560, 9711, 0)), pathWeight=78.0, estimatedPathWeight=102.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3556, 9711, 0)), previous=ObjectVertex(position=Coordinate(3558, 9711, 0), name=Door, action=Open), pathWeight=83.0, estimatedPathWeight=105.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3568, 9701, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9703, 0)), pathWeight=78.0, estimatedPathWeight=102.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9699, 0)), previous=ObjectVertex(position=Coordinate(3568, 9701, 0), name=Door, action=Open), pathWeight=83.0, estimatedPathWeight=105.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3573, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=64.0, estimatedPathWeight=103.0)
00:08:51 DEBUG Node(current=ObjectVertex(position=Coordinate(3575, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3573, 9711, 0)), pathWeight=69.0, estimatedPathWeight=110.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9699, 0)), previous=ObjectVertex(position=Coordinate(3568, 9701, 0), name=Door, action=Open), pathWeight=83.0, estimatedPathWeight=105.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9699, 0)), pathWeight=88.0, estimatedPathWeight=105.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3556, 9711, 0)), previous=ObjectVertex(position=Coordinate(3558, 9711, 0), name=Door, action=Open), pathWeight=83.0, estimatedPathWeight=105.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3551, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3556, 9711, 0)), pathWeight=88.0, estimatedPathWeight=105.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9699, 0)), pathWeight=88.0, estimatedPathWeight=105.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3564, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9694, 0)), pathWeight=92.0, estimatedPathWeight=105.0) is lower weight than what we had so far
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9690, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9694, 0)), pathWeight=92.0, estimatedPathWeight=113.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3551, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3556, 9711, 0)), pathWeight=88.0, estimatedPathWeight=105.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3551, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3551, 9711, 0)), pathWeight=92.0, estimatedPathWeight=105.0) is lower weight than what we had so far
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3547, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3551, 9711, 0)), pathWeight=92.0, estimatedPathWeight=113.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3564, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9694, 0)), pathWeight=92.0, estimatedPathWeight=105.0)
00:08:51 DEBUG Node(current=ObjectVertex(position=Coordinate(3562, 9694, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3564, 9694, 0)), pathWeight=97.0, estimatedPathWeight=108.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3551, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3551, 9711, 0)), pathWeight=92.0, estimatedPathWeight=105.0)
00:08:51 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3562, 9694, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3564, 9694, 0)), pathWeight=97.0, estimatedPathWeight=108.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3560, 9694, 0)), previous=ObjectVertex(position=Coordinate(3562, 9694, 0), name=Door, action=Open), pathWeight=102.0, estimatedPathWeight=111.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3575, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3573, 9711, 0)), pathWeight=69.0, estimatedPathWeight=110.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9709, 0)), previous=ObjectVertex(position=Coordinate(3575, 9711, 0), name=Door, action=Open), pathWeight=74.0, estimatedPathWeight=116.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3560, 9694, 0)), previous=ObjectVertex(position=Coordinate(3562, 9694, 0), name=Door, action=Open), pathWeight=102.0, estimatedPathWeight=111.0)
00:08:51 DEBUG Node(current=ObjectVertex(position=Coordinate(3558, 9694, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3560, 9694, 0)), pathWeight=107.0, estimatedPathWeight=114.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3547, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3551, 9711, 0)), pathWeight=92.0, estimatedPathWeight=113.0)
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9690, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9694, 0)), pathWeight=92.0, estimatedPathWeight=113.0)
00:08:51 DEBUG Node(current=ObjectVertex(position=Coordinate(3568, 9688, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9690, 0)), pathWeight=97.0, estimatedPathWeight=120.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3558, 9694, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3560, 9694, 0)), pathWeight=107.0, estimatedPathWeight=114.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3556, 9694, 0)), previous=ObjectVertex(position=Coordinate(3558, 9694, 0), name=Door, action=Open), pathWeight=112.0, estimatedPathWeight=117.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3578, 9709, 0)), previous=ObjectVertex(position=Coordinate(3575, 9711, 0), name=Door, action=Open), pathWeight=74.0, estimatedPathWeight=116.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9705, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9709, 0)), pathWeight=78.0, estimatedPathWeight=116.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3578, 9705, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9709, 0)), pathWeight=78.0, estimatedPathWeight=116.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9700, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9705, 0)), pathWeight=83.0, estimatedPathWeight=116.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3578, 9700, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9705, 0)), pathWeight=83.0, estimatedPathWeight=116.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9695, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9700, 0)), pathWeight=88.0, estimatedPathWeight=116.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3578, 9695, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9700, 0)), pathWeight=88.0, estimatedPathWeight=116.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9690, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9695, 0)), pathWeight=93.0, estimatedPathWeight=124.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3556, 9694, 0)), previous=ObjectVertex(position=Coordinate(3558, 9694, 0), name=Door, action=Open), pathWeight=112.0, estimatedPathWeight=117.0)
00:08:51 DEBUG Node(current=CoordinateVertex(position=Coordinate(3551, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3556, 9694, 0)), pathWeight=117.0, estimatedPathWeight=117.0) is lower weight than what we had so far
00:08:51 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3551, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3556, 9694, 0)), pathWeight=117.0, estimatedPathWeight=117.0)
00:08:51 DEBUG Found destination
00:08:52 DEBUG Hovered Door [3534, 9718, 0] on the first attempt.
00:08:56 DEBUG Nearest start: CoordinateVertex(position=Coordinate(3537, 9721, 0))
00:08:56 DEBUG Nearest destination: CoordinateVertex(position=Coordinate(3551, 9694, 0))
00:08:56 DEBUG Teleports: []
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3537, 9721, 0)), previous=null, pathWeight=0.0, estimatedPathWeight=41.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3542, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3537, 9721, 0)), pathWeight=5.0, estimatedPathWeight=41.0) is lower weight than what we had so far
00:08:56 DEBUG Node(current=ObjectVertex(position=Coordinate(3534, 9718, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3537, 9721, 0)), pathWeight=5.0, estimatedPathWeight=46.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3542, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3537, 9721, 0)), pathWeight=5.0, estimatedPathWeight=41.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3547, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3542, 9721, 0)), pathWeight=10.0, estimatedPathWeight=41.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3547, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3542, 9721, 0)), pathWeight=10.0, estimatedPathWeight=41.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3552, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3547, 9721, 0)), pathWeight=15.0, estimatedPathWeight=43.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3552, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3547, 9721, 0)), pathWeight=15.0, estimatedPathWeight=43.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3557, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3552, 9721, 0)), pathWeight=20.0, estimatedPathWeight=53.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3534, 9718, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3537, 9721, 0)), pathWeight=5.0, estimatedPathWeight=46.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3534, 9716, 0)), previous=ObjectVertex(position=Coordinate(3534, 9718, 0), name=Door, action=Open), pathWeight=10.0, estimatedPathWeight=49.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3534, 9716, 0)), previous=ObjectVertex(position=Coordinate(3534, 9718, 0), name=Door, action=Open), pathWeight=10.0, estimatedPathWeight=49.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3534, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9716, 0)), pathWeight=15.0, estimatedPathWeight=49.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3534, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9716, 0)), pathWeight=15.0, estimatedPathWeight=49.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3539, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=20.0, estimatedPathWeight=49.0) is lower weight than what we had so far
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3534, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=19.0, estimatedPathWeight=49.0) is lower weight than what we had so far
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3530, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=19.0, estimatedPathWeight=57.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3539, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=20.0, estimatedPathWeight=49.0)
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3534, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=19.0, estimatedPathWeight=49.0)
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3557, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3552, 9721, 0)), pathWeight=20.0, estimatedPathWeight=53.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3562, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3557, 9721, 0)), pathWeight=25.0, estimatedPathWeight=63.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3530, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=19.0, estimatedPathWeight=57.0)
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3562, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3557, 9721, 0)), pathWeight=25.0, estimatedPathWeight=63.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3566, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3562, 9721, 0)), pathWeight=29.0, estimatedPathWeight=71.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3566, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3562, 9721, 0)), pathWeight=29.0, estimatedPathWeight=71.0)
00:08:56 DEBUG Node(current=ObjectVertex(position=Coordinate(3568, 9718, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3566, 9721, 0)), pathWeight=34.0, estimatedPathWeight=75.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3568, 9718, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3566, 9721, 0)), pathWeight=34.0, estimatedPathWeight=75.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9716, 0)), previous=ObjectVertex(position=Coordinate(3568, 9718, 0), name=Door, action=Open), pathWeight=39.0, estimatedPathWeight=78.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9716, 0)), previous=ObjectVertex(position=Coordinate(3568, 9718, 0), name=Door, action=Open), pathWeight=39.0, estimatedPathWeight=78.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9716, 0)), pathWeight=44.0, estimatedPathWeight=78.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9716, 0)), pathWeight=44.0, estimatedPathWeight=78.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3564, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=48.0, estimatedPathWeight=78.0) is lower weight than what we had so far
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=48.0, estimatedPathWeight=78.0) is lower weight than what we had so far
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3573, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=49.0, estimatedPathWeight=88.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3564, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=48.0, estimatedPathWeight=78.0)
00:08:56 DEBUG Node(current=ObjectVertex(position=Coordinate(3562, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3564, 9711, 0)), pathWeight=53.0, estimatedPathWeight=81.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=48.0, estimatedPathWeight=78.0)
00:08:56 DEBUG Node(current=ObjectVertex(position=Coordinate(3568, 9705, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9707, 0)), pathWeight=53.0, estimatedPathWeight=81.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3562, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3564, 9711, 0)), pathWeight=53.0, estimatedPathWeight=81.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3560, 9711, 0)), previous=ObjectVertex(position=Coordinate(3562, 9711, 0), name=Door, action=Open), pathWeight=58.0, estimatedPathWeight=84.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3568, 9705, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9707, 0)), pathWeight=53.0, estimatedPathWeight=81.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9703, 0)), previous=ObjectVertex(position=Coordinate(3568, 9705, 0), name=Door, action=Open), pathWeight=58.0, estimatedPathWeight=84.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3560, 9711, 0)), previous=ObjectVertex(position=Coordinate(3562, 9711, 0), name=Door, action=Open), pathWeight=58.0, estimatedPathWeight=84.0)
00:08:56 DEBUG Node(current=ObjectVertex(position=Coordinate(3558, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3560, 9711, 0)), pathWeight=63.0, estimatedPathWeight=87.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9703, 0)), previous=ObjectVertex(position=Coordinate(3568, 9705, 0), name=Door, action=Open), pathWeight=58.0, estimatedPathWeight=84.0)
00:08:56 DEBUG Node(current=ObjectVertex(position=Coordinate(3568, 9701, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9703, 0)), pathWeight=63.0, estimatedPathWeight=87.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3558, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3560, 9711, 0)), pathWeight=63.0, estimatedPathWeight=87.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3556, 9711, 0)), previous=ObjectVertex(position=Coordinate(3558, 9711, 0), name=Door, action=Open), pathWeight=68.0, estimatedPathWeight=90.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3568, 9701, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9703, 0)), pathWeight=63.0, estimatedPathWeight=87.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9699, 0)), previous=ObjectVertex(position=Coordinate(3568, 9701, 0), name=Door, action=Open), pathWeight=68.0, estimatedPathWeight=90.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3573, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=49.0, estimatedPathWeight=88.0)
00:08:56 DEBUG Node(current=ObjectVertex(position=Coordinate(3575, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3573, 9711, 0)), pathWeight=54.0, estimatedPathWeight=95.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9699, 0)), previous=ObjectVertex(position=Coordinate(3568, 9701, 0), name=Door, action=Open), pathWeight=68.0, estimatedPathWeight=90.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9699, 0)), pathWeight=73.0, estimatedPathWeight=90.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3556, 9711, 0)), previous=ObjectVertex(position=Coordinate(3558, 9711, 0), name=Door, action=Open), pathWeight=68.0, estimatedPathWeight=90.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3551, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3556, 9711, 0)), pathWeight=73.0, estimatedPathWeight=90.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9699, 0)), pathWeight=73.0, estimatedPathWeight=90.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3564, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9694, 0)), pathWeight=77.0, estimatedPathWeight=90.0) is lower weight than what we had so far
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9690, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9694, 0)), pathWeight=77.0, estimatedPathWeight=98.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3551, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3556, 9711, 0)), pathWeight=73.0, estimatedPathWeight=90.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3551, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3551, 9711, 0)), pathWeight=77.0, estimatedPathWeight=90.0) is lower weight than what we had so far
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3547, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3551, 9711, 0)), pathWeight=77.0, estimatedPathWeight=98.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3564, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9694, 0)), pathWeight=77.0, estimatedPathWeight=90.0)
00:08:56 DEBUG Node(current=ObjectVertex(position=Coordinate(3562, 9694, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3564, 9694, 0)), pathWeight=82.0, estimatedPathWeight=93.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3551, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3551, 9711, 0)), pathWeight=77.0, estimatedPathWeight=90.0)
00:08:56 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3562, 9694, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3564, 9694, 0)), pathWeight=82.0, estimatedPathWeight=93.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3560, 9694, 0)), previous=ObjectVertex(position=Coordinate(3562, 9694, 0), name=Door, action=Open), pathWeight=87.0, estimatedPathWeight=96.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3575, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3573, 9711, 0)), pathWeight=54.0, estimatedPathWeight=95.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9709, 0)), previous=ObjectVertex(position=Coordinate(3575, 9711, 0), name=Door, action=Open), pathWeight=59.0, estimatedPathWeight=101.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3560, 9694, 0)), previous=ObjectVertex(position=Coordinate(3562, 9694, 0), name=Door, action=Open), pathWeight=87.0, estimatedPathWeight=96.0)
00:08:56 DEBUG Node(current=ObjectVertex(position=Coordinate(3558, 9694, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3560, 9694, 0)), pathWeight=92.0, estimatedPathWeight=99.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3547, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3551, 9711, 0)), pathWeight=77.0, estimatedPathWeight=98.0)
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9690, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9694, 0)), pathWeight=77.0, estimatedPathWeight=98.0)
00:08:56 DEBUG Node(current=ObjectVertex(position=Coordinate(3568, 9688, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9690, 0)), pathWeight=82.0, estimatedPathWeight=105.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3558, 9694, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3560, 9694, 0)), pathWeight=92.0, estimatedPathWeight=99.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3556, 9694, 0)), previous=ObjectVertex(position=Coordinate(3558, 9694, 0), name=Door, action=Open), pathWeight=97.0, estimatedPathWeight=102.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3578, 9709, 0)), previous=ObjectVertex(position=Coordinate(3575, 9711, 0), name=Door, action=Open), pathWeight=59.0, estimatedPathWeight=101.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9705, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9709, 0)), pathWeight=63.0, estimatedPathWeight=101.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3578, 9705, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9709, 0)), pathWeight=63.0, estimatedPathWeight=101.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9700, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9705, 0)), pathWeight=68.0, estimatedPathWeight=101.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3578, 9700, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9705, 0)), pathWeight=68.0, estimatedPathWeight=101.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9695, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9700, 0)), pathWeight=73.0, estimatedPathWeight=101.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3578, 9695, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9700, 0)), pathWeight=73.0, estimatedPathWeight=101.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9690, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9695, 0)), pathWeight=78.0, estimatedPathWeight=109.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3556, 9694, 0)), previous=ObjectVertex(position=Coordinate(3558, 9694, 0), name=Door, action=Open), pathWeight=97.0, estimatedPathWeight=102.0)
00:08:56 DEBUG Node(current=CoordinateVertex(position=Coordinate(3551, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3556, 9694, 0)), pathWeight=102.0, estimatedPathWeight=102.0) is lower weight than what we had so far
00:08:56 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3551, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3556, 9694, 0)), pathWeight=102.0, estimatedPathWeight=102.0)
00:08:56 DEBUG Found destination
00:08:56 DEBUG Hovered Coordinate(3542, 9721, 0) on the first attempt.
00:08:58 DEBUG Nearest start: CoordinateVertex(position=Coordinate(3537, 9721, 0))
00:08:58 DEBUG Nearest destination: CoordinateVertex(position=Coordinate(3551, 9694, 0))
00:08:58 DEBUG Teleports: []
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3537, 9721, 0)), previous=null, pathWeight=0.0, estimatedPathWeight=41.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3542, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3537, 9721, 0)), pathWeight=5.0, estimatedPathWeight=41.0) is lower weight than what we had so far
00:08:58 DEBUG Node(current=ObjectVertex(position=Coordinate(3534, 9718, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3537, 9721, 0)), pathWeight=5.0, estimatedPathWeight=46.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3542, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3537, 9721, 0)), pathWeight=5.0, estimatedPathWeight=41.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3547, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3542, 9721, 0)), pathWeight=10.0, estimatedPathWeight=41.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3547, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3542, 9721, 0)), pathWeight=10.0, estimatedPathWeight=41.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3552, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3547, 9721, 0)), pathWeight=15.0, estimatedPathWeight=43.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3552, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3547, 9721, 0)), pathWeight=15.0, estimatedPathWeight=43.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3557, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3552, 9721, 0)), pathWeight=20.0, estimatedPathWeight=53.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3534, 9718, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3537, 9721, 0)), pathWeight=5.0, estimatedPathWeight=46.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3534, 9716, 0)), previous=ObjectVertex(position=Coordinate(3534, 9718, 0), name=Door, action=Open), pathWeight=10.0, estimatedPathWeight=49.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3534, 9716, 0)), previous=ObjectVertex(position=Coordinate(3534, 9718, 0), name=Door, action=Open), pathWeight=10.0, estimatedPathWeight=49.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3534, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9716, 0)), pathWeight=15.0, estimatedPathWeight=49.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3534, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9716, 0)), pathWeight=15.0, estimatedPathWeight=49.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3539, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=20.0, estimatedPathWeight=49.0) is lower weight than what we had so far
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3534, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=19.0, estimatedPathWeight=49.0) is lower weight than what we had so far
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3530, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=19.0, estimatedPathWeight=57.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3539, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=20.0, estimatedPathWeight=49.0)
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3534, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=19.0, estimatedPathWeight=49.0)
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3557, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3552, 9721, 0)), pathWeight=20.0, estimatedPathWeight=53.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3562, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3557, 9721, 0)), pathWeight=25.0, estimatedPathWeight=63.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3530, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3534, 9711, 0)), pathWeight=19.0, estimatedPathWeight=57.0)
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3562, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3557, 9721, 0)), pathWeight=25.0, estimatedPathWeight=63.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3566, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3562, 9721, 0)), pathWeight=29.0, estimatedPathWeight=71.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3566, 9721, 0)), previous=CoordinateVertex(position=Coordinate(3562, 9721, 0)), pathWeight=29.0, estimatedPathWeight=71.0)
00:08:58 DEBUG Node(current=ObjectVertex(position=Coordinate(3568, 9718, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3566, 9721, 0)), pathWeight=34.0, estimatedPathWeight=75.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3568, 9718, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3566, 9721, 0)), pathWeight=34.0, estimatedPathWeight=75.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9716, 0)), previous=ObjectVertex(position=Coordinate(3568, 9718, 0), name=Door, action=Open), pathWeight=39.0, estimatedPathWeight=78.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9716, 0)), previous=ObjectVertex(position=Coordinate(3568, 9718, 0), name=Door, action=Open), pathWeight=39.0, estimatedPathWeight=78.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9716, 0)), pathWeight=44.0, estimatedPathWeight=78.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9716, 0)), pathWeight=44.0, estimatedPathWeight=78.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3564, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=48.0, estimatedPathWeight=78.0) is lower weight than what we had so far
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=48.0, estimatedPathWeight=78.0) is lower weight than what we had so far
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3573, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=49.0, estimatedPathWeight=88.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3564, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=48.0, estimatedPathWeight=78.0)
00:08:58 DEBUG Node(current=ObjectVertex(position=Coordinate(3562, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3564, 9711, 0)), pathWeight=53.0, estimatedPathWeight=81.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=48.0, estimatedPathWeight=78.0)
00:08:58 DEBUG Node(current=ObjectVertex(position=Coordinate(3568, 9705, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9707, 0)), pathWeight=53.0, estimatedPathWeight=81.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3562, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3564, 9711, 0)), pathWeight=53.0, estimatedPathWeight=81.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3560, 9711, 0)), previous=ObjectVertex(position=Coordinate(3562, 9711, 0), name=Door, action=Open), pathWeight=58.0, estimatedPathWeight=84.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3568, 9705, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9707, 0)), pathWeight=53.0, estimatedPathWeight=81.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9703, 0)), previous=ObjectVertex(position=Coordinate(3568, 9705, 0), name=Door, action=Open), pathWeight=58.0, estimatedPathWeight=84.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3560, 9711, 0)), previous=ObjectVertex(position=Coordinate(3562, 9711, 0), name=Door, action=Open), pathWeight=58.0, estimatedPathWeight=84.0)
00:08:58 DEBUG Node(current=ObjectVertex(position=Coordinate(3558, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3560, 9711, 0)), pathWeight=63.0, estimatedPathWeight=87.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9703, 0)), previous=ObjectVertex(position=Coordinate(3568, 9705, 0), name=Door, action=Open), pathWeight=58.0, estimatedPathWeight=84.0)
00:08:58 DEBUG Node(current=ObjectVertex(position=Coordinate(3568, 9701, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9703, 0)), pathWeight=63.0, estimatedPathWeight=87.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3558, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3560, 9711, 0)), pathWeight=63.0, estimatedPathWeight=87.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3556, 9711, 0)), previous=ObjectVertex(position=Coordinate(3558, 9711, 0), name=Door, action=Open), pathWeight=68.0, estimatedPathWeight=90.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3568, 9701, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9703, 0)), pathWeight=63.0, estimatedPathWeight=87.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9699, 0)), previous=ObjectVertex(position=Coordinate(3568, 9701, 0), name=Door, action=Open), pathWeight=68.0, estimatedPathWeight=90.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3573, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9711, 0)), pathWeight=49.0, estimatedPathWeight=88.0)
00:08:58 DEBUG Node(current=ObjectVertex(position=Coordinate(3575, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3573, 9711, 0)), pathWeight=54.0, estimatedPathWeight=95.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9699, 0)), previous=ObjectVertex(position=Coordinate(3568, 9701, 0), name=Door, action=Open), pathWeight=68.0, estimatedPathWeight=90.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9699, 0)), pathWeight=73.0, estimatedPathWeight=90.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3556, 9711, 0)), previous=ObjectVertex(position=Coordinate(3558, 9711, 0), name=Door, action=Open), pathWeight=68.0, estimatedPathWeight=90.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3551, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3556, 9711, 0)), pathWeight=73.0, estimatedPathWeight=90.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9699, 0)), pathWeight=73.0, estimatedPathWeight=90.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3564, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9694, 0)), pathWeight=77.0, estimatedPathWeight=90.0) is lower weight than what we had so far
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3568, 9690, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9694, 0)), pathWeight=77.0, estimatedPathWeight=98.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3551, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3556, 9711, 0)), pathWeight=73.0, estimatedPathWeight=90.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3551, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3551, 9711, 0)), pathWeight=77.0, estimatedPathWeight=90.0) is lower weight than what we had so far
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3547, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3551, 9711, 0)), pathWeight=77.0, estimatedPathWeight=98.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3564, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9694, 0)), pathWeight=77.0, estimatedPathWeight=90.0)
00:08:58 DEBUG Node(current=ObjectVertex(position=Coordinate(3562, 9694, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3564, 9694, 0)), pathWeight=82.0, estimatedPathWeight=93.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3551, 9707, 0)), previous=CoordinateVertex(position=Coordinate(3551, 9711, 0)), pathWeight=77.0, estimatedPathWeight=90.0)
00:08:58 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3562, 9694, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3564, 9694, 0)), pathWeight=82.0, estimatedPathWeight=93.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3560, 9694, 0)), previous=ObjectVertex(position=Coordinate(3562, 9694, 0), name=Door, action=Open), pathWeight=87.0, estimatedPathWeight=96.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3575, 9711, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3573, 9711, 0)), pathWeight=54.0, estimatedPathWeight=95.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9709, 0)), previous=ObjectVertex(position=Coordinate(3575, 9711, 0), name=Door, action=Open), pathWeight=59.0, estimatedPathWeight=101.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3560, 9694, 0)), previous=ObjectVertex(position=Coordinate(3562, 9694, 0), name=Door, action=Open), pathWeight=87.0, estimatedPathWeight=96.0)
00:08:58 DEBUG Node(current=ObjectVertex(position=Coordinate(3558, 9694, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3560, 9694, 0)), pathWeight=92.0, estimatedPathWeight=99.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3547, 9711, 0)), previous=CoordinateVertex(position=Coordinate(3551, 9711, 0)), pathWeight=77.0, estimatedPathWeight=98.0)
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3568, 9690, 0)), previous=CoordinateVertex(position=Coordinate(3568, 9694, 0)), pathWeight=77.0, estimatedPathWeight=98.0)
00:08:58 DEBUG Node(current=ObjectVertex(position=Coordinate(3568, 9688, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3568, 9690, 0)), pathWeight=82.0, estimatedPathWeight=105.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=ObjectVertex(position=Coordinate(3558, 9694, 0), name=Door, action=Open), previous=CoordinateVertex(position=Coordinate(3560, 9694, 0)), pathWeight=92.0, estimatedPathWeight=99.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3556, 9694, 0)), previous=ObjectVertex(position=Coordinate(3558, 9694, 0), name=Door, action=Open), pathWeight=97.0, estimatedPathWeight=102.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3578, 9709, 0)), previous=ObjectVertex(position=Coordinate(3575, 9711, 0), name=Door, action=Open), pathWeight=59.0, estimatedPathWeight=101.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9705, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9709, 0)), pathWeight=63.0, estimatedPathWeight=101.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3578, 9705, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9709, 0)), pathWeight=63.0, estimatedPathWeight=101.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9700, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9705, 0)), pathWeight=68.0, estimatedPathWeight=101.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3578, 9700, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9705, 0)), pathWeight=68.0, estimatedPathWeight=101.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9695, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9700, 0)), pathWeight=73.0, estimatedPathWeight=101.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3578, 9695, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9700, 0)), pathWeight=73.0, estimatedPathWeight=101.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3578, 9690, 0)), previous=CoordinateVertex(position=Coordinate(3578, 9695, 0)), pathWeight=78.0, estimatedPathWeight=109.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3556, 9694, 0)), previous=ObjectVertex(position=Coordinate(3558, 9694, 0), name=Door, action=Open), pathWeight=97.0, estimatedPathWeight=102.0)
00:08:58 DEBUG Node(current=CoordinateVertex(position=Coordinate(3551, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3556, 9694, 0)), pathWeight=102.0, estimatedPathWeight=102.0) is lower weight than what we had so far
00:08:58 DEBUG Processing Node(current=CoordinateVertex(position=Coordinate(3551, 9694, 0)), previous=CoordinateVertex(position=Coordinate(3556, 9694, 0)), pathWeight=102.0, estimatedPathWeight=102.0)
Code:
00:05:58 INFO [Interaction] Interacting with Sarcophagus [3569, 9685, 3] using action ^Search$
00:05:58 DEBUG Hovered Sarcophagus [3569, 9685, 3] on the first attempt.
00:06:01 INFO [WebServices] Update successful for barrows-free
00:06:01 DEBUG [ChatDialog] Found ChatDialog.Continue(InterfaceComponent=InterfaceComponent [229, 2])
00:06:01 INFO [Conversation] Checking for active conversation
00:06:01 INFO [Conversation] Continuing conversation
00:06:02 INFO [Conversation] Selecting option #1: Yeah I'm fearless!
00:06:02 DEBUG Hovered InterfaceComponent [219, 1, 1] on the first attempt.
00:06:03 INFO [Prayer Actions] De-activating prayers
00:06:03 INFO [Interaction] Finding Entity
00:06:03 INFO [Interaction] Interacting with Sarcophagus [3569, 9685, 3] using action ^Search$
00:06:04 DEBUG Hovered Sarcophagus [3569, 9685, 3] on the first attempt.
00:06:04 INFO [Interaction] Finding Entity
00:06:04 INFO [Interaction] Interacting with Sarcophagus [3569, 9685, 3] using action ^Search$
00:06:05 DEBUG [ChatDialog] Found ChatDialog.Continue(InterfaceComponent=InterfaceComponent [229, 2])
00:06:05 INFO [Conversation] Checking for active conversation
00:06:05 INFO [Conversation] Continuing conversation
00:06:06 INFO [Conversation] Selecting option #1: Yeah I'm fearless!
00:06:07 DEBUG Hovered InterfaceComponent [219, 1, 1] on the first attempt.
[code]
Last edited: