-
Posts
60 -
Joined
-
Last visited
-
Feedback
100%
Posts posted by Folks
-
-
37 minutes ago, Colonel_Panic said:
Did they change it? The only thing I can find in google searches say 24 hours. 18 would be a lot more manageable.
Do you know if there's a list somewhere of which items are restricted? I noticed that certain fish are (like shrimp and anchovies), but others aren't (like salmon and tuna).It's still 24 I think, I mostly just suicide on fridays through sundays and not bot on other days. The 7qp is probably your best bet to bypass it though.
-
18 minutes ago, Team Cape said:
What do you mean "nothing happens"? We need more context.
Also, Bank has a method getAmount(). You can just say getBank().getAmount("Raw shrimps");
Ill try that, but when i said nothing happens, its like the code wasnt even there, i had logs outside and inside the if state to check the value but nothing came out from the log.
-
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.
-
4 minutes ago, Juggles said:
-allow nointerface
I guess it doesnt work when connected thru ssh, but when i use vnc and run it from the terminal there it works fine... eh
-
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?
-
On 7/28/2017 at 12:43 PM, slazter said:
Anyone know how i can download my local scripts to Debian? whenever i use wget - on the website i upload to, it just downloads the entire webpage as a html file. And why is there no like web browser i can use to download my shit with? Tried wget - all diffrent chrome options, google-chrome-stable etc, but it won't work
So anyone know how to get local scripts working on this debian?
use a direct link to the file. like "www.mywebsite/script.jar"
-
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
-
Can I have a trial for the sand crabs please
-
1
-
-
7 hours ago, Tom said:
I have identified the issue and uploaded a fix. It could take up to 24 hours from this post before the update is live however.
Is there anyway that I can tell when it is updated besides running it to find out?
-
9 minutes ago, Tom said:
Does it stop after one inventory or more
Added
Not yet, sorry. Will give you a trial once its done
One inventory
-
Just tested at lumbridge fly fishing too, logs out after banking
-
Any chance you'll add CLI to this to easily launch a lot of bots :^)?
-
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
-
Are you looking to stream yourself or watch streams?
-
EDIT: Removed because prob due to bot update.
-
Hey, asking for a trial again because you gave me one but it was for your splasher not the hunter script, thanks again and sorry.
-
1
-
-
Hello, would it be possible for me to get a trial? Thanks!
-
1
-
-
7 hours ago, bloodpawn3 said:
Used this script for my main account for a few quests and it got banned. Warning others.. I'm so pissed right now
Used it for more than 10+ quests, no bans for me.
-
Just get a ryzen 1700, multiple cores for multiple bots, can overclock with stock cooler, and its cheap.
-
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?
-
both can only be run in the 1 client for free users
If i get vip I can run it from 2 different systems?
-
I thought I read somewhere you can bot on two accounts if you arent vip but whenever i login onto my laptop it kicks my desktop one off.
-
It gets stuck at the zipline in al kharid again. It goes down it but then it keeps clicking on the lower half as if it wants to go back up.
-
I'd like to try the AIO RuneCrafter please
-
1
-
offerAll() not offering items.
in Archive
Posted
1. Version: 2.4.143
2. When using offerAll() in the trade API, the item is hovered but never offered. However, just using offer() works fine.
3. Nothing in the logger.
4. Refer to code below, can't format it correctly.
5. Not sure about this, sorry.
getTrade().offerAll("Raw shrimps", "Raw anchovies");