Everything posted by Isolate
-
How does the GE 4 hour limit work?
4 hours from the last buy. technically from the first buy/per item, before the last buy is 4 hours up you should be able to buy the first buy again if you were buying an item with a limit of 4 and it brought 1 hour a part each time you could keep buying them. (this is if it works like rs3 limits)
-
where to start?
Language: Java Program (IDE): Eclipse or IntelliJ What do: Learn the basics of java from tutorials or books. Learn all the glory of void,boolean, int,if,else,while,for, ect. Learn to read an api and have a grasp of logical step processing. Tutorials, each to their own really, i'm self taught/picked up as i went, watched a little of thenewboston to get started but people here seem to not like him. There are also tutorials around the forums, i think, even if the API is outdated it should give an insight into how a script should look and the java base functions required to write one.
- Simple Woodcutter Help (For Personal Use)
- Simple Woodcutter Help (For Personal Use)
- Simple Woodcutter Help (For Personal Use)
- Simple Woodcutter Help (For Personal Use)
- Simple Woodcutter Help (For Personal Use)
-
Graphics for script request
Hai I need a dynamic signature my script "Dark Miner" . Fields Needed: User Time Ran Ore Mined Net profit Gross profit Xp Gained No specific order. Colors/theme similar to the icon in my sig would be nice Thanks in advance to anyone who takes this up (if anyone XD)
-
Move mouse one or two blocks then click?
only if its not on the screen in this case make swaaaaaaag like yoru starting position or something. using "Walk here" and this code seems to work find for me and my bird catcher
-
Move mouse one or two blocks then click?
Which one... non of them there are unused? + my interaction is wrong its "Walk here" i think for walking
-
Move mouse one or two blocks then click?
would something like: Position swaaaag = new Position((myPosition().getX() +- 0),(myPosition().getY() +- 0),0); if(swaaaag != null){ if(swaaaag.isVisible(bot)){ //move camera up high or whatever swaaaag.interact(bot, "Walk"); }else{ camera.toEntity((org.osbot.rs07.api.model.Entity) swaaaag); } } work? "Herp derp isolate is trying to cast a position as an entity" = for some reason my IDE did it so i didnt bother changing it
-
Simple Crimson Swift catcher
De-compiling it to see if it's safe.
-
Simple Crimson Swift catcher
still the same but if it works it works i guess XD
-
Simple Crimson Swift catcher
This is from the jar you submitted. Maybe try another quick recompile to make sure?
-
Simple Crimson Swift catcher
Clean code as of http://www.mediafire.com/download/3415afukyueawtr/CrimsonCatcher.zip. I think you got a little mixed up here though:
-
Console spams all my scripts with the same issue, not sure what's wrong.
Java.lang.NullPointerException at BirdHunter.onLoop(BirdHunter.java:43) Something on line 43 is returning null so the script cant work with it
-
My pet RS character - [Offline Single Player Servers for Botting?]
Why do you want to bot on a private server.... I'm assuming you understand a private server and the real game are 100% differnet so i don't understand this at all. Edit: oh just like a virtual pet... each to their own i guess?
-
OldSchool Account Starter
From what i hear he was removed
- GE :D
-
Thoughts on GE?
scrub, life yo game
-
GE :D
its not something a person would buy bulk of it has a high price not worth selling 1b1 now ge can sell them for you. nearly 100k made by flipping already XD laughing madly
-
GE :D
Flipping/Easily sell higher prices bottable items not many people buy bulk
- GE :D
-
Picking up Items
no object is an object, like a door, gate, fence, bank booth
-
Picking up Items
If groundItems isn't looking good for you i'm very very concerned. GroundItem loot = groundItems.closest("Bones"); if(loot != null){ //more cool checks loot.interact("Take"); //badass sleep timer } Will find the closest groundItem named bones if it exists