

mariokiller64
Lifetime Sponsor-
Posts
174 -
Joined
-
Last visited
-
Feedback
0%
Everything posted by mariokiller64
-
Oh yeah, for sure, but it was just bing chat unfortunately. I'm still surprised something like that wrote something like this though, not even an actual developer AI, just some chat box for searches The script is definitely a little messy, but it works
-
Just purchased, hope to see the feature I mentioned above tbh, script looks nice, hope it does good work for me ^^
-
Any option to just clear the GE? Like an option just to open GE and clear out any buy and sell offers? I got AI to make me a quick script to do this for me but if your script has all of this, I'd rather just use yours. Something like this, kind of can't believe AI wrote this for me though // A custom method that opens the grand exchange and clears any pending offers public void clearGrandExchange() throws InterruptedException { // Check if the grand exchange is not open if (!getGrandExchange().isOpen()) { // Check if the player is in the grand exchange area if (GRAND_EXCHANGE.contains(myPlayer())) { // Find the nearest grand exchange clerk using the OSbot API method getNpcs() NPC clerk = getNpcs().closest("Grand Exchange Clerk"); // Check if the clerk is not null if (clerk != null) { // Right click the clerk and hit exchange using the OSbot API method interact() clerk.interact("Exchange"); // Add a sleep to control the script's speed sleep(random(min, max)); } } else { // Walk to the grand exchange area using the OSbot API method getWalking() getWalking().webWalk(GRAND_EXCHANGE); // Add a sleep to control the script's speed new ConditionalSleep(random(2000, 4000)) { @Override public boolean condition() throws InterruptedException { return !myPlayer().isMoving(); } }.sleep(); } } // Check if the grand exchange is open if (getGrandExchange().isOpen()) { // Abort all offers using your custom method abortOffers(); sleep(random(min, max)); // Declare a boolean variable to store the result of the check boolean ExchangeCleared = true; // Loop through all the grand exchange boxes using the OSbot API enum // GrandExchange.Box for (GrandExchange.Box box : GrandExchange.Box.values()) { // Get the status of the current box using the OSbot API method // getGrandExchange().getStatus() GrandExchange.Status status = getGrandExchange().getStatus(box); // Check if the status is not empty if (status != GrandExchange.Status.EMPTY) { // Set the variable to false ExchangeCleared = false; } } // Check if all the boxes are empty before closing the grand exchange if (ExchangeCleared) { // Close the grand exchange using the OSbot API method getGrandExchange() getGrandExchange().close(); sleep(random(min, max)); // Log the action log("Closed the grand exchange"); } else { // Log a message that there are still pending offers log("There are still pending offers in the grand exchange"); } } } // A custom method that aborts all offers in the grand exchange private void abortOffers() throws InterruptedException { // Loop through all the grand exchange boxes using the OSbot API enum // GrandExchange.Box for (GrandExchange.Box box : GrandExchange.Box.values()) { // Get the status of the current box using the OSbot API method // getGrandExchange().getStatus() GrandExchange.Status status = getGrandExchange().getStatus(box); // Check if the status is not empty if (status != GrandExchange.Status.EMPTY) { // Get the list of widgets containing "Abort offer" as an action using the OSbot // API method getWidgets() List<RS2Widget> widgets = getWidgets().containingActions(465, "Abort offer"); // Loop through all the widgets in the list for (RS2Widget widget : widgets) { // Interact with each widget using "Abort offer" as the action widget.interact("Abort offer"); // Log the attempt to abort each offer log("Attempted to abort an offer in box " + box); // Add a sleep to control the script's speed sleep(random(min, max)); } } else { ExchangeCleared = true; } // Check if there is anything to collect in the box using the OSbot API method // getGrandExchange().getAmountToTransfer() if (getGrandExchange().getAmountToTransfer(box) > 0) { // Collect from the box using the OSbot API method getGrandExchange().collect() getGrandExchange().collect(); // Log the attempt to collect from each box log("Attempted to collect from box " + box); // Add a sleep to control the script's speed sleep(random(1250, 1750)); } } }
-
What were to happen if I were to run this script, telling it to equip agility set, then do something else afterwards, on an account without the agility set. Will it move on to the next action or will it stop the script? Just because I have a lot of accounts and I get them mixed up sometimes, it would be nice just to put them all together without having to identify which one is which.
-
Anyway to tell it to pool at the ferox enclave?
-
[INFO][Bot #1][09/25 01:43:50 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:43:50 AM]: Searching cart [INFO][Bot #1][09/25 01:44:01 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:44:01 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:44:01 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:44:01 AM]: Searching cart [INFO][Bot #1][09/25 01:44:15 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:44:15 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:44:15 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:44:15 AM]: Searching cart [INFO][Bot #1][09/25 01:44:26 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:44:26 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:44:26 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:44:26 AM]: Searching cart [INFO][Bot #1][09/25 01:44:38 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:44:38 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:44:38 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:44:38 AM]: Searching cart [INFO][Bot #1][09/25 01:44:49 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:44:49 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:44:49 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:44:49 AM]: Searching cart [INFO][Bot #1][09/25 01:45:01 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:45:01 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:45:01 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:45:01 AM]: Searching cart [INFO][Bot #1][09/25 01:45:12 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:45:12 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:45:12 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:45:12 AM]: Searching cart [INFO][Bot #1][09/25 01:45:24 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:45:24 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:45:24 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:45:24 AM]: Searching cart [INFO][Bot #1][09/25 01:45:36 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:45:36 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:45:36 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:45:36 AM]: Searching cart [INFO][Bot #1][09/25 01:45:48 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:45:48 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:45:48 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:45:48 AM]: Searching cart [INFO][Bot #1][09/25 01:46:00 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:46:00 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:46:00 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:46:00 AM]: Searching cart [INFO][Bot #1][09/25 01:46:11 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:46:11 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:46:11 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:46:11 AM]: Searching cart [INFO][Bot #1][09/25 01:46:23 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:46:23 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:46:23 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:46:23 AM]: Searching cart [INFO][Bot #1][09/25 01:46:35 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:46:35 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:46:35 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:46:35 AM]: Searching cart [INFO][Bot #1][09/25 01:46:46 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:46:46 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:46:46 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:46:46 AM]: Searching cart [INFO][Bot #1][09/25 01:46:58 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:46:58 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:46:58 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:46:58 AM]: Searching cart [INFO][Bot #1][09/25 01:47:09 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:47:09 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:47:09 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:47:09 AM]: Searching cart [INFO][Bot #1][09/25 01:47:21 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:47:21 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:47:21 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:47:21 AM]: Searching cart [INFO][Bot #1][09/25 01:47:32 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:47:32 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:47:32 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:47:32 AM]: Searching cart [INFO][Bot #1][09/25 01:47:44 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:47:44 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:47:44 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:47:44 AM]: Searching cart [INFO][Bot #1][09/25 01:47:55 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:47:55 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:47:55 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:47:55 AM]: Searching cart [INFO][Bot #1][09/25 01:48:07 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:48:07 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:48:07 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:48:07 AM]: Searching cart [INFO][Bot #1][09/25 01:48:19 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:48:19 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:48:19 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:48:19 AM]: Searching cart [INFO][Bot #1][09/25 01:48:30 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:48:30 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:48:30 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:48:30 AM]: Searching cart [INFO][Bot #1][09/25 01:48:42 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:48:42 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:48:42 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:48:42 AM]: Searching cart [INFO][Bot #1][09/25 01:48:54 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:48:54 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:48:54 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:48:54 AM]: Searching cart [INFO][Bot #1][09/25 01:49:05 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:49:05 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:49:05 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:49:05 AM]: Searching cart [INFO][Bot #1][09/25 01:49:17 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:49:17 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:49:17 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:49:17 AM]: Searching cart [INFO][Bot #1][09/25 01:49:29 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:49:29 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:49:29 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:49:29 AM]: Searching cart [INFO][Bot #1][09/25 01:49:41 AM]: position: [x=3290, y=3023, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:49:41 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:49:41 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:49:41 AM]: Searching cart [INFO][Bot #1][09/25 01:49:52 AM]: position: [x=3290, y=3022, z=0]; next: The Tourist Trap; queue: 3; member: true; mirror: false; input: false, resized: false [INFO][Bot #1][09/25 01:49:52 AM]: checking extra conditions: false false false 21 0 0 0 [INFO][Bot #1][09/25 01:49:52 AM]: running quest: The Tourist Trap; current stage: 25 [INFO][Bot #1][09/25 01:49:52 AM]: Searching cart [INFO][Bot #1][09/25 01:49:58 AM]: sleep interrupted [INFO][Bot #1][09/25 01:49:58 AM]: Script Stealth Quester has paused! Got this bug when doing tourist trap, he keeps clicking on the barrel, not sure why, I didn't watch it bug. He should be talking to the mine driver guy.
-
[INFO][Bot #1][09/08 05:10:04 PM]: buying rum [INFO][Bot #1][09/08 05:10:04 PM]: trading zambo [INFO][Bot #1][09/08 05:10:04 PM]: walking to position [x=2927, y=3143, z=0] [INFO][Bot #1][09/08 05:10:04 PM]: [DEBUG][INERACTIONS] No destination tile found [INFO][Bot #1][09/08 05:10:04 PM]: checking custom obstacles [INFO][Bot #1][09/08 05:10:04 PM]: no valid tile found [INFO][Bot #1][09/08 05:10:05 PM]: position: [x=9920, y=64, z=0]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:10:05 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:10:05 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:10:05 PM]: buying rum [INFO][Bot #1][09/08 05:10:05 PM]: trading zambo [INFO][Bot #1][09/08 05:10:05 PM]: walking to position [x=2927, y=3143, z=0] [INFO][Bot #1][09/08 05:10:05 PM]: [DEBUG][INERACTIONS] No destination tile found [INFO][Bot #1][09/08 05:10:05 PM]: checking custom obstacles [INFO][Bot #1][09/08 05:10:05 PM]: no valid tile found [INFO][Bot #1][09/08 05:10:06 PM]: position: [x=9920, y=64, z=0]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:10:06 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:10:06 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:10:06 PM]: buying rum [INFO][Bot #1][09/08 05:10:06 PM]: trading zambo [INFO][Bot #1][09/08 05:10:06 PM]: walking to position [x=2927, y=3143, z=0] [INFO][Bot #1][09/08 05:10:06 PM]: [DEBUG][INERACTIONS] No destination tile found [INFO][Bot #1][09/08 05:10:06 PM]: checking custom obstacles [INFO][Bot #1][09/08 05:10:06 PM]: no valid tile found [INFO][Bot #1][09/08 05:10:06 PM]: continuing [INFO][Bot #1][09/08 05:10:06 PM]: position: [x=2956, y=3143, z=1]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:10:06 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:10:06 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:10:06 PM]: buying rum [INFO][Bot #1][09/08 05:10:06 PM]: trading zambo [INFO][Bot #1][09/08 05:10:06 PM]: walking to position [x=2927, y=3143, z=0] [INFO][Bot #1][09/08 05:10:06 PM]: destination: [x=2927, y=3143, z=0] [INFO][Bot #1][09/08 05:10:23 PM]: WebWalkingEvent; We have reached the final destination! [INFO][Bot #1][09/08 05:10:23 PM]: webwalkevent status: FINISHED [INFO][Bot #1][09/08 05:10:31 PM]: position: [x=2928, y=3143, z=0]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:10:31 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:10:31 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:10:31 PM]: buying rum [INFO][Bot #1][09/08 05:10:31 PM]: trading zambo [INFO][Bot #1][09/08 05:10:38 PM]: position: [x=2922, y=3146, z=0]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:10:38 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:10:38 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:10:38 PM]: buying rum [INFO][Bot #1][09/08 05:10:38 PM]: clicking buy [INFO][Bot #1][09/08 05:10:40 PM]: position: [x=2922, y=3146, z=0]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:10:40 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:10:40 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:10:40 PM]: closing store [INFO][Bot #1][09/08 05:10:41 PM]: position: [x=2922, y=3146, z=0]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:10:41 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:10:41 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:10:41 PM]: complaining about customs officer [INFO][Bot #1][09/08 05:10:41 PM]: talking to luthas [INFO][Bot #1][09/08 05:10:41 PM]: talking [[x=2939, y=3154, z=0]] [Luthas] [[2]] [INFO][Bot #1][09/08 05:10:41 PM]: walking to area: [[x=2930, y=3145, z=0], [x=2931, y=3145, z=0], [x=2932, y=3145, z=0], [x=2933, y=3145, z=0], [x=2934, y=3145, z=0], [x=2935, y=3145, z=0], [x=2936, y=3145, z=0], [x=2937, y=3145, z=0], [x=2938, y=3145, z=0], [x=2939, y=3145, z=0], [x=2940, y=3145, z=0], [x=2941, y=3145, z=0], [x=2942, y=3145, z=0], [x=2943, y=3145, z=0], [x=2944, y=3145, z=0], [x=2945, y=3145, z=0], [x=2946, y=3145, z=0], [x=2947, y=3145, z=0], [x=2948, y=3145, z=0], [x=2930, y=3146, z=0], [x=2931, y=3146, z=0], [x=2932, y=3146, z=0], [x=2933, y=3146, z=0], [x=2934, y=3146, z=0], [x=2935, y=3146, z=0], [x=2936, y=3146, z=0], [x=2937, y=3146, z=0], [x=2938, y=3146, z=0], [x=2939, y=3146, z=0], [x=2940, y=3146, z=0], [x=2941, y=3146, z=0], [x=2942, y=3146, z=0], [x=2943, y=3146, z=0], [x=2944, y=3146, z=0], [x=2945, y=3146, z=0], [x=2946, y=3146, z=0], [x=2947, y=3146, z=0], [x=2948, y=3146, z=0], [x=2930, y=3147, z=0], [x=2931, y=3147, z=0], [x=2932, y=3147, z=0], [x=2933, y=3147, z=0], [x=2934, y=3147, z=0], [x=2935, y=3147, z=0], [x=2936, y=3147, z=0], [x=2937, y=3147, z=0], [x=2938, y=3147, z=0], [x=2939, y=3147, z=0], [x=2940, y=3147, z=0], [x=2941, y=3147, z=0], [x=2942, y=3147, z=0], [x=2943, y=3147, z=0], [x=2944, y=3147, z=0], [x=2945, y=3147, z=0], [x=2946, y=3147, z=0], [x=2947, y=3147, z=0], [x=2948, y=3147, z=0], [x=2930, y=3148, z=0], [x=2931, y=3148, z=0], [x=2932, y=3148, z=0], [x=2933, y=3148, z=0], [x=2934, y=3148, z=0], [x=2935, y=3148, z=0], [x=2936, y=3148, z=0], [x=2937, y=3148, z=0], [x=2938, y=3148, z=0], [x=2939, y=3148, z=0], [x=2940, y=3148, z=0], [x=2941, y=3148, z=0], [x=2942, y=3148, z=0], [x=2943, y=3148, z=0], [x=2944, y=3148, z=0], [x=2945, y=3148, z=0], [x=2946, y=3148, z=0], [x=2947, y=3148, z=0], [x=2948, y=3148, z=0], [x=2930, y=3149, z=0], [x=2931, y=3149, z=0], [x=2932, y=3149, z=0], [x=2933, y=3149, z=0], [x=2934, y=3149, z=0], [x=2935, y=3149, z=0], [x=2936, y=3149, z=0], [x=2937, y=3149, z=0], [x=2938, y=3149, z=0], [x=2939, y=3149, z=0], [x=2940, y=3149, z=0], [x=2941, y=3149, z=0], [x=2942, y=3149, z=0], [x=2943, y=3149, z=0], [x=2944, y=3149, z=0], [x=2945, y=3149, z=0], [x=2946, y=3149, z=0], [x=2947, y=3149, z=0], [x=2948, y=3149, z=0], [x=2930, y=3150, z=0], [x=2931, y=3150, z=0], [x=2932, y=3150, z=0], [x=2933, y=3150, z=0], [x=2934, y=3150, z=0], [x=2935, y=3150, z=0], [x=2936, y=3150, z=0], [x=2937, y=3150, z=0], [x=2938, y=3150, z=0], [x=2939, y=3150, z=0], [x=2940, y=3150, z=0], [x=2941, y=3150, z=0], [x=2942, y=3150, z=0], [x=2943, y=3150, z=0], [x=2944, y=3150, z=0], [x=2945, y=3150, z=0], [x=2946, y=3150, z=0], [x=2947, y=3150, z=0], [x=2948, y=3150, z=0], [x=2930, y=3151, z=0], [x=2931, y=3151, z=0], [x=2932, y=3151, z=0], [x=2933, y=3151, z=0], [x=2934, y=3151, z=0], [x=2935, y=3151, z=0], [x=2936, y=3151, z=0], [x=2937, y=3151, z=0], [x=2938, y=3151, z=0], [x=2939, y=3151, z=0], [x=2940, y=3151, z=0], [x=2941, y=3151, z=0], [x=2942, y=3151, z=0], [x=2943, y=3151, z=0], [x=2944, y=3151, z=0], [x=2945, y=3151, z=0], [x=2946, y=3151, z=0], [x=2947, y=3151, z=0], [x=2948, y=3151, z=0], [x=2930, y=3152, z=0], [x=2931, y=3152, z=0], [x=2932, y=3152, z=0], [x=2933, y=3152, z=0], [x=2934, y=3152, z=0], [x=2935, y=3152, z=0], [x=2936, y=3152, z=0], [x=2937, y=3152, z=0], [x=2938, y=3152, z=0], [x=2939, y=3152, z=0], [x=2940, y=3152, z=0], [x=2941, y=3152, z=0], [x=2942, y=3152, z=0], [x=2943, y=3152, z=0], [x=2944, y=3152, z=0], [x=2945, y=3152, z=0], [x=2946, y=3152, z=0], [x=2947, y=3152, z=0], [x=2948, y=3152, z=0], [x=2930, y=3153, z=0], [x=2931, y=3153, z=0], [x=2932, y=3153, z=0], [x=2933, y=3153, z=0], [x=2934, y=3153, z=0], [x=2935, y=3153, z=0], [x=2936, y=3153, z=0], [x=2937, y=3153, z=0], [x=2938, y=3153, z=0], [x=2939, y=3153, z=0], [x=2940, y=3153, z=0], [x=2941, y=3153, z=0], [x=2942, y=3153, z=0], [x=2943, y=3153, z=0], [x=2944, y=3153, z=0], [x=2945, y=3153, z=0], [x=2946, y=3153, z=0], [x=2947, y=3153, z=0], [x=2948, y=3153, z=0], [x=2930, y=3154, z=0], [x=2931, y=3154, z=0], [x=2932, y=3154, z=0], [x=2933, y=3154, z=0], [x=2934, y=3154, z=0], [x=2935, y=3154, z=0], [x=2936, y=3154, z=0], [x=2937, y=3154, z=0], [x=2938, y=3154, z=0], [x=2939, y=3154, z=0], [x=2940, y=3154, z=0], [x=2941, y=3154, z=0], [x=2942, y=3154, z=0], [x=2943, y=3154, z=0], [x=2944, y=3154, z=0], [x=2945, y=3154, z=0], [x=2946, y=3154, z=0], [x=2947, y=3154, z=0], [x=2948, y=3154, z=0], [x=2930, y=3155, z=0], [x=2931, y=3155, z=0], [x=2932, y=3155, z=0], [x=2933, y=3155, z=0], [x=2934, y=3155, z=0], [x=2935, y=3155, z=0], [x=2936, y=3155, z=0], [x=2937, y=3155, z=0], [x=2938, y=3155, z=0], [x=2939, y=3155, z=0], [x=2940, y=3155, z=0], [x=2941, y=3155, z=0], [x=2942, y=3155, z=0], [x=2943, y=3155, z=0], [x=2944, y=3155, z=0], [x=2945, y=3155, z=0], [x=2946, y=3155, z=0], [x=2947, y=3155, z=0], [x=2948, y=3155, z=0], [x=2930, y=3156, z=0], [x=2931, y=3156, z=0], [x=2932, y=3156, z=0], [x=2933, y=3156, z=0], [x=2934, y=3156, z=0], [x=2935, y=3156, z=0], [x=2936, y=3156, z=0], [x=2937, y=3156, z=0], [x=2938, y=3156, z=0], [x=2939, y=3156, z=0], [x=2940, y=3156, z=0], [x=2941, y=3156, z=0], [x=2942, y=3156, z=0], [x=2943, y=3156, z=0], [x=2944, y=3156, z=0], [x=2945, y=3156, z=0], [x=2946, y=3156, z=0], [x=2947, y=3156, z=0], [x=2948, y=3156, z=0], [x=2930, y=3157, z=0], [x=2931, y=3157, z=0], [x=2932, y=3157, z=0], [x=2933, y=3157, z=0], [x=2934, y=3157, z=0], [x=2935, y=3157, z=0], [x=2936, y=3157, z=0], [x=2937, y=3157, z=0], [x=2938, y=3157, z=0], [x=2939, y=3157, z=0], [x=2940, y=3157, z=0], [x=2941, y=3157, z=0], [x=2942, y=3157, z=0], [x=2943, y=3157, z=0], [x=2944, y=3157, z=0], [x=2945, y=3157, z=0], [x=2946, y=3157, z=0], [x=2947, y=3157, z=0], [x=2948, y=3157, z=0], [x=2930, y=3158, z=0], [x=2931, y=3158, z=0], [x=2932, y=3158, z=0], [x=2933, y=3158, z=0], [x=2934, y=3158, z=0], [x=2935, y=3158, z=0], [x=2936, y=3158, z=0], [x=2937, y=3158, z=0], [x=2938, y=3158, z=0], [x=2939, y=3158, z=0], [x=2940, y=3158, z=0], [x=2941, y=3158, z=0], [x=2942, y=3158, z=0], [x=2943, y=3158, z=0], [x=2944, y=3158, z=0], [x=2945, y=3158, z=0], [x=2946, y=3158, z=0], [x=2947, y=3158, z=0], [x=2948, y=3158, z=0], [x=2930, y=3159, z=0], [x=2931, y=3159, z=0], [x=2932, y=3159, z=0], [x=2933, y=3159, z=0], [x=2934, y=3159, z=0], [x=2935, y=3159, z=0], [x=2936, y=3159, z=0], [x=2937, y=3159, z=0], [x=2938, y=3159, z=0], [x=2939, y=3159, z=0], [x=2940, y=3159, z=0], [x=2941, y=3159, z=0], [x=2942, y=3159, z=0], [x=2943, y=3159, z=0], [x=2944, y=3159, z=0], [x=2945, y=3159, z=0], [x=2946, y=3159, z=0], [x=2947, y=3159, z=0], [x=2948, y=3159, z=0], [x=2930, y=3160, z=0], [x=2931, y=3160, z=0], [x=2932, y=3160, z=0], [x=2933, y=3160, z=0], [x=2934, y=3160, z=0], [x=2935, y=3160, z=0], [x=2936, y=3160, z=0], [x=2937, y=3160, z=0], [x=2938, y=3160, z=0], [x=2939, y=3160, z=0], [x=2940, y=3160, z=0], [x=2941, y=3160, z=0], [x=2942, y=3160, z=0], [x=2943, y=3160, z=0], [x=2944, y=3160, z=0], [x=2945, y=3160, z=0], [x=2946, y=3160, z=0], [x=2947, y=3160, z=0], [x=2948, y=3160, z=0], [x=2930, y=3161, z=0], [x=2931, y=3161, z=0], [x=2932, y=3161, z=0], [x=2933, y=3161, z=0], [x=2934, y=3161, z=0], [x=2935, y=3161, z=0], [x=2936, y=3161, z=0], [x=2937, y=3161, z=0], [x=2938, y=3161, z=0], [x=2939, y=3161, z=0], [x=2940, y=3161, z=0], [x=2941, y=3161, z=0], [x=2942, y=3161, z=0], [x=2943, y=3161, z=0], [x=2944, y=3161, z=0], [x=2945, y=3161, z=0], [x=2946, y=3161, z=0], [x=2947, y=3161, z=0], [x=2948, y=3161, z=0], [x=2930, y=3162, z=0], [x=2931, y=3162, z=0], [x=2932, y=3162, z=0], [x=2933, y=3162, z=0], [x=2934, y=3162, z=0], [x=2935, y=3162, z=0], [x=2936, y=3162, z=0], [x=2937, y=3162, z=0], [x=2938, y=3162, z=0], [x=2939, y=3162, z=0], [x=2940, y=3162, z=0], [x=2941, y=3162, z=0], [x=2942, y=3162, z=0], [x=2943, y=3162, z=0], [x=2944, y=3162, z=0], [x=2945, y=3162, z=0], [x=2946, y=3162, z=0], [x=2947, y=3162, z=0], [x=2948, y=3162, z=0], [x=2930, y=3163, z=0], [x=2931, y=3163, z=0], [x=2932, y=3163, z=0], [x=2933, y=3163, z=0], [x=2934, y=3163, z=0], [x=2935, y=3163, z=0], [x=2936, y=3163, z=0], [x=2937, y=3163, z=0], [x=2938, y=3163, z=0], [x=2939, y=3163, z=0], [x=2940, y=3163, z=0], [x=2941, y=3163, z=0], [x=2942, y=3163, z=0], [x=2943, y=3163, z=0], [x=2944, y=3163, z=0], [x=2945, y=3163, z=0], [x=2946, y=3163, z=0], [x=2947, y=3163, z=0], [x=2948, y=3163, z=0]] [INFO][Bot #1][09/08 05:10:41 PM]: walking to position [x=2939, y=3154, z=0] [INFO][Bot #1][09/08 05:10:41 PM]: destination: [x=2939, y=3154, z=0] [INFO][Bot #1][09/08 05:10:52 PM]: WebWalkingEvent; We have reached the final destination! [INFO][Bot #1][09/08 05:10:52 PM]: webwalkevent status: FINISHED [INFO][Bot #1][09/08 05:10:53 PM]: position: [x=2938, y=3152, z=0]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:10:53 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:10:53 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:10:53 PM]: complaining about customs officer [INFO][Bot #1][09/08 05:10:53 PM]: talking to luthas [INFO][Bot #1][09/08 05:10:53 PM]: talking [[x=2939, y=3154, z=0]] [Luthas] [[2]] [INFO][Bot #1][09/08 05:10:53 PM]: interacting with: org.osbot.rs07.api.model.NPC@68da0285 [INFO][Bot #1][09/08 05:10:55 PM]: continuing [INFO][Bot #1][09/08 05:10:55 PM]: position: [x=2939, y=3155, z=0]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:10:55 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:10:55 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:10:55 PM]: complaining about customs officer [INFO][Bot #1][09/08 05:10:55 PM]: talking to luthas [INFO][Bot #1][09/08 05:10:55 PM]: talking [[x=2939, y=3154, z=0]] [Luthas] [[2]] [INFO][Bot #1][09/08 05:10:55 PM]: completing dialogue [INFO][Bot #1][09/08 05:10:59 PM]: position: [x=2939, y=3155, z=0]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:10:59 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:10:59 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:10:59 PM]: seeking employment [INFO][Bot #1][09/08 05:10:59 PM]: talking to luthas [INFO][Bot #1][09/08 05:10:59 PM]: talking [[x=2939, y=3154, z=0]] [Luthas] [[1]] [INFO][Bot #1][09/08 05:10:59 PM]: interacting with: org.osbot.rs07.api.model.NPC@68da0285 [INFO][Bot #1][09/08 05:11:01 PM]: continuing [INFO][Bot #1][09/08 05:11:01 PM]: position: [x=2939, y=3155, z=0]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:11:01 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:11:01 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:11:01 PM]: seeking employment [INFO][Bot #1][09/08 05:11:01 PM]: talking to luthas [INFO][Bot #1][09/08 05:11:01 PM]: talking [[x=2939, y=3154, z=0]] [Luthas] [[1]] [INFO][Bot #1][09/08 05:11:01 PM]: completing dialogue [INFO][Bot #1][09/08 05:11:05 PM]: position: [x=2939, y=3155, z=0]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:11:05 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:11:05 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:11:05 PM]: placing rum in crate [INFO][Bot #1][09/08 05:11:05 PM]: walking to position [x=2943, y=3151, z=0] [INFO][Bot #1][09/08 05:11:05 PM]: destination: [x=2942, y=3152, z=0] [INFO][Bot #1][09/08 05:11:07 PM]: interrupting webwalkevent [INFO][Bot #1][09/08 05:11:07 PM]: webwalkevent status: FAILED [INFO][Bot #1][09/08 05:11:07 PM]: rotating camera to top [INFO][Bot #1][09/08 05:11:15 PM]: position: [x=2942, y=3152, z=0]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:11:15 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:11:15 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:11:15 PM]: placing rum in crate [INFO][Bot #1][09/08 05:11:18 PM]: continuing [INFO][Bot #1][09/08 05:11:18 PM]: position: [x=2943, y=3152, z=0]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:11:18 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:11:18 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:11:18 PM]: filling crate with bananas [INFO][Bot #1][09/08 05:11:20 PM]: continuing [INFO][Bot #1][09/08 05:11:20 PM]: position: [x=2943, y=3152, z=0]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:11:20 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:11:20 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:11:20 PM]: collecting payment from luthas [INFO][Bot #1][09/08 05:11:29 PM]: position: [x=2940, y=3154, z=0]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:11:29 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:11:29 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:11:29 PM]: wearing white apron [INFO][Bot #1][09/08 05:11:33 PM]: position: [x=2940, y=3154, z=0]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:11:33 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:11:33 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:11:33 PM]: wearing white apron [INFO][Bot #1][09/08 05:11:35 PM]: position: [x=2940, y=3154, z=0]; next: Pirates Treasure; queue: 3; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][09/08 05:11:35 PM]: checking extra conditions: false true false 15 0 18 19 [INFO][Bot #1][09/08 05:11:35 PM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][09/08 05:11:35 PM]: talking to wydin [INFO][Bot #1][09/08 05:11:35 PM]: talking [[x=3015, y=3206, z=0]] [Wydin] [[4]] [INFO][Bot #1][09/08 05:11:35 PM]: walking to area: [[x=3006, y=3197, z=0], [x=3007, y=3197, z=0], [x=3008, y=3197, z=0], [x=3009, y=3197, z=0], [x=3010, y=3197, z=0], [x=3011, y=3197, z=0], [x=3012, y=3197, z=0], [x=3013, y=3197, z=0], [x=3014, y=3197, z=0], [x=3015, y=3197, z=0], [x=3016, y=3197, z=0], [x=3017, y=3197, z=0], [x=3018, y=3197, z=0], [x=3019, y=3197, z=0], [x=3020, y=3197, z=0], [x=3021, y=3197, z=0], [x=3022, y=3197, z=0], [x=3023, y=3197, z=0], [x=3024, y=3197, z=0], [x=3006, y=3198, z=0], [x=3007, y=3198, z=0], [x=3008, y=3198, z=0], [x=3009, y=3198, z=0], [x=3010, y=3198, z=0], [x=3011, y=3198, z=0], [x=3012, y=3198, z=0], [x=3013, y=3198, z=0], [x=3014, y=3198, z=0], [x=3015, y=3198, z=0], [x=3016, y=3198, z=0], [x=3017, y=3198, z=0], [x=3018, y=3198, z=0], [x=3019, y=3198, z=0], [x=3020, y=3198, z=0], [x=3021, y=3198, z=0], [x=3022, y=3198, z=0], [x=3023, y=3198, z=0], [x=3024, y=3198, z=0], [x=3006, y=3199, z=0], [x=3007, y=3199, z=0], [x=3008, y=3199, z=0], [x=3009, y=3199, z=0], [x=3010, y=3199, z=0], [x=3011, y=3199, z=0], [x=3012, y=3199, z=0], [x=3013, y=3199, z=0], [x=3014, y=3199, z=0], [x=3015, y=3199, z=0], [x=3016, y=3199, z=0], [x=3017, y=3199, z=0], [x=3018, y=3199, z=0], [x=3019, y=3199, z=0], [x=3020, y=3199, z=0], [x=3021, y=3199, z=0], [x=3022, y=3199, z=0], [x=3023, y=3199, z=0], [x=3024, y=3199, z=0], [x=3006, y=3200, z=0], [x=3007, y=3200, z=0], [x=3008, y=3200, z=0], [x=3009, y=3200, z=0], [x=3010, y=3200, z=0], [x=3011, y=3200, z=0], [x=3012, y=3200, z=0], [x=3013, y=3200, z=0], [x=3014, y=3200, z=0], [x=3015, y=3200, z=0], [x=3016, y=3200, z=0], [x=3017, y=3200, z=0], [x=3018, y=3200, z=0], [x=3019, y=3200, z=0], [x=3020, y=3200, z=0], [x=3021, y=3200, z=0], [x=3022, y=3200, z=0], [x=3023, y=3200, z=0], [x=3024, y=3200, z=0], [x=3006, y=3201, z=0], [x=3007, y=3201, z=0], [x=3008, y=3201, z=0], [x=3009, y=3201, z=0], [x=3010, y=3201, z=0], [x=3011, y=3201, z=0], [x=3012, y=3201, z=0], [x=3013, y=3201, z=0], [x=3014, y=3201, z=0], [x=3015, y=3201, z=0], [x=3016, y=3201, z=0], [x=3017, y=3201, z=0], [x=3018, y=3201, z=0], [x=3019, y=3201, z=0], [x=3020, y=3201, z=0], [x=3021, y=3201, z=0], [x=3022, y=3201, z=0], [x=3023, y=3201, z=0], [x=3024, y=3201, z=0], [x=3006, y=3202, z=0], [x=3007, y=3202, z=0], [x=3008, y=3202, z=0], [x=3009, y=3202, z=0], [x=3010, y=3202, z=0], [x=3011, y=3202, z=0], [x=3012, y=3202, z=0], [x=3013, y=3202, z=0], [x=3014, y=3202, z=0], [x=3015, y=3202, z=0], [x=3016, y=3202, z=0], [x=3017, y=3202, z=0], [x=3018, y=3202, z=0], [x=3019, y=3202, z=0], [x=3020, y=3202, z=0], [x=3021, y=3202, z=0], [x=3022, y=3202, z=0], [x=3023, y=3202, z=0], [x=3024, y=3202, z=0], [x=3006, y=3203, z=0], [x=3007, y=3203, z=0], [x=3008, y=3203, z=0], [x=3009, y=3203, z=0], [x=3010, y=3203, z=0], [x=3011, y=3203, z=0], [x=3012, y=3203, z=0], [x=3013, y=3203, z=0], [x=3014, y=3203, z=0], [x=3015, y=3203, z=0], [x=3016, y=3203, z=0], [x=3017, y=3203, z=0], [x=3018, y=3203, z=0], [x=3019, y=3203, z=0], [x=3020, y=3203, z=0], [x=3021, y=3203, z=0], [x=3022, y=3203, z=0], [x=3023, y=3203, z=0], [x=3024, y=3203, z=0], [x=3006, y=3204, z=0], [x=3007, y=3204, z=0], [x=3008, y=3204, z=0], [x=3009, y=3204, z=0], [x=3010, y=3204, z=0], [x=3011, y=3204, z=0], [x=3012, y=3204, z=0], [x=3013, y=3204, z=0], [x=3014, y=3204, z=0], [x=3015, y=3204, z=0], [x=3016, y=3204, z=0], [x=3017, y=3204, z=0], [x=3018, y=3204, z=0], [x=3019, y=3204, z=0], [x=3020, y=3204, z=0], [x=3021, y=3204, z=0], [x=3022, y=3204, z=0], [x=3023, y=3204, z=0], [x=3024, y=3204, z=0], [x=3006, y=3205, z=0], [x=3007, y=3205, z=0], [x=3008, y=3205, z=0], [x=3009, y=3205, z=0], [x=3010, y=3205, z=0], [x=3011, y=3205, z=0], [x=3012, y=3205, z=0], [x=3013, y=3205, z=0], [x=3014, y=3205, z=0], [x=3015, y=3205, z=0], [x=3016, y=3205, z=0], [x=3017, y=3205, z=0], [x=3018, y=3205, z=0], [x=3019, y=3205, z=0], [x=3020, y=3205, z=0], [x=3021, y=3205, z=0], [x=3022, y=3205, z=0], [x=3023, y=3205, z=0], [x=3024, y=3205, z=0], [x=3006, y=3206, z=0], [x=3007, y=3206, z=0], [x=3008, y=3206, z=0], [x=3009, y=3206, z=0], [x=3010, y=3206, z=0], [x=3011, y=3206, z=0], [x=3012, y=3206, z=0], [x=3013, y=3206, z=0], [x=3014, y=3206, z=0], [x=3015, y=3206, z=0], [x=3016, y=3206, z=0], [x=3017, y=3206, z=0], [x=3018, y=3206, z=0], [x=3019, y=3206, z=0], [x=3020, y=3206, z=0], [x=3021, y=3206, z=0], [x=3022, y=3206, z=0], [x=3023, y=3206, z=0], [x=3024, y=3206, z=0], [x=3006, y=3207, z=0], [x=3007, y=3207, z=0], [x=3008, y=3207, z=0], [x=3009, y=3207, z=0], [x=3010, y=3207, z=0], [x=3011, y=3207, z=0], [x=3012, y=3207, z=0], [x=3013, y=3207, z=0], [x=3014, y=3207, z=0], [x=3015, y=3207, z=0], [x=3016, y=3207, z=0], [x=3017, y=3207, z=0], [x=3018, y=3207, z=0], [x=3019, y=3207, z=0], [x=3020, y=3207, z=0], [x=3021, y=3207, z=0], [x=3022, y=3207, z=0], [x=3023, y=3207, z=0], [x=3024, y=3207, z=0], [x=3006, y=3208, z=0], [x=3007, y=3208, z=0], [x=3008, y=3208, z=0], [x=3009, y=3208, z=0], [x=3010, y=3208, z=0], [x=3011, y=3208, z=0], [x=3012, y=3208, z=0], [x=3013, y=3208, z=0], [x=3014, y=3208, z=0], [x=3015, y=3208, z=0], [x=3016, y=3208, z=0], [x=3017, y=3208, z=0], [x=3018, y=3208, z=0], [x=3019, y=3208, z=0], [x=3020, y=3208, z=0], [x=3021, y=3208, z=0], [x=3022, y=3208, z=0], [x=3023, y=3208, z=0], [x=3024, y=3208, z=0], [x=3006, y=3209, z=0], [x=3007, y=3209, z=0], [x=3008, y=3209, z=0], [x=3009, y=3209, z=0], [x=3010, y=3209, z=0], [x=3011, y=3209, z=0], [x=3012, y=3209, z=0], [x=3013, y=3209, z=0], [x=3014, y=3209, z=0], [x=3015, y=3209, z=0], [x=3016, y=3209, z=0], [x=3017, y=3209, z=0], [x=3018, y=3209, z=0], [x=3019, y=3209, z=0], [x=3020, y=3209, z=0], [x=3021, y=3209, z=0], [x=3022, y=3209, z=0], [x=3023, y=3209, z=0], [x=3024, y=3209, z=0], [x=3006, y=3210, z=0], [x=3007, y=3210, z=0], [x=3008, y=3210, z=0], [x=3009, y=3210, z=0], [x=3010, y=3210, z=0], [x=3011, y=3210, z=0], [x=3012, y=3210, z=0], [x=3013, y=3210, z=0], [x=3014, y=3210, z=0], [x=3015, y=3210, z=0], [x=3016, y=3210, z=0], [x=3017, y=3210, z=0], [x=3018, y=3210, z=0], [x=3019, y=3210, z=0], [x=3020, y=3210, z=0], [x=3021, y=3210, z=0], [x=3022, y=3210, z=0], [x=3023, y=3210, z=0], [x=3024, y=3210, z=0], [x=3006, y=3211, z=0], [x=3007, y=3211, z=0], [x=3008, y=3211, z=0], [x=3009, y=3211, z=0], [x=3010, y=3211, z=0], [x=3011, y=3211, z=0], [x=3012, y=3211, z=0], [x=3013, y=3211, z=0], [x=3014, y=3211, z=0], [x=3015, y=3211, z=0], [x=3016, y=3211, z=0], [x=3017, y=3211, z=0], [x=3018, y=3211, z=0], [x=3019, y=3211, z=0], [x=3020, y=3211, z=0], [x=3021, y=3211, z=0], [x=3022, y=3211, z=0], [x=3023, y=3211, z=0], [x=3024, y=3211, z=0], [x=3006, y=3212, z=0], [x=3007, y=3212, z=0], [x=3008, y=3212, z=0], [x=3009, y=3212, z=0], [x=3010, y=3212, z=0], [x=3011, y=3212, z=0], [x=3012, y=3212, z=0], [x=3013, y=3212, z=0], [x=3014, y=3212, z=0], [x=3015, y=3212, z=0], [x=3016, y=3212, z=0], [x=3017, y=3212, z=0], [x=3018, y=3212, z=0], [x=3019, y=3212, z=0], [x=3020, y=3212, z=0], [x=3021, y=3212, z=0], [x=3022, y=3212, z=0], [x=3023, y=3212, z=0], [x=3024, y=3212, z=0], [x=3006, y=3213, z=0], [x=3007, y=3213, z=0], [x=3008, y=3213, z=0], [x=3009, y=3213, z=0], [x=3010, y=3213, z=0], [x=3011, y=3213, z=0], [x=3012, y=3213, z=0], [x=3013, y=3213, z=0], [x=3014, y=3213, z=0], [x=3015, y=3213, z=0], [x=3016, y=3213, z=0], [x=3017, y=3213, z=0], [x=3018, y=3213, z=0], [x=3019, y=3213, z=0], [x=3020, y=3213, z=0], [x=3021, y=3213, z=0], [x=3022, y=3213, z=0], [x=3023, y=3213, z=0], [x=3024, y=3213, z=0], [x=3006, y=3214, z=0], [x=3007, y=3214, z=0], [x=3008, y=3214, z=0], [x=3009, y=3214, z=0], [x=3010, y=3214, z=0], [x=3011, y=3214, z=0], [x=3012, y=3214, z=0], [x=3013, y=3214, z=0], [x=3014, y=3214, z=0], [x=3015, y=3214, z=0], [x=3016, y=3214, z=0], [x=3017, y=3214, z=0], [x=3018, y=3214, z=0], [x=3019, y=3214, z=0], [x=3020, y=3214, z=0], [x=3021, y=3214, z=0], [x=3022, y=3214, z=0], [x=3023, y=3214, z=0], [x=3024, y=3214, z=0], [x=3006, y=3215, z=0], [x=3007, y=3215, z=0], [x=3008, y=3215, z=0], [x=3009, y=3215, z=0], [x=3010, y=3215, z=0], [x=3011, y=3215, z=0], [x=3012, y=3215, z=0], [x=3013, y=3215, z=0], [x=3014, y=3215, z=0], [x=3015, y=3215, z=0], [x=3016, y=3215, z=0], [x=3017, y=3215, z=0], [x=3018, y=3215, z=0], [x=3019, y=3215, z=0], [x=3020, y=3215, z=0], [x=3021, y=3215, z=0], [x=3022, y=3215, z=0], [x=3023, y=3215, z=0], [x=3024, y=3215, z=0]] [INFO][Bot #1][09/08 05:11:35 PM]: walking to position [x=3015, y=3206, z=0] [INFO][Bot #1][09/08 05:11:35 PM]: destination: [x=3015, y=3206, z=0] Saw a pirate's treasure quest bug live, he looked like he clicked the apron to equip but didn't equip it, then he clicked on the NPC after. Basically he didn't equip the apron and I had to equip it manually for him to continue. Pirate's treasure bugs a lot like this I think, not sure what else is doing it.
-
Is the ;afk_sessions=true;min_afk_frequency=1;max_afk_frequency=3;min_afk_duration=1;max_afk_duration=2; features working? Can't tell if they're taking breaks or not.
-
Bug report, Using script to get NMZ points in the beginning, using prayer potions along with super combat potions. Everytime he uses a prayer potion, he uses a super combat potion right away, even if it's on a timer or not. So far, he drank like 6 doses of super combat potion in 10 minutes.
-
will adding money to coffer be added ever??
-
I used it with magic and it forgot the runes
-
Please fix using ranged when doing multiple quests. I have 5k mithril bolts in my bank, but it only withdraws 500, and then itll do a bunch of quests and run out, it doesn't try to restock before doing another quest.
-
[INFO][Bot #1][04/20 04:33:50 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:33:50 AM]: placing rum in crate [INFO][Bot #1][04/20 04:33:57 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:33:57 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:33:57 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:33:57 AM]: placing rum in crate [INFO][Bot #1][04/20 04:34:05 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:34:05 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:34:05 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:34:05 AM]: placing rum in crate [INFO][Bot #1][04/20 04:34:13 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:34:13 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:34:13 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:34:13 AM]: placing rum in crate [INFO][Bot #1][04/20 04:34:21 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:34:21 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:34:21 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:34:21 AM]: placing rum in crate [INFO][Bot #1][04/20 04:34:29 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:34:29 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:34:29 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:34:29 AM]: placing rum in crate [INFO][Bot #1][04/20 04:34:37 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:34:37 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:34:37 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:34:37 AM]: placing rum in crate [INFO][Bot #1][04/20 04:34:45 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:34:45 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:34:45 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:34:45 AM]: placing rum in crate [INFO][Bot #1][04/20 04:34:53 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:34:53 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:34:53 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:34:53 AM]: placing rum in crate [INFO][Bot #1][04/20 04:35:00 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:35:00 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:35:00 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:35:00 AM]: placing rum in crate [INFO][Bot #1][04/20 04:35:08 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:35:08 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:35:08 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:35:08 AM]: placing rum in crate [INFO][Bot #1][04/20 04:35:16 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:35:16 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:35:16 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:35:16 AM]: placing rum in crate [INFO][Bot #1][04/20 04:35:24 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:35:24 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:35:24 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:35:24 AM]: placing rum in crate [INFO][Bot #1][04/20 04:35:32 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:35:32 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:35:32 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:35:32 AM]: placing rum in crate [INFO][Bot #1][04/20 04:35:40 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:35:40 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:35:40 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:35:40 AM]: placing rum in crate [INFO][Bot #1][04/20 04:35:48 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:35:48 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:35:48 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:35:48 AM]: placing rum in crate [INFO][Bot #1][04/20 04:35:56 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:35:56 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:35:56 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:35:56 AM]: placing rum in crate [INFO][Bot #1][04/20 04:36:04 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:36:04 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:36:04 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:36:04 AM]: placing rum in crate [INFO][Bot #1][04/20 04:36:12 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:36:12 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:36:12 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:36:12 AM]: placing rum in crate [INFO][Bot #1][04/20 04:36:19 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:36:19 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:36:19 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:36:19 AM]: placing rum in crate [INFO][Bot #1][04/20 04:36:27 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:36:27 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:36:27 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:36:27 AM]: placing rum in crate [INFO][Bot #1][04/20 04:36:35 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:36:35 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:36:35 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:36:35 AM]: placing rum in crate [INFO][Bot #1][04/20 04:36:43 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:36:43 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:36:43 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:36:43 AM]: placing rum in crate [INFO][Bot #1][04/20 04:36:51 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:36:51 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:36:51 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:36:51 AM]: placing rum in crate [INFO][Bot #1][04/20 04:36:59 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:36:59 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:36:59 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:36:59 AM]: placing rum in crate [INFO][Bot #1][04/20 04:37:06 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:37:06 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:37:06 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:37:06 AM]: placing rum in crate [INFO][Bot #1][04/20 04:37:14 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:37:14 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:37:14 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:37:14 AM]: placing rum in crate [INFO][Bot #1][04/20 04:37:22 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:37:22 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:37:22 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:37:22 AM]: placing rum in crate [INFO][Bot #1][04/20 04:37:30 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:37:30 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:37:30 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:37:30 AM]: placing rum in crate [INFO][Bot #1][04/20 04:37:38 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:37:38 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:37:38 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:37:38 AM]: placing rum in crate [INFO][Bot #1][04/20 04:37:46 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:37:46 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:37:46 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:37:46 AM]: placing rum in crate [INFO][Bot #1][04/20 04:37:54 AM]: position: [x=2942, y=3151, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/20 04:37:54 AM]: checking extra conditions: false true false 17 0 18 16 [INFO][Bot #1][04/20 04:37:54 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/20 04:37:54 AM]: placing rum in crate [INFO][Bot #1][04/20 04:37:56 AM]: sleep interrupted [INFO][Bot #1][04/20 04:37:56 AM]: Script Stealth Quester has paused!
-
pirates treasure [INFO][Bot #1][04/13 10:24:57 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:24:57 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:24:57 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:24:57 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:24:57 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:25:01 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:25:02 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:25:02 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:25:02 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:25:02 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:25:06 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:25:07 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:25:07 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:25:07 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:25:07 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:25:11 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:25:11 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:25:11 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:25:11 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:25:11 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:25:17 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:25:17 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:25:17 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:25:17 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:25:17 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:25:22 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:25:22 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:25:22 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:25:22 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:25:22 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:25:27 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:25:28 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:25:28 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:25:28 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:25:28 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:25:32 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:25:33 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:25:33 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:25:33 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:25:33 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:25:37 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:25:38 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:25:38 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:25:38 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:25:38 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:25:42 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:25:43 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:25:43 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:25:43 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:25:43 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:25:47 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:25:47 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:25:47 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:25:47 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:25:48 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:25:52 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:25:52 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:25:52 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:25:52 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:25:52 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:25:57 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:25:58 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:25:58 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:25:58 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:25:58 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:26:02 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:26:03 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:26:03 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:26:03 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:26:03 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:26:07 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:26:08 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:26:08 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:26:08 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:26:08 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:26:12 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:26:13 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:26:13 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:26:13 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:26:13 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:26:16 AM]: sleep interrupted [INFO][Bot #1][04/13 10:26:16 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:26:16 AM]: Script Stealth Quester has paused! [INFO][Bot #1][04/13 10:26:19 AM]: Script Stealth Quester has resumed! [INFO][Bot #1][04/13 10:26:19 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:26:19 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:26:19 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:26:19 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:26:25 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:26:25 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:26:25 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:26:25 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:26:25 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:26:30 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:26:30 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:26:30 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:26:30 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:26:30 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:26:34 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:26:35 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:26:35 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:26:35 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:26:35 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:26:41 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:26:41 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:26:41 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:26:41 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:26:41 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:26:46 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:26:46 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:26:46 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:26:46 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:26:46 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:26:51 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:26:52 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:26:52 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:26:52 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:26:52 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:26:57 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:26:57 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:26:57 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:26:57 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:26:57 AM]: collecting payment from luthas [INFO][Bot #1][04/13 10:27:01 AM]: failed to get paid: 1970 == 1970 [INFO][Bot #1][04/13 10:27:02 AM]: position: [x=2939, y=3154, z=0]; next: Pirates Treasure; queue: 1; member: false; mirror: false; input: false, resized: false [INFO][Bot #1][04/13 10:27:02 AM]: checking extra conditions: false true false 17 0 20 23 [INFO][Bot #1][04/13 10:27:02 AM]: running quest: Pirates Treasure; current stage: 1 [INFO][Bot #1][04/13 10:27:02 AM]: collecting payment from luthas
-
did you try uninstalling the jagex launcher like I posted earlier here?
-
uninstall launcher and OSRS. Here's the old installer for normal client. https://www.runescape.com/downloads/oldschool.msi just install, if it doesn't work right off the bat, use the OSRS cleaner tool after uninstalling launcher and OSRS and do complete removal. *Have had accounts locked after using this because it thinks its a brand new computer -As in you have to unlock, email verification and change password, just a warning.-*
-
It made me this autohotkey script to left click cows using "cow.png", never tested it. Doubt it would work just based off of that one image but still kinda funny how detailed it went when asked. #NoEnv CoordMode, Mouse, Relative SetWorkingDir %A_ScriptDir% LoadLibrary("libsikulixapi.dll") global s, r s := Sikulix_Start() Random, randSleep1, 800, 2000 Random, randSleep2, 1500, 3000 Random, randSleep3, 2500, 5000 Random, randSleep4, 1000, 2000 Random, randSleep5, 500, 1500 Random, randSleep6, 800, 2500 Random, randSleep7, 2000, 4000 Loop { IfWinExist, runelite.exe { WinActivate, runelite.exe Random, randMouseMove1, -10, 10 Random, randMouseMove2, -10, 10 MouseMove, randMouseMove1, randMouseMove2, 50, R Sleep randSleep1 r := s.Find("cow.png") If r <> 0 { x := r.x + (r.w / 2) y := r.y + (r.h / 2) Random, randMouseMove3, -20, 20 Random, randMouseMove4, -20, 20 MouseMove, x + randMouseMove3, y + randMouseMove4, 50, R Sleep randSleep2 Random, randClick1, 100, 300 Random, randClick2, 50, 150 MouseClick, left, randClick1, randClick2, 0, 0, R Sleep randSleep3 Random, randMouseMove5, -15, 15 Random, randMouseMove6, -15, 15 MouseMove, randMouseMove5, randMouseMove6, 50, R Random, randMouseMove7, -3, 3 Random, randMouseMove8, -3, 3 MouseMove, randMouseMove7, randMouseMove8, 50, R Random, randMouseMove9, -5, 5 Random, randMouseMove10, -5, 5 MouseMove, randMouseMove9, randMouseMove10, 50, R Random, randMouseMove11, -3, 3 Random, randMouseMove12, -3, 3 MouseMove, randMouseMove11, randMouseMove12, 50, R Sleep randSleep4 Random, randMouseMove13, -10, 10 Random, randMouseMove14, -10, 10 MouseMove, randMouseMove13, randMouseMove14, 50, R } Sleep randSleep5 Random, randMouseMove15, -5, 5 Random, randMouseMove16, -5, 5 MouseMove, randMouseMove15, randMouseMove16, 50, R Sleep randSleep6 Random, randMouseMove17, -10, 10 Random, randMouseMove18, -10, 10 MouseMove, randMouseMove17, randMouseMove18, 50, R Sleep randSleep7 } } Sikulix_Stop(s) LoadLibrary(name) { static file if (file = "") file := DllCall("kernel32\GetModuleHandle", "str", name, "ptr") return file } Sikulix_Start() { Global s, r, hBmp s := {} s.RunCmd := Func("Sikulix_RunCmd") s.Find := Func("Sikulix_Find") s.Stop := Func("Sikulix_Stop") VarSetCapacity(bi, 40, 0) NumPut(40, bi, 0, "UInt") ;BITMAPINFOHEADER.biSize NumPut(1, bi, 4, "Int") ;BITMAPINFOHEADER.biPlanes NumPut(32, bi, 14, "UShort") ;BITMAPINFOHEADER.biBitCount hBmp := CreateDIBSection(0, &bi, 0, &Bits, 0, 0) hdc := CreateCompatibleDC(0) SelectObject(hdc, hBmp) ReleaseDC(0, hdc) return s } Sikulix_Stop(s) { Global hBmp DeleteObject(hBmp) } Sikulix_RunCmd(cmd) { run, %comspec% /c %cmd%, , hide return ErrorLevel } Sikulix_Find(img, timeout:=0) { Global s, r, hBmp, Bits if (IsObject(img)) { if img.hWnd := WinExist(img.Title . " ahk_id " . img.hWnd) img.Left := img.Top := 0 else img := ImageCreate(img) } else if (InStr(img, "\")) img := ImageCreate(img) else if (!s.defImg || !s.defImg.Title) { MsgBox, 262180, Sikulix, Select default image (cancel to skip): IfMsgBox OK s.defImg := ImageSelect() else s.defImg := {} } if (IsObject(s.defImg)) img := ImageFind(s.defImg, timeout, 1) if (!IsObject(img)) { MsgBox, 16, Sikulix, Image not found:%A_Space%%A_Space%%A_Space%%A_Space% return 0 } VarSetCapacity(ar, 16, 0) NumPut(16, ar, 0, "UInt") ;BITMAPFILEHEADER.bfSize NumPut(19778, ar, 0, "UShort") ;BITMAPFILEHEADER.bfType NumPut(54, ar, 2, "UInt") ;BITMAPFILEHEADER.bfOffBits NumPut(40, ar, 14, "UInt") ;BITMAPINFOHEADER.biSize NumPut(img.W, ar, 4, "Int") ;BITMAPINFOHEADER.biWidth NumPut(img.H, ar, 8, "Int") ;BITMAPINFOHEADER.biHeight NumPut(1, ar, 12, "UShort") ;BITMAPINFOHEADER.biPlanes NumPut(32, ar, 14, "UShort") ;BITMAPINFOHEADER.biBitCount NumPut(3, ar, 28, "UInt") ;BITMAPINFOHEADER.biCompression hdc := CreateCompatibleDC(0) hBmp1 := CreateDIBSection(0, &bi, 0, &Bits1, 0, 0) SelectObject(hdc, hBmp) BitBlt(hdc, 0, 0, img.W, img.H, img.hDC, 0, 0, SRCCOPY) dc := CreateCompatibleDC(0) SelectObject(dc, hBmp1) c := DllCall("gdi32\GetDIBits", "ptr", hdc, "uint", 0, "uint", img.H, "ptr", &Bits1, "ptr", &bi, "uint", 0) VarSetCapacity(bi1, 40, 0) NumPut(40, bi1, 0, "UInt") ;BITMAPINFOHEADER.biSize NumPut(1, bi1, 4, "Int") ;BITMAPINFOHEADER.biPlanes NumPut(32, bi1, 14, "UShort") ;BITMAPINFOHEADER.biBitCount hBmp2 := CreateDIBSection(0, &bi1, 0, &Bits2, 0, 0) SelectObject(dc, hBmp2) DllCall("gdi32\SetStretchBltMode", "ptr", dc, "int", 4) StretchBlt(dc, 0, 0, img.W * 2, img.H * 2, hdc, 0, 0, img.W, img.H, SRCCOPY) c := DllCall("gdi32\GetDIBits", "ptr", dc, "uint", 0, "uint", img.H * 2, "ptr", &Bits2, "ptr", &bi1, "uint", 0) DllCall("gdi32\DeleteDC", "ptr", hdc) DllCall("gdi32\DeleteDC", "ptr", dc) DllCall("gdi32\DeleteObject", "ptr", hBmp1) DllCall("gdi32\DeleteObject", "ptr", hBmp2) row1 := img.H * 2 - 1, row2 := img.H * 2 - 2, top := img.H * 2 for y, x in img.TranspPos DllCall("gdi32\SetPixelV", "ptr", img.hDC, "int", x, "int", y, "uint", 0xFFFFFF) x := 0, y := 0 Loop % img.W * 2 * img.H * 2 { if !(A_Index % (img.W * 2)) x := 0, y += 1 r1 := NumGet(Bits1, (row1 - y) * ((img.W * 2 * 32 + 31) >> 5) + (x * 32), "UInt") r2 := NumGet(Bits2, (row2 - y) * ((img.W * 2 * 32 + 31) >> 5) + (x * 32), "UInt") if (r1 & r2) img.TranspPos.Insert(x, top - y) x += 1 } img.W := img.W * 2, img.H := img.H * 2 img.hDC := hdc img.W := img.W * 2, img.H := img.H * 2 img.hDC := hdc ; Apply human-like anti-ban to the mouse clicks Random, randDelay, % (2000 - 1000) + 1 + 1000 ; Random delay between 1 to 2 seconds Sleep, randDelay ; Randomize the mouse movement within a range of 20 pixels to simulate human-like jittering Random, randX, % 20 Random, randY, % 20 CoordMode, Mouse, Screen MouseMove, img.TranspPos[1]+randX, img.TranspPos[2]+randY, 50 ; Randomize the mouse click position within a range of 10 pixels Random, randClickX, % 10 Random, randClickY, % 10 Click, % "Left", img.TranspPos[1]+randClickX, img.TranspPos[2]+randClickY, 1, 0 ; Randomize the delay after each click to simulate human-like clicking pattern Random, randClickDelay, % (500 - 200) + 1 + 200 ; Random delay between 0.2 to 0.5 seconds Sleep, randClickDelay ; Randomize the mouse movement again after the click Random, randMoveX, % 20 Random, randMoveY, % 20 CoordMode, Mouse, Screen MouseMove, img.TranspPos[1]+randMoveX, img.TranspPos[2]+randMoveY, 50 Return }
-
Every time I run a bunch of new accounts with a few f2p quests, I always seem to have a problem at pirates treasure. He always gets stuck talking to the employment guy over and over again, not sure what's happening, but its been happening for a while and kinda surprised it hasnt been fixed but I guess maybe no one has reported it? It doesn't happen all the time but it does feel like it happens too often to the point where I think its some sort of bug. I always just catch him constantly talking to the NPC about the job thing.
-
Btw, when taking breaks, the script doesn't log out automatically, it waits until the timer logs it out, not sure if that's intentional or not. Was hoping you can just make it log out as soon as the break starts.
-
can I get a trial please?
-
2 days max, 6 hours minimum.
-
my bad guess it was bugging out, had to restart osbot, working fine ^^.
-
Still getting banned, was wondering why OSbot break times aren't working, are they disabled with your script?
-
can I get a trial please?
-
The account you are logged into has already completed the quest.