if (bank.contains("Raw shrimps")) {
shrimpAmount = bank.getItem("Raw shrimps").getAmount();
}
I am currently using this and nothing happens, how would I go about counting items in my bank? I have used a couple different methods but I haven't figured anything out yet.
How do I start multiple bots in nointerface mode? Right now it seems that they just close as soon as it says its started up, and if add -debug #### it doesnt look like the rest of the bots start?
I have a few suggestions/maybe bugs to add/fix.
1. When the refresh timer is long enough that you log out, it restarts its count down when you log back in.
2. It will drink potions during your refresh timer but not go reset until the timer.
Other than that still a great script and the new interface is sweet
Fishing at barb village f2p, after it banks it just logs out.
Here is the config
#Tue Aug 15 10:10:17 CDT 2017
Fish=TROUT
Max\ Loop\ Speed=250
Antiban=Simulate AFK behaviour;Random Camera Movement;Check current EXP;Move Mouse Randomly;Check Friends List;Hover nearby players;
Drop\ Other\ Fish=false
Shift\ Dropping=false
Drop\ Method=Normal
Barehanded=false
Location=Barbarian Village
Fatigue=true
Stop\ Level=99
Human\ Error=false
Min\ Loop\ Speed=150
Mode=Bank
Bank=Edgeville
I have been making some scripts and came across the issue that netbeans no longer recommends imports such as importing "org.osbot.rs07.api.ui.Skill" from osbot, anyone know how to fix it?