Logi Posted October 20, 2020 Share Posted October 20, 2020 Also after dropping fish it waits for like 5 seconds (in right click mode) before carrying on - see pic Quote Link to post Share on other sites
Logi Posted October 20, 2020 Share Posted October 20, 2020 EDIT: Here's the issue that arises when a message comes up to learn something new: Quote Link to post Share on other sites
Logi Posted October 20, 2020 Share Posted October 20, 2020 Just a quick bug report, if the bot get stuck selecting a fish it has an absolute crazy time trying to drop the rest of the fishies - sorry i dont have a video 😞 Quote Link to post Share on other sites
Mellow Posted October 20, 2020 Share Posted October 20, 2020 Account tends to run around like a spast between point A and point B when his fishingspot dissapears Quote Link to post Share on other sites
Proto Posted October 20, 2020 Share Posted October 20, 2020 2 hours ago, Mellow said: Account tends to run around like a spast between point A and point B when his fishingspot dissapears Couldn't replicate but added an extra check 🙂 4 hours ago, Logi said: Just a quick bug report, if the bot get stuck selecting a fish it has an absolute crazy time trying to drop the rest of the fishies - sorry i dont have a video 😞 Added a check for selected fish 🙂 13 hours ago, Logi said: EDIT: Here's the issue that arises when a message comes up to learn something new: Added a check, let me know if it works 😄 13 hours ago, Logi said: Also after dropping fish it waits for like 5 seconds (in right click mode) before carrying on - see pic Should be fixed now 🙂 Quote Link to post Share on other sites
Mellow Posted October 20, 2020 Share Posted October 20, 2020 Yh i mean it doesn't happen like every single time but sometimes it will run inbetween the spots for like a solid 2 minutes. Like it clicks on the map at the position of the spot it wants to run to but then before arriving there it will click on the map again but only this time it clicks at the location of the last spot. @Proto Quote Link to post Share on other sites
Zammyking111 Posted October 20, 2020 Share Posted October 20, 2020 Description: Doesn't Deposit Into Bank - Fixed Mode - Re-Create: Let Run Until Inventory Full, Ran to Bank ( Opened Window ) - Didn't Deposit. https://gyazo.com/9d1937434c2177e1118fc5839baf976b Quote Link to post Share on other sites
Zammyking111 Posted October 21, 2020 Share Posted October 21, 2020 Catherby - Lobster - Fixed Mode - Immediately Banks Everything, and then STOPS Script. https://gyazo.com/20ca9c33e4aeaa6f2a2d2097e404f88f Quote Link to post Share on other sites
Proto Posted October 22, 2020 Share Posted October 22, 2020 On 10/21/2020 at 6:21 PM, Zammyking111 said: Catherby - Lobster - Fixed Mode - Immediately Banks Everything, and then STOPS Script. https://gyazo.com/20ca9c33e4aeaa6f2a2d2097e404f88f I changed it once.... now it's back to what it was before lmao On 10/20/2020 at 8:37 PM, Mellow said: Yh i mean it doesn't happen like every single time but sometimes it will run inbetween the spots for like a solid 2 minutes. Like it clicks on the map at the position of the spot it wants to run to but then before arriving there it will click on the map again but only this time it clicks at the location of the last spot. @Proto Added some more checks and sleeps, lemme know how it goes On 10/20/2020 at 8:55 PM, Zammyking111 said: Description: Doesn't Deposit Into Bank - Fixed Mode - Re-Create: Let Run Until Inventory Full, Ran to Bank ( Opened Window ) - Didn't Deposit. https://gyazo.com/9d1937434c2177e1118fc5839baf976b Added some extra validation and seems to work a bit better now, but when it's afk waiting in bank, it might be related to an api bug I reported to chet/suko. It should bank at the end of it all though now 😄 Updates will be pushed soon, also added some more code to check for feathers/bait. You should be able to just start the script, it will go to the closest bank and get equipment and bait 🙂 Pls test tho, it worked for me at barbarian fishing Quote Link to post Share on other sites
Global Moderators Euan Posted October 23, 2020 Global Moderators Share Posted October 23, 2020 Bug Description: When logged out after 6 hours and logged back in it seems to reset the bank/drop tick and goes to bank. How to recreate the bug: Barb fishing; hit the limit. And it went to bank even though before it was dropping. Screenshots/Videos/GIF: 2# Bug Description: Barb fishing currently doesn't have a preset tick for drop/bank when selected in the GUI How to recreate the bug: Screenshots/Videos/GIF: 3# Bug Description: No longer does anything after dropping first batch at barb How to recreate the bug: Screenshots/Videos/GIF: Quote Link to post Share on other sites
Wesh Posted October 24, 2020 Share Posted October 24, 2020 (edited) Bug Description: When I fish at Barbarian Village on trout or salmon (Fly fishing), it fishes 1 inventory, drops it and then doe's nothing anymore. How to recreate the bug: Get feathers, a fly rod and get to barbarian village to catch a inventory of fish! Screenshots/Videos/GIF: -- Edit: Sorry just seen Euan posting the same bug above, excuse me for doublepost.. Edited October 24, 2020 by Wesh Quote Link to post Share on other sites
Zammyking111 Posted October 26, 2020 Share Posted October 26, 2020 [code] [10:11:51.410][ERROR][ScriptTaskContainer][15756] Error during executing task: 'com.epicbot.api.shared.script.LoopScript$LoopTask' java.lang.ArrayIndexOutOfBoundsException: 0 at com.epicbot.proto.ProFisher.tasks.normal.normal.bankFish(normal.java:212) at com.epicbot.proto.ProFisher.tasks.normal.normal.run(normal.java:55) at com.epicbot.proto.ProFisher.main.loop(main.java:117) at com.epicbot.api.shared.script.LoopScript$LoopTask.run(vv:40) at com.epicbot.api.shared.script.ScriptTaskContainer.runTask(gr:74) at com.epicbot.api.shared.script.ScriptTaskContainer.run(gr:170) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [/code] But still ran, and is still running at. - Fixed Mode - Lobsters - Catherby https://gyazo.com/8445e345b4bcd00b2b9ea79f2b2371fa Quote Link to post Share on other sites
Proto Posted October 26, 2020 Share Posted October 26, 2020 5 hours ago, Zammyking111 said: [code] [10:11:51.410][ERROR][ScriptTaskContainer][15756] Error during executing task: 'com.epicbot.api.shared.script.LoopScript$LoopTask' java.lang.ArrayIndexOutOfBoundsException: 0 at com.epicbot.proto.ProFisher.tasks.normal.normal.bankFish(normal.java:212) at com.epicbot.proto.ProFisher.tasks.normal.normal.run(normal.java:55) at com.epicbot.proto.ProFisher.main.loop(main.java:117) at com.epicbot.api.shared.script.LoopScript$LoopTask.run(vv:40) at com.epicbot.api.shared.script.ScriptTaskContainer.runTask(gr:74) at com.epicbot.api.shared.script.ScriptTaskContainer.run(gr:170) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [/code] But still ran, and is still running at. - Fixed Mode - Lobsters - Catherby https://gyazo.com/8445e345b4bcd00b2b9ea79f2b2371fa Should be fixed now 😄 Quote Link to post Share on other sites
Zammyking111 Posted October 26, 2020 Share Posted October 26, 2020 [19:30:27.882][ERROR][ScriptTaskContainer][636] Error during executing task: 'com.epicbot.api.shared.script.LoopScript$LoopTask' java.lang.ArrayIndexOutOfBoundsException: 0 at com.epicbot.proto.ProFisher.tasks.normal.normal.bankFish(normal.java:212) at com.epicbot.proto.ProFisher.tasks.normal.normal.run(normal.java:55) at com.epicbot.proto.ProFisher.main.loop(main.java:117) at com.epicbot.api.shared.script.LoopScript$LoopTask.run(vv:40) at com.epicbot.api.shared.script.ScriptTaskContainer.runTask(gr:74) at com.epicbot.api.shared.script.ScriptTaskContainer.run(gr:170) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [19:30:27.882][INFO][D][636] Navigating to [2812, 3438, 0] [19:30:28.918][INFO][D][636] Generated path in 1035ms [19:30:49.685][ERROR][ScriptTaskContainer][636] Error during executing task: 'com.epicbot.api.shared.script.LoopScript$LoopTask' java.lang.ArrayIndexOutOfBoundsException: 0 at com.epicbot.proto.ProFisher.tasks.normal.normal.bankFish(normal.java:212) at com.epicbot.proto.ProFisher.tasks.normal.normal.run(normal.java:55) at com.epicbot.proto.ProFisher.main.loop(main.java:117) at com.epicbot.api.shared.script.LoopScript$LoopTask.run(vv:40) at com.epicbot.api.shared.script.ScriptTaskContainer.runTask(gr:74) at com.epicbot.api.shared.script.ScriptTaskContainer.run(gr:170) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [19:30:49.685][INFO][D][636] Navigating to [2838, 3432, 0] [19:30:50.688][INFO][D][636] Generated path in 1002ms Just recieved this. Quote Link to post Share on other sites
Proto Posted October 31, 2020 Share Posted October 31, 2020 On 10/26/2020 at 11:33 PM, Zammyking111 said: [19:30:27.882][ERROR][ScriptTaskContainer][636] Error during executing task: 'com.epicbot.api.shared.script.LoopScript$LoopTask' java.lang.ArrayIndexOutOfBoundsException: 0 at com.epicbot.proto.ProFisher.tasks.normal.normal.bankFish(normal.java:212) at com.epicbot.proto.ProFisher.tasks.normal.normal.run(normal.java:55) at com.epicbot.proto.ProFisher.main.loop(main.java:117) at com.epicbot.api.shared.script.LoopScript$LoopTask.run(vv:40) at com.epicbot.api.shared.script.ScriptTaskContainer.runTask(gr:74) at com.epicbot.api.shared.script.ScriptTaskContainer.run(gr:170) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [19:30:27.882][INFO][D][636] Navigating to [2812, 3438, 0] [19:30:28.918][INFO][D][636] Generated path in 1035ms [19:30:49.685][ERROR][ScriptTaskContainer][636] Error during executing task: 'com.epicbot.api.shared.script.LoopScript$LoopTask' java.lang.ArrayIndexOutOfBoundsException: 0 at com.epicbot.proto.ProFisher.tasks.normal.normal.bankFish(normal.java:212) at com.epicbot.proto.ProFisher.tasks.normal.normal.run(normal.java:55) at com.epicbot.proto.ProFisher.main.loop(main.java:117) at com.epicbot.api.shared.script.LoopScript$LoopTask.run(vv:40) at com.epicbot.api.shared.script.ScriptTaskContainer.runTask(gr:74) at com.epicbot.api.shared.script.ScriptTaskContainer.run(gr:170) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [19:30:49.685][INFO][D][636] Navigating to [2838, 3432, 0] [19:30:50.688][INFO][D][636] Generated path in 1002ms Just recieved this. Should be fixed with last nights update 🙂 Quote Link to post Share on other sites
Zammyking111 Posted November 2, 2020 Share Posted November 2, 2020 Fisher Gets Stuck Whenever Accidentally Opening Pool Booth. - Barb Village. Quote Link to post Share on other sites
Zammyking111 Posted November 2, 2020 Share Posted November 2, 2020 Noted As Well if you're fishing for Herring, and or Sardine attempts to use Small Net instead of Bait ( whenever choosing fish at river. ) https://gyazo.com/041b6e8cdb3e3d1de72d71068cb1c413 Quote Link to post Share on other sites
Sellout Posted November 2, 2020 Share Posted November 2, 2020 you can find the links in the discord Quote Link to post Share on other sites
yolty Posted November 23, 2020 Share Posted November 23, 2020 Problem: Script stops after it banks How to recreate: Select trout from the dropdown and the bank option. What happens: The bot will fish an inventory, head to bank, deposit the fish, clicks the deposit all button, closes the bank, and then the script stops. Problem: Script stops after it banks How to recreate: Select trout from the dropdown and the bank option. What happens: The bot will fish an inventory, head to bank, deposit the fish, clicks the deposit all button, closes the bank, and then the script stops. Quote Link to post Share on other sites
placid Posted November 23, 2020 Share Posted November 23, 2020 (edited) Bug Description: doesn't contiue afther levelling How to recreate the bug: level up in fishing Screenshots/Videos/GIF: https://gyazo.com/7f645947d7aa7c4d34ed1070294a930e 5-10 mins later it randomly start again Edited November 23, 2020 by placid Quote Link to post Share on other sites
Sellout Posted November 23, 2020 Share Posted November 23, 2020 [PRO FISHER] ======================= Problem: Selecting fishing spots What happens: When the fishing spot is depleted and where the spot is still viable and when you are still animating it will click on the depleted spot instead of the new one, then i will sleep like 10 min with mouse out of screen How to recreate: have a watch when the spot is depleted PIC:- ======================= REQUEST -Enable run when changing fishing spots Quote Link to post Share on other sites
Sith Posted November 23, 2020 Share Posted November 23, 2020 Trying to do swords in catherby, it wont even start, it goes to the bank and withdraws and deposits my harpoon over and over. Quote Link to post Share on other sites
Nell Posted November 24, 2020 Share Posted November 24, 2020 Attempting to fish in Lumbrigde and Catherby, The option to select drop items does not work, and will auto try to banks items. Then gets stuck putting fishing item back and forward in inventory Error code [19:14:03.311][ERROR][ScriptTaskContainer][156] Error during executing task: 'com.epicbot.api.shared.script.LoopScript$LoopTask' java.lang.ArrayIndexOutOfBoundsException: 0 at com.epicbot.proto.ProFisher.tasks.normal.normal.bankFish(normal.java:195) at com.epicbot.proto.ProFisher.tasks.normal.normal.run(normal.java:64) at com.epicbot.proto.ProFisher.main.loop(main.java:113) at com.epicbot.api.shared.script.LoopScript$LoopTask.run(uo:80) at com.epicbot.api.shared.script.ScriptTaskContainer.runTask(yu:182) at com.epicbot.api.shared.script.ScriptTaskContainer.run(yu:51) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) 1543410515_20201123_182006(1).mp4 Quote Link to post Share on other sites
placid Posted November 24, 2020 Share Posted November 24, 2020 again some level up issue.. https://gyazo.com/6e1a8679e586ba2138fd1b849f4d9e97 here i saw that is was frozen on leveling here still https://gyazo.com/6e1a8679e586ba2138fd1b849f4d9e97 but here is randomly continues. here are some logs: [13:29:08.951][ERROR][EventBus-Bot1][44] Exception thrown by subscriber com.epicbot.proto.ProFisher.main.onRenderEvent() when dispatching event: com.epicbot.api.shared.event.RenderEvent java.lang.NullPointerException at com.epicbot.proto.ProFisher.main.onPaint(main.java:55) at com.epicbot.api.shared.script.Script.onRenderEvent(np:194) at com.epicbot.core.event.h.L(xb:134) at com.epicbot.core.event.i.post(xb:196) at com.epicbot.core.a.F.L(uj:54) at com.epicbot.core.a.F.L(uj:43) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) [13:44:00.172][INFO][a][3184] Navigating to [2499, 3502, 0] [13:44:02.070][INFO][a][3184] Generated path in 1121ms [13:44:08.879][INFO][a][3184] Navigating to [2506, 3493, 0] [13:44:09.470][INFO][a][3184] Generated path in 581ms [13:44:09.473][WARN][h][3184] No valid path found [14:17:01.869][INFO][h][2593] Starting random: Login [14:17:10.766][INFO][h][2593] Starting random: Login [14:26:41.327][INFO][h][2593] Starting random: Login [14:26:50.118][INFO][h][2593] Starting random: Login [16:44:34.425][INFO][h][2593] Starting random: Login [16:44:43.655][INFO][h][2593] Starting random: Login [16:44:43.914][INFO][Script][3184] Script stopped, reason: Time out [16:44:47.714][INFO][h][2593] RandomHandler stopped [18:25:15.767][INFO][a][2593] Navigating to [2499, 3513, 0] [18:25:17.617][INFO][a][2593] Generated path in 1100ms [18:25:20.446][INFO][a][2593] Navigating to [2507, 3493, 0] [18:25:23.195][INFO][a][2593] Generated path in 2736ms [18:25:23.199][ERROR][h][2593] Destination is not walkable. [18:25:23.201][WARN][h][2593] No valid path found [19:18:52.054][INFO][h][3748] Starting random: Login [19:19:02.613][INFO][h][3748] Starting random: Login Quote Link to post Share on other sites
Recommended Posts