Jump to content

Stealth Quester


Token

Recommended Posts

8 hours ago, Token said:

What's printed in the logger? (bottom right, 3rd button, toggle logger)

Those are quite annoying ones, but eventually yes

Looking forward to it!
It'll help a lot with my farm.

 

Btw, just a heads up. The script sometimes gets stuck while grinding the bones to get the tokens on animal magnetism. It happened in only 1 of the 6 accounts I tried, though.

Link to comment
Share on other sites

13 minutes ago, xhannyah said:

Looking forward to it!
It'll help a lot with my farm.

 

Btw, just a heads up. The script sometimes gets stuck while grinding the bones to get the tokens on animal magnetism. It happened in only 1 of the 6 accounts I tried, though.

Where does it get stuck? What's printed in the logger?

Link to comment
Share on other sites

17 minutes ago, Token said:

Where does it get stuck? What's printed in the logger?

Didn't save the log, sorry.


It got stuck right after it deposits the bones into the hopper. The character is supposed to automatically spin the wheel and collect the ground bones.

 

My guess is that the client lagged between the deposit and the spinning the wheel part, so the script just stood there waiting for the system to complete the deposit > spin > collect bones cycle. 

Link to comment
Share on other sites

2 hours ago, MasterBlunt said:

If I'm using ironman, and I gather all the pre existing items. Does it check that I have all items before buying them so I can do more than 9 quests in ironman mode?

Yes but it will require everything including teleport tabs and enchanted jewelry; you can work around that by starting in debug mode (press F4 while the GUI is open) with all required items equipped/in inventory, but it may get stuck if those teleports were really needed and not available

Link to comment
Share on other sites

It's working great! However I just came back to find my character standing in East ardougne at quest Haazel Cult with Henryeta on the part of the quest that says "Alomone told me to find a spell scroll that is hidden somewhere withi Carnillean stronghold. " 

Here is the runtime error code

 

[INFO][Bot #1][02/13 10:31:49 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:31:49 AM]: started in normal mode
[INFO][Bot #1][02/13 10:31:49 AM]: loading owned items
[INFO][Bot #1][02/13 10:32:04 AM]: walking to position [x=2616, y=3333, z=0]
[INFO][Bot #1][02/13 10:32:05 AM]: destination: [x=2616, y=3333, z=0]
[INFO][Bot #1][02/13 10:32:06 AM]: WebWalkingEvent; Terminated! Exceeded attempt threshold.
[INFO][Bot #1][02/13 10:32:06 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:32:07 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:32:07 AM]: started in normal mode
[INFO][Bot #1][02/13 10:32:07 AM]: loading owned items
[INFO][Bot #1][02/13 10:32:20 AM]: walking to position [x=2616, y=3333, z=0]
[INFO][Bot #1][02/13 10:32:20 AM]: destination: [x=2616, y=3333, z=0]
[INFO][Bot #1][02/13 10:32:22 AM]: WebWalkingEvent; Terminated! Exceeded attempt threshold.
[INFO][Bot #1][02/13 10:32:22 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:32:22 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:32:22 AM]: started in normal mode
[INFO][Bot #1][02/13 10:32:22 AM]: loading owned items
[INFO][Bot #1][02/13 10:32:23 AM]: Terminating script Stealth Quester...
[INFO][Bot #1][02/13 10:32:24 AM]: stamina potion thread exited
[WARN][Bot #1][02/13 10:32:28 AM]: Script executor is taking too long to suspend; restarting now...
[ERROR][02/13 10:32:33 AM]: Uncaught exception!
java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
    at java.awt.Component.getLocationOnScreen_NoTreeLock(Unknown Source)
    at java.awt.Component.getLocationOnScreen(Unknown Source)
    at org.pushingpixels.substance.internal.widget.animation.effects.GhostPaintingUtils.paintGhostImages(GhostPaintingUtils.java:191)
    at org.pushingpixels.substance.internal.ui.SubstancePanelUI.update(SubstancePanelUI.java:83)
    at javax.swing.JComponent.paintComponent(Unknown Source)
    at javax.swing.JComponent.paint(Unknown Source)
    at javax.swing.JComponent.paintToOffscreen(Unknown Source)
    at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
    at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
    at javax.swing.RepaintManager.paint(Unknown Source)
    at javax.swing.JComponent._paintImmediately(Unknown Source)
    at javax.swing.JComponent.paintImmediately(Unknown Source)
    at javax.swing.RepaintManager$4.run(Unknown Source)
    at javax.swing.RepaintManager$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
    at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
    at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
    at javax.swing.RepaintManager.access$1200(Unknown Source)
    at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
[INFO][Bot #1][02/13 10:32:34 AM]: Loaded 4 built-in random solvers!
[WARN][Bot #1][02/13 10:32:35 AM]: The current script is overriding the Break Manager!
[WARN][Bot #1][02/13 10:32:35 AM]: Use custom breaks at your own risk.
[WARN][Bot #1][02/13 10:32:35 AM]: OSBot is not responsible for any issues with breaking.
[INFO][Bot #1][02/13 10:32:35 AM]: walking to position [x=2616, y=3333, z=0]
[INFO][Bot #1][02/13 10:32:35 AM]: starting script without parameters
[INFO][Bot #1][02/13 10:32:36 AM]: destination: [x=2616, y=3333, z=0]
[INFO][Bot #1][02/13 10:32:36 AM]: sleep interrupted
[INFO][Bot #1][02/13 10:32:36 AM]: interrupting webwalkevent
[INFO][Bot #1][02/13 10:32:36 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:32:36 AM]: Running quests in the following order
#1                     Hazeel Cult    settings:{FOOD=Salmon, DEBUG MODE=false, IRON MAN=false, NO FOOD=false, STAMINA POTIONS=true, STYLE=0, SPELL=0}
Selected gear, attack style, spell and rewards are displayed next to each quests above
[INFO][Bot #1][02/13 10:32:36 AM]: Script Stealth Quester has exited!
[INFO][Bot #1][02/13 10:32:44 AM]: Running quests in the following order
#1                     Hazeel Cult    settings:{FOOD=Salmon, DEBUG MODE=false, IRON MAN=true, NO FOOD=false, STAMINA POTIONS=true, STYLE=0, SPELL=0}
Selected gear, attack style, spell and rewards are displayed next to each quests above
[INFO][Bot #1][02/13 10:33:03 AM]: Loaded 4 built-in random solvers!
[WARN][Bot #1][02/13 10:33:03 AM]: The current script is overriding the Break Manager!
[WARN][Bot #1][02/13 10:33:03 AM]: Use custom breaks at your own risk.
[WARN][Bot #1][02/13 10:33:03 AM]: OSBot is not responsible for any issues with breaking.
[INFO][Bot #1][02/13 10:33:03 AM]: starting script without parameters
[INFO][Bot #1][02/13 10:33:37 AM]: Running quests in the following order
#1                     Hazeel Cult    settings:{FOOD=Salmon, DEBUG MODE=false, IRON MAN=true, NO FOOD=false, STAMINA POTIONS=true, STYLE=0, SPELL=0}
Selected gear, attack style, spell and rewards are displayed next to each quests above
[INFO][Bot #1][02/13 10:33:37 AM]: starting stamina potion thread
[INFO][Bot #1][02/13 10:33:37 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:37 AM]: started in iron man mode
[INFO][Bot #1][02/13 10:33:37 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:37 AM]: starting quest: Hazeel Cult; current stage: 6
[INFO][Bot #1][02/13 10:33:37 AM]: initializing iron man mode setup
[INFO][Bot #1][02/13 10:33:38 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:38 AM]: running quest: Hazeel Cult; current stage: 6
[INFO][Bot #1][02/13 10:33:38 AM]: walking to position [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:38 AM]: destination: [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:40 AM]: WebWalkingEvent; Terminated! Exceeded attempt threshold.
[INFO][Bot #1][02/13 10:33:40 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:33:40 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:40 AM]: running quest: Hazeel Cult; current stage: 6
[INFO][Bot #1][02/13 10:33:40 AM]: walking to position [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:40 AM]: destination: [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:42 AM]: WebWalkingEvent; Terminated! Exceeded attempt threshold.
[INFO][Bot #1][02/13 10:33:42 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:33:42 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:42 AM]: running quest: Hazeel Cult; current stage: 6
[INFO][Bot #1][02/13 10:33:42 AM]: walking to position [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:42 AM]: destination: [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:44 AM]: WebWalkingEvent; Terminated! Exceeded attempt threshold.
[INFO][Bot #1][02/13 10:33:44 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:33:45 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:45 AM]: running quest: Hazeel Cult; current stage: 6
[INFO][Bot #1][02/13 10:33:45 AM]: walking to position [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:45 AM]: destination: [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:47 AM]: WebWalkingEvent; Terminated! Exceeded attempt threshold.
[INFO][Bot #1][02/13 10:33:47 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:33:47 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:47 AM]: running quest: Hazeel Cult; current stage: 6
[INFO][Bot #1][02/13 10:33:47 AM]: walking to position [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:47 AM]: destination: [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:49 AM]: WebWalkingEvent; Terminated! Exceeded attempt threshold.
[INFO][Bot #1][02/13 10:33:49 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:33:49 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:49 AM]: running quest: Hazeel Cult; current stage: 6
[INFO][Bot #1][02/13 10:33:49 AM]: walking to position [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:49 AM]: destination: [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:51 AM]: WebWalkingEvent; Terminated! Exceeded attempt threshold.
[INFO][Bot #1][02/13 10:33:51 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:33:52 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:52 AM]: running quest: Hazeel Cult; current stage: 6
[INFO][Bot #1][02/13 10:33:52 AM]: walking to position [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:52 AM]: destination: [x=2565, y=3272, z=0]

 

It Seems to be stuck in a loop of some sort when failing the webwalking event. Could just be a problem with web walking idk.

Edited by MasterBlunt
Corrected Log
Link to comment
Share on other sites

7 minutes ago, MasterBlunt said:

It's working great! However I just came back to find my character standing in East ardougne at quest Haazel Cult with Henryeta on the part of the quest that says "Alomone told me to find a spell scroll that is hidden somewhere withi Carnillean stronghold. " 

Here is the runtime error code

 

[INFO][Bot #1][02/13 10:31:49 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:31:49 AM]: started in normal mode
[INFO][Bot #1][02/13 10:31:49 AM]: loading owned items
[INFO][Bot #1][02/13 10:32:04 AM]: walking to position [x=2616, y=3333, z=0]
[INFO][Bot #1][02/13 10:32:05 AM]: destination: [x=2616, y=3333, z=0]
[INFO][Bot #1][02/13 10:32:06 AM]: WebWalkingEvent; Terminated! Exceeded attempt threshold.
[INFO][Bot #1][02/13 10:32:06 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:32:07 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:32:07 AM]: started in normal mode
[INFO][Bot #1][02/13 10:32:07 AM]: loading owned items
[INFO][Bot #1][02/13 10:32:20 AM]: walking to position [x=2616, y=3333, z=0]
[INFO][Bot #1][02/13 10:32:20 AM]: destination: [x=2616, y=3333, z=0]
[INFO][Bot #1][02/13 10:32:22 AM]: WebWalkingEvent; Terminated! Exceeded attempt threshold.
[INFO][Bot #1][02/13 10:32:22 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:32:22 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:32:22 AM]: started in normal mode
[INFO][Bot #1][02/13 10:32:22 AM]: loading owned items
[INFO][Bot #1][02/13 10:32:23 AM]: Terminating script Stealth Quester...
[INFO][Bot #1][02/13 10:32:24 AM]: stamina potion thread exited
[WARN][Bot #1][02/13 10:32:28 AM]: Script executor is taking too long to suspend; restarting now...
[ERROR][02/13 10:32:33 AM]: Uncaught exception!
java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
    at java.awt.Component.getLocationOnScreen_NoTreeLock(Unknown Source)
    at java.awt.Component.getLocationOnScreen(Unknown Source)
    at org.pushingpixels.substance.internal.widget.animation.effects.GhostPaintingUtils.paintGhostImages(GhostPaintingUtils.java:191)
    at org.pushingpixels.substance.internal.ui.SubstancePanelUI.update(SubstancePanelUI.java:83)
    at javax.swing.JComponent.paintComponent(Unknown Source)
    at javax.swing.JComponent.paint(Unknown Source)
    at javax.swing.JComponent.paintToOffscreen(Unknown Source)
    at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(Unknown Source)
    at javax.swing.RepaintManager$PaintManager.paint(Unknown Source)
    at javax.swing.RepaintManager.paint(Unknown Source)
    at javax.swing.JComponent._paintImmediately(Unknown Source)
    at javax.swing.JComponent.paintImmediately(Unknown Source)
    at javax.swing.RepaintManager$4.run(Unknown Source)
    at javax.swing.RepaintManager$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
    at javax.swing.RepaintManager.paintDirtyRegions(Unknown Source)
    at javax.swing.RepaintManager.prePaintDirtyRegions(Unknown Source)
    at javax.swing.RepaintManager.access$1200(Unknown Source)
    at javax.swing.RepaintManager$ProcessingRunnable.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
[INFO][Bot #1][02/13 10:32:34 AM]: Loaded 4 built-in random solvers!
[WARN][Bot #1][02/13 10:32:35 AM]: The current script is overriding the Break Manager!
[WARN][Bot #1][02/13 10:32:35 AM]: Use custom breaks at your own risk.
[WARN][Bot #1][02/13 10:32:35 AM]: OSBot is not responsible for any issues with breaking.
[INFO][Bot #1][02/13 10:32:35 AM]: walking to position [x=2616, y=3333, z=0]
[INFO][Bot #1][02/13 10:32:35 AM]: starting script without parameters
[INFO][Bot #1][02/13 10:32:36 AM]: destination: [x=2616, y=3333, z=0]
[INFO][Bot #1][02/13 10:32:36 AM]: sleep interrupted
[INFO][Bot #1][02/13 10:32:36 AM]: interrupting webwalkevent
[INFO][Bot #1][02/13 10:32:36 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:32:36 AM]: Running quests in the following order
#1                     Hazeel Cult    settings:{FOOD=Salmon, DEBUG MODE=false, IRON MAN=false, NO FOOD=false, STAMINA POTIONS=true, STYLE=0, SPELL=0}
Selected gear, attack style, spell and rewards are displayed next to each quests above
[INFO][Bot #1][02/13 10:32:36 AM]: Script Stealth Quester has exited!
[INFO][Bot #1][02/13 10:32:44 AM]: Running quests in the following order
#1                     Hazeel Cult    settings:{FOOD=Salmon, DEBUG MODE=false, IRON MAN=true, NO FOOD=false, STAMINA POTIONS=true, STYLE=0, SPELL=0}
Selected gear, attack style, spell and rewards are displayed next to each quests above
[INFO][Bot #1][02/13 10:33:03 AM]: Loaded 4 built-in random solvers!
[WARN][Bot #1][02/13 10:33:03 AM]: The current script is overriding the Break Manager!
[WARN][Bot #1][02/13 10:33:03 AM]: Use custom breaks at your own risk.
[WARN][Bot #1][02/13 10:33:03 AM]: OSBot is not responsible for any issues with breaking.
[INFO][Bot #1][02/13 10:33:03 AM]: starting script without parameters
[INFO][Bot #1][02/13 10:33:37 AM]: Running quests in the following order
#1                     Hazeel Cult    settings:{FOOD=Salmon, DEBUG MODE=false, IRON MAN=true, NO FOOD=false, STAMINA POTIONS=true, STYLE=0, SPELL=0}
Selected gear, attack style, spell and rewards are displayed next to each quests above
[INFO][Bot #1][02/13 10:33:37 AM]: starting stamina potion thread
[INFO][Bot #1][02/13 10:33:37 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:37 AM]: started in iron man mode
[INFO][Bot #1][02/13 10:33:37 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:37 AM]: starting quest: Hazeel Cult; current stage: 6
[INFO][Bot #1][02/13 10:33:37 AM]: initializing iron man mode setup
[INFO][Bot #1][02/13 10:33:38 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:38 AM]: running quest: Hazeel Cult; current stage: 6
[INFO][Bot #1][02/13 10:33:38 AM]: walking to position [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:38 AM]: destination: [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:40 AM]: WebWalkingEvent; Terminated! Exceeded attempt threshold.
[INFO][Bot #1][02/13 10:33:40 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:33:40 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:40 AM]: running quest: Hazeel Cult; current stage: 6
[INFO][Bot #1][02/13 10:33:40 AM]: walking to position [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:40 AM]: destination: [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:42 AM]: WebWalkingEvent; Terminated! Exceeded attempt threshold.
[INFO][Bot #1][02/13 10:33:42 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:33:42 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:42 AM]: running quest: Hazeel Cult; current stage: 6
[INFO][Bot #1][02/13 10:33:42 AM]: walking to position [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:42 AM]: destination: [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:44 AM]: WebWalkingEvent; Terminated! Exceeded attempt threshold.
[INFO][Bot #1][02/13 10:33:44 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:33:45 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:45 AM]: running quest: Hazeel Cult; current stage: 6
[INFO][Bot #1][02/13 10:33:45 AM]: walking to position [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:45 AM]: destination: [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:47 AM]: WebWalkingEvent; Terminated! Exceeded attempt threshold.
[INFO][Bot #1][02/13 10:33:47 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:33:47 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:47 AM]: running quest: Hazeel Cult; current stage: 6
[INFO][Bot #1][02/13 10:33:47 AM]: walking to position [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:47 AM]: destination: [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:49 AM]: WebWalkingEvent; Terminated! Exceeded attempt threshold.
[INFO][Bot #1][02/13 10:33:49 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:33:49 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:49 AM]: running quest: Hazeel Cult; current stage: 6
[INFO][Bot #1][02/13 10:33:49 AM]: walking to position [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:49 AM]: destination: [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:51 AM]: WebWalkingEvent; Terminated! Exceeded attempt threshold.
[INFO][Bot #1][02/13 10:33:51 AM]: webwalkevent status: FAILED
[INFO][Bot #1][02/13 10:33:52 AM]: position: [x=2573, y=3271, z=0]; next: Hazeel Cult; queue: 1; member: true; mirror: true; input: false, resized: false
[INFO][Bot #1][02/13 10:33:52 AM]: running quest: Hazeel Cult; current stage: 6
[INFO][Bot #1][02/13 10:33:52 AM]: walking to position [x=2565, y=3272, z=0]
[INFO][Bot #1][02/13 10:33:52 AM]: destination: [x=2565, y=3272, z=0]

 

It Seems to be stuck in a loop of some sort when failing the webwalking event. Could just be a problem with web walking idk.

Run 1 bot per client, the tab feature isn't really used nowadays; if you already started more than 1 in that client, restart the client

Link to comment
Share on other sites

Found the problem. Took a screenshot but i'll explain to my best. I just so happened to get unlucky. If butler jones is standing in the most north eastern room. The door leading out can only exit in one direction. The door opens in that direction leading to the exit. So the bot is stuck there trying to find somewhere to click but the door is blocking the hallway when it is open. It does not know to step out, close the door, and then exit the building so that the door is no longer in the way. Once I closed the door(butler jones was no longer in that room) and restarted the bot, it sucessfully finished the rest of the quest. Still, has been working great aside from that small hic-up

 Here is a pic https://imgur.com/a/XWhEvlr

Edited by MasterBlunt
Added a screenshot
Link to comment
Share on other sites

2 hours ago, MasterBlunt said:

Found the problem. Took a screenshot but i'll explain to my best. I just so happened to get unlucky. If butler jones is standing in the most north eastern room. The door leading out can only exit in one direction. The door opens in that direction leading to the exit. So the bot is stuck there trying to find somewhere to click but the door is blocking the hallway when it is open. It does not know to step out, close the door, and then exit the building so that the door is no longer in the way. Once I closed the door(butler jones was no longer in that room) and restarted the bot, it sucessfully finished the rest of the quest. Still, has been working great aside from that small hic-up

 Here is a pic https://imgur.com/a/XWhEvlr

Thanks, I never noticed that door blocking the path, I'll include a fix for that case in the next update 

Link to comment
Share on other sites

I've noticed a problem. It seems the script just skips over Monkey Madness 1 even though I have the requirements and all that. Do I need to use a different setup? Currently just using melee for my gear. @Token

Nevermind, I read the logs and I need to get my pray up to 43. My fault.

Edited by DustyBeats
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...