Everything posted by Camaro
-
Getting back into OSRS & botting - need advice
Why not try making your own scripts?
-
Wine Telegrab
The logout issue is due to the client thinking to bot completely logged out on a world hop. Enable cli command -allow norandoms to bypass it. The teleport issue is definitely a bug, ill look into it.
-
[Tutorial][Indepth] A better take on task based scripts
public boolean run() { if (canProcess()) { process(); return true; } return false } for (i = 0; i < tasks.size(); i++){ x = tasks.get(i); if (x.run()) { break; } } This will allow you to break the loop and reset whenever a task runs
-
AIO SafeSpotter
AIO SafeSpotter What it does SafeSpots any monster at any location using magic or range. How it works Using a custom algorithm, maps out potential safespots by intelligently simulating monster pathing and line of sight for a given monster. Knows when it needs to go to a safespot and which monsters are best to attack. Current features Looting Eating Progressive magic (will switch to next spell on level up) Safespot prioritizing Area restriction Bone burying Alching (add ';alch' to the end of loot, ex 'black sq shield;alch') All monster sizes supported Aggressive monsters supported Current limitations Only reachable monsters supported Planned features Banking GE support Potion support
-
[Tutorial][Indepth] A better take on task based scripts
Read until the end of the first post
-
[Tutorial][Indepth] A better take on task based scripts
use a standard 'for' loop instead of a 'List.forEach' method in main. And you probably want break, not continue.
-
Wine Telegrab
Do you have the teleport option enabled?
-
Wine Telegrab
Open the logs and see what is printed out. It may be because you don't have the levels that I've set as a requirement for running the script (33 magic and 20 hitpoints). If that's not the case, try starting the script with your player already logged in.
-
Can I get banned for using the OSBot client?
Some ips can get you banned before even logging in. Too many factors come into play to justify blaming the client alone.
-
Wine Telegrab
Great suggestion! Will add the ability to use any food item, including wine
-
Wine Telegrab
if you're talking about when the inventory is full, it should correctly drop lobsters/drink mind bombs to free up space. Please make sure it is not banking for another reason, like magic level is too low to get another wine. If thats not the case, let me know and I will fix it.
-
Wine Telegrab
Is it the same issue as the above? (Auto login appearing in the logs when script stops) Pushed something that should stop the script from exiting
-
Wine Telegrab
Thanks, will take that into consideration
-
SOCKS and HTTPS proxies
@D Bolter can provide proxies that have both
-
SOCKS and HTTPS proxies
Just get a proxy that has an http port and socks port. Then it would be the same ip address.
- Help Setting up a Proxy
-
NPC Data Retriever [No External Libs Required]
Was just checking out osrsbox last night! Very nice
-
[Bug] Script executor is taking too long to suspend; restarting now...
You must be doing something weird in your code that's causing this issue. I have not seen it.
-
Wine Telegrab
Here's where you can find information about CLI arguments Basically, open the command prompt and type: java -jar "C:\PATH TO OSBOT JAR HERE\osbot.jar" -allow norandoms In the next update, I will add script CLI args allowing to define the selected worlds from CLI, along with pulling in the parameters saved as default in the GUI (whenever you press "OK", any settings you have are automatically saved as default)
-
Proxy help!
Just use datacenter proxies if you're fine with accounts getting banned next day (which you should if you're suiciding)
-
Log Says the correct 1234 but goes straight to else.
Could just leave it as a string and do text.equals("1234")
-
Wine Telegrab
I've been able to recreate this by running a blank script and cycling through the worlds manually, not my problem so I cant fix it unfortunately. Try running with CLI arg -allow norandoms to disable the login handler.
- Grand Exchange help
-
Wine Telegrab
Was anything posted to the log?
-
Wine Telegrab
I plan on doing some major improvements soon to this soon once i'm able to generate a continuous supply of testing account. Also, feel free to pm me any suggestions for randomization