Everything posted by Eliot
-
Buying 1 Bond 1M
You go first unless higher FB. Add skype: eliot.osbot no period after osbot
-
OSBot 2.1.10
This happens a lot when ending scripts: [ERROR][06/01 04:11:37 PM]: Uncaught exception! java.lang.ThreadDeath at java.lang.Thread.stop(Unknown Source) at org.osbot.rs07.event.ScriptExecutor.restart(zm:113) at org.osbot.rs07.event.ScriptExecutor.suspend(zm:71) at org.osbot.rs07.event.ScriptExecutor.stop(zm:79) at org.osbot.rs07.event.ScriptExecutor.stop(zm:137) at org.osbot.Lpt7.run(fn:881) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
-
CMH Motherlode
I can assure you he is not ignoring you, it will be fixed.
- OSBot 2.1.10
-
... per hour giving negative ammount?
Well, if you want to be more efficient: short planksPerHour = (short)(3600000d * planksCreated / System.currentTimeMillis() - startTime);
-
walkMiniMap OSBOT 2?
Check this out: MiniMapTileDestination(Bot bot, Position position) Creates an instance of this mouse destination for a tile displayed on the minimap.
-
... per hour giving negative ammount?
As @TheScrub stated, you're going over Integer.MAX_VALUE and thus overflowing. Just change the order of operations. You might have some errors if you store some values as integers, but you should be able to work those out. long planksPerHour = (long)(planksCreated * (3600000.0 / (System.currentTimeMillis() - startTime));
-
The Great Transition Forward - OSBot 2
You obviously have minimal knowledge of the source in which OSBot derives revenue. Sponor/VIP sales accounts for a huge portion of the sites income. Keep in mind OSBot only gets 30% - fees of each script sale. As of right now, it does not seem monthly rates will be mandatory, though this is subject to change.
-
I declare myself King of the Dragons
Haha, I tip my fedora to you. You sir are a gentleman and a scholar.
-
Checking if door is open?
Yes, do it this way.
-
Checking if door is open?
How do you know if the door is open or closed?
-
Checking if door is open?
See Swizz's answer.
-
OSBot 2 Pathing Method.
localWalker.walk(position); From this you can quite easily make a method to traverse a path.
-
The Great Transition Forward - OSBot 2
I don't believe there will be an OSBot 2 version of that particular script by that individual scripter (I could be wrong). Lifetime means lifetime of OSBot 1, which is coming to an end.
-
Ande's Chopper
Look at his last script update.
-
Ande's Chopper
I'm fairly certain @Ande has left OSBot.
-
The Great Transition Forward - OSBot 2
Did you really expect OSBot to last for your entire life? OSBot 1 client will remain functional for several months, during this time you can bot all you want with your OSBot 1 scripts.
-
Wait Till Attack Next NPC
You should be checking things such as facing , in combat, etc (all of those are avaliable in the API) to see if you're in combat. If and only if you're not in combat should you attack a cow. As for the area problem, I'm not sure, try something like this: if (client.getMyPlayer().isInArea(FARM_AREA)) { doSomthing .. . }
-
Girls making out with girls
What's a girlfriend?
- Rawr's life advice thread
-
The Great Transition Forward - OSBot 2
No, you'll pay for a renewal on an entirely new script if you want to use the OSBot 2 version, or you can continue using the OSBot 1 equivalents until support is dropped.
-
The Great Transition Forward - OSBot 2
The CPU usage on OSBot 2 is comparable if not lower than OSBot 1 now (I believe).
-
RE: OSB 2 and detectability
Every available bot client is theoretically detectable, however the developers have implemented systems to prevent being detected, which may or may not be effective. If JaGeX could accurately detect the client there would be no bots (unless they want bots, which they may).
-
The Great Transition Forward - OSBot 2
All OSBot 2 scripts will be monthly, so there will be no one time fee counterparts to monthly scripts (or so I've been told).
-
The Great Transition Forward - OSBot 2
I love you.