Everything posted by Articron
-
CronSmelter | AIO
Ah sorry, I forgot to update the version on the gui for the 2.6 update, For whatever the next update is, I'll be sure to update the GUI number! ;)
-
CronSmelter | AIO
Whenever I can commit to the SDN ;). 3.0 is already ready, however I'm strategicly waiting ;)
-
CronSmelter | AIO
Sorry for the wait guys. I'm combining scripting with studying for my exams (Studying java programming.. so yeah it applies to this xD). 2.6 has quite the amount of fixes, a few bugs like the withdrawing 28 tin by accident has been fixed, and alot of more stuff I can't remember. I'll release 2.6 in a few hours, just doing the last touch-ups (By the way, 2.6 does NOT have supersmelting yet). 2.6 is out now! Hope you guys enjoy while I'm finishing up a couple of more bugs i've encountered.. along with superheating I understand alot of you want to have the option to hide the paint, this is being worked on, don't worry ;)
-
CronSmelter | AIO
That long pause is deliberate and will not be taken out of the script. Also, when did that bankwalker failsafe start? Can you explain the situation a bit more in depth?
-
CronSmelter | AIO
What do you mean?
-
CronSmelter | AIO
Bro. Y U NO PROGGY?! And I think so, I don't have a single debug that prints that out.
-
CronSmelter | AIO
Woops, seems I uploaded the wrong version. Please redownload if you did download it before this post ;x
-
CronSmelter | AIO
Release of 2.5! As far as I have tested it, ring of forge is now flawless (2K iron test). Also the clicking steel bar -> furnace for cannonballs has been fixed and settled down so it will not rageously mass click I hope you enjoy, and if you do, throw me a like x)
-
CronSmelter | AIO
I'm aware of the ring of forge bug. Right now I'm finishing up 2.1. It has perfect ring of forge support (tested with 10K iron ore, all done in 1 test run). It will also contain superheating items And thanks for the suggestion, I'll look to add it either to 2.1 or in the near future
-
CronSmelter | AIO
I'll look into that, It's not evident with onMessage not properly picking up when the ring has melted.
- CronSmelter | AIO
-
CronSmelter | AIO
Will be included in 2.1!
-
CronSmelter | AIO
I've been aware of this bug. However it is the OsBot API that has this flaw. I've been working this script out alot more the past few days, I will be releasing the 2.0 today, which has a workaround for activating running, plus multiple location support.
-
A little behind the scenes at OSBot (May 19'th)
This is a great step forward for OSBOT. Great job guys, and a special thanks to Brainfree.
-
Alternative to Area's
As the Area's get broken through updates occasionally, I think this topic will have a point nevertheless ;)
-
DarkzSideGraphics™ Shop High Quality | Reliable | Professional | Best on OSBot! | RANKED
This guy makes the best paints on the entire Osbot forums. Use him scripters :p
-
Alternative to Area's
import org.osbot.script.MethodProvider; import org.osbot.script.Script; import org.osbot.script.rs2.Client; import org.osbot.script.rs2.map.Position; public class Area { private int z; private int maxX; private int maxY; private int minX; private int minY; Script script; public Area(int x1, int y1, int x2, int y2,int z) { this.z = z; maxX = (x1 > x2? x1 : x2); maxY = (y2 > y1? y2 : y2); minX = (x1 < x2? x1 : x2); minY = (y2 < y1? y2 : y1); } public boolean isInArea(Client c) { if (c.getMyPlayer().getX() >= minX && c.getMyPlayer().getX() <= maxX && c.getMyPlayer().getY() <= maxY && c.getMyPlayer().getY() >= minY) return true; else return false; } public void walktoZone() throws InterruptedException { int xDeficit = maxX - minX; int yDeficit = maxY - minX; Position toWalk = new Position(maxX - (MethodProvider.random(0,xDeficit)), maxY - (MethodProvider.random(0,yDeficit)), z); script.walkMiniMap(toWalk); } }
-
DarkzSideGraphics™ Shop High Quality | Reliable | Professional | Best on OSBot! | RANKED
Heard the first request is free Could you make me a paint for my AIO smelter plawx Name of the script: CronSmelter Should contain: Runtime, Amount smelted, smelting, smelts P/H, XP gained, XP/H, Status Would be legendary if you could
-
CronSmelter | AIO
You are using the 1.5.X Osbot client, which my script is currently not adapted to, because of the broken methods ;) Updated to work with 1.5.X!
-
CronSmelter | AIO
Fixed ;) Added gold amulet support! Will automaticly withdraw the mould if not in inventory! If there is no mould, the script will stop ;)
-
CronSmelter | AIO
Thanks man, currently making the ring of forge support, I'll get back to those points after that Added ring of forging support! Please note that on 1.5.X versions of Osbot as of now, will not work, it will constantly failsafe walk at the furnace. Please use 1.4.X! Will withdraw and equip a new ring of the other degraded... If out of rings, the script will stop working!
-
BETA v1.5.5 (RANDOMS BETA)
What's the behaviour of this thread based random scripts? Where does the main script pick up again after the event is solved? Will it redo the method it was doing or?
-
CronSmelter | AIO
Ah, I did a mistake in my math then. I'll upload the corrected jar in a sec :p 1.2 Released :p Antiban implemented x) And fixed the steel bars issue to get the most out of an inv :p
-
Hacked Through TeamViewer?
In such a case I would just swipe your pc and reinstall an OS. You are probably ratted aka keylogged.
-
I got Hacked
Just for the record, scripters can not unravel your username or password since getUsername() and getPassword() are both protected datatypes. They are unreachable for us scripters to get.