Efpkaf Posted February 18, 2017 Share Posted February 18, 2017 (edited) Hey there is NPE [INFO][Bot #1][02/18 01:58:20 PM]: DEBUG: Swapping to item: Rune platebody [INFO][Bot #1][02/18 01:58:21 PM]: DEBUG: Swapping to item: Rune platebody [INFO][Bot #1][02/18 01:58:33 PM]: DEBUG: Going to search tomb [INFO][Bot #1][02/18 01:58:33 PM]: INFO: Setting PROTECT_FROM_MELEE to true [INFO][Bot #1][02/18 01:58:37 PM]: DEBUG: AnimationTracker started [INFO][Bot #1][02/18 01:58:37 PM]: DEBUG: Combat started [INFO][Bot #1][02/18 01:58:58 PM]: DEBUG: Restoring prayer [INFO][Bot #1][02/18 01:58:58 PM]: DEBUG: Exiting tomb [1] [INFO][Bot #1][02/18 01:58:58 PM]: DEBUG: AnimationTracker stopped [INFO][Bot #1][02/18 01:59:00 PM]: INFO: Setting PROTECT_FROM_MELEE to false [INFO][Bot #1][02/18 01:59:03 PM]: DEBUG: Next target: Verac the Defiled [INFO][Bot #1][02/18 01:59:12 PM]: DEBUG: Going to search tomb [INFO][Bot #1][02/18 01:59:13 PM]: INFO: Setting PROTECT_FROM_MELEE to true [INFO][Bot #1][02/18 01:59:16 PM]: DEBUG: AnimationTracker started [INFO][Bot #1][02/18 01:59:16 PM]: DEBUG: Combat started [ERROR][Bot #1][02/18 01:59:34 PM]: Error in script executor! java.lang.NumberFormatException: For input string: "run" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.parseInt(Integer.java:615) at frostbarrow.e.Con.H(xc:137) at frostbarrow.e.PRN.H(uc:1089) at frostbarrow.FrostBarrow.onMessage(vd:129) at org.osbot.rs07.Bot.executeListenerEvents(be:486) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(wh:93) at java.lang.Thread.run(Thread.java:745) [INFO][Bot #1][02/18 01:59:34 PM]: WARNING: Out of trident charges. Returning to bank [INFO][Bot #1][02/18 01:59:34 PM]: DEBUG: Bank run triggered by tridentCheck, ammoCheck or runeCheck [INFO][Bot #1][02/18 01:59:34 PM]: DEBUG: AnimationTracker stopped [INFO][Bot #1][02/18 01:59:39 PM]: DEBUG: Trident has 0 charges left. [INFO][Bot #1][02/18 01:59:41 PM]: DEBUG: Trident has 0 charges left. mby should use regex? Edited February 18, 2017 by Efpkaf Quote Link to comment Share on other sites More sharing options...
FrostBug Posted February 18, 2017 Author Share Posted February 18, 2017 (edited) 8 minutes ago, Efpkaf said: Hey there is NPE [INFO][Bot #1][02/18 01:58:20 PM]: DEBUG: Swapping to item: Rune platebody [INFO][Bot #1][02/18 01:58:21 PM]: DEBUG: Swapping to item: Rune platebody [INFO][Bot #1][02/18 01:58:33 PM]: DEBUG: Going to search tomb [INFO][Bot #1][02/18 01:58:33 PM]: INFO: Setting PROTECT_FROM_MELEE to true [INFO][Bot #1][02/18 01:58:37 PM]: DEBUG: AnimationTracker started [INFO][Bot #1][02/18 01:58:37 PM]: DEBUG: Combat started [INFO][Bot #1][02/18 01:58:58 PM]: DEBUG: Restoring prayer [INFO][Bot #1][02/18 01:58:58 PM]: DEBUG: Exiting tomb [1] [INFO][Bot #1][02/18 01:58:58 PM]: DEBUG: AnimationTracker stopped [INFO][Bot #1][02/18 01:59:00 PM]: INFO: Setting PROTECT_FROM_MELEE to false [INFO][Bot #1][02/18 01:59:03 PM]: DEBUG: Next target: Verac the Defiled [INFO][Bot #1][02/18 01:59:12 PM]: DEBUG: Going to search tomb [INFO][Bot #1][02/18 01:59:13 PM]: INFO: Setting PROTECT_FROM_MELEE to true [INFO][Bot #1][02/18 01:59:16 PM]: DEBUG: AnimationTracker started [INFO][Bot #1][02/18 01:59:16 PM]: DEBUG: Combat started [ERROR][Bot #1][02/18 01:59:34 PM]: Error in script executor! java.lang.NumberFormatException: For input string: "run" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:580) at java.lang.Integer.parseInt(Integer.java:615) at frostbarrow.e.Con.H(xc:137) at frostbarrow.e.PRN.H(uc:1089) at frostbarrow.FrostBarrow.onMessage(vd:129) at org.osbot.rs07.Bot.executeListenerEvents(be:486) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(wh:93) at java.lang.Thread.run(Thread.java:745) [INFO][Bot #1][02/18 01:59:34 PM]: WARNING: Out of trident charges. Returning to bank [INFO][Bot #1][02/18 01:59:34 PM]: DEBUG: Bank run triggered by tridentCheck, ammoCheck or runeCheck [INFO][Bot #1][02/18 01:59:34 PM]: DEBUG: AnimationTracker stopped [INFO][Bot #1][02/18 01:59:39 PM]: DEBUG: Trident has 0 charges left. [INFO][Bot #1][02/18 01:59:41 PM]: DEBUG: Trident has 0 charges left. But it used teleport to bank and logged off. Worked correctly so nothing wrong has been happened. Looks like the message for depleting a trident has been changed with thursdays update. Will update, thank you. EDIT: Committed the update. Will be live within 24h (Version 1.5.12) Edited February 18, 2017 by FrostBug 2 Quote Link to comment Share on other sites More sharing options...
JARNQ Posted February 18, 2017 Share Posted February 18, 2017 4 hours ago, FrostBug said: Nice. What goes wrong in mirror mode, though? i was getting error that said something like "28 items required", then i switched to non-mirror client and it worked. Mirror mode works now though Quote Link to comment Share on other sites More sharing options...
FrostBug Posted February 18, 2017 Author Share Posted February 18, 2017 (edited) 13 minutes ago, JARNQ said: i was getting error that said something like "28 items required", then i switched to non-mirror client and it worked. Mirror mode works now though That just means that your settings added up to more than 28 required items. It's more of a warning tho, the script would still have ran. e.g. (food + potions + spade + teleports + runes) > 28 Edited February 18, 2017 by FrostBug Quote Link to comment Share on other sites More sharing options...
JARNQ Posted February 18, 2017 Share Posted February 18, 2017 4 hours ago, FrostBug said: That just means that your settings added up to more than 28 required items. It's more of a warning tho, the script would still have ran. e.g. (food + potions + spade + teleports + runes) > 28 The script didn't run though, when i pressed start it just printed the warning message and nothing happened. Then i used the exact same settings on non-mirror client and it worked. Quote Link to comment Share on other sites More sharing options...
FrostBug Posted February 18, 2017 Author Share Posted February 18, 2017 1 minute ago, JARNQ said: The script didn't run though, when i pressed start it just printed the warning message and nothing happened. Then i used the exact same settings on non-mirror client and it worked. hm, I suppose the inventory space warning was unrelated then. Well, all good if it works now I guess Quote Link to comment Share on other sites More sharing options...
dieg0 Posted February 19, 2017 Share Posted February 19, 2017 Can i get a trial? 1 Quote Link to comment Share on other sites More sharing options...
JARNQ Posted February 19, 2017 Share Posted February 19, 2017 The script is good, my luck is bad 42 dry streak but hey, atleast the script works Quote Link to comment Share on other sites More sharing options...
YoungWinner Posted February 20, 2017 Share Posted February 20, 2017 (edited) I just bought this & it's running flawlessly. I love it... One thing, can you help me with the invo setup? It doesn't want to take out the correct amount of Prayer potions for some reason. **EDIT Nevermind, the "doses" for prayer potions messed me up haha. I figured it out. Edited February 20, 2017 by YoungWinner Quote Link to comment Share on other sites More sharing options...
Bamboozled Posted February 20, 2017 Share Posted February 20, 2017 I've made over 2 billion GP off this - thanks ! Would recommend to anyone + Quote Link to comment Share on other sites More sharing options...
DailyBot Posted February 21, 2017 Share Posted February 21, 2017 Recommended stats + basic gear setup for farming this ? Quote Link to comment Share on other sites More sharing options...
Mr Asshole Posted February 21, 2017 Share Posted February 21, 2017 What's the ban rate on this script? any reqs? Quote Link to comment Share on other sites More sharing options...
Sysm Posted February 21, 2017 Share Posted February 21, 2017 23 hours ago, Bamboozled said: I've made over 2 billion GP off this - thanks ! Would recommend to anyone + proof it bch beat me Quote Link to comment Share on other sites More sharing options...
easy98 Posted February 21, 2017 Share Posted February 21, 2017 Is there barrows tab support? Quote Link to comment Share on other sites More sharing options...
Efpkaf Posted February 21, 2017 Share Posted February 21, 2017 3 hours ago, easy98 said: Is there barrows tab support? ye Quote Link to comment Share on other sites More sharing options...