Everything posted by FrostBug
-
weird.. before random.dat
Pretty sure deleting it wouldn't make a difference anyway, as a new one would just be made. The actual tinfoil theory was that setting it read-only made a difference.
-
weird.. before random.dat
:tinfoilhat: Wasn't it proven that it wasn't related?
-
Q: Checking for Marks of Grace
Not possible, but why would this even be helpful in any way?
-
Fruity Barrows (Frost Barrows)
You don't need range if you do it like that, no. Ahrim is much weaker to range than melee, though.
-
disabling auto login
Acquire a better IDE
-
disabling auto login
You can override shouldActivate to verify with your script whether or not now is a good time to start a break try { this.bot.getRandomExecutor().registerHook(new RandomBehaviourHook(RandomEvent.BREAK_MANAGER) { @Override public boolean shouldActivate() { return super.shouldActivate() && canStartBreak(); } }); } catch (Exception ex) { //Break manager is not enabled log("Failed to modify break handler"); } It's up to you to implement the canStartBreak method
-
Fruity Barrows (Frost Barrows)
All the complaints I get are posted here, more or less. So you can read thru the thread if you want
-
Fruity Barrows (Frost Barrows)
You can
-
FrostHunter
Give the devs some time to patch all the hooks after the update
- muhbuild
-
Saving and Loading Data to getDirectoryData
Well, there aren't rly many good options left. I personally made some API around java 'Properties'
-
Saving and Loading Data to getDirectoryData
That won't fly with the SDN either. Method names and class members have their identifiers changed by the obfuscator (including serialVersionUID) In other words, you wont be able to load objects serialized by an earlier osbot client version
-
Saving and Loading Data to getDirectoryData
GSON probably uses reflection somewhere, even if you dont use that particular method, if the classloader sees that any of your classes use it, it will act up.
-
Will OSBot stop trying to login after an update?
It will stop trying to log back in if you as much as look at it the wrong way
-
Saving and Loading Data to getDirectoryData
My guess is that you're using an external library to parse JSON? And that library probably uses reflection, which requires the -allow reflection argument when opening the client. But if this is the case, ext. libraries aren't copied to the SDN regardless
- Genii
-
Progression Bar
They knew the Java language beforehand probably
-
Advanced Auto Clicker
You could probably get Axife to do something like that. Keep it to inventory stuff tho, clicking stuff on screen (objects/npcs) with an autoclicker is asking for trouble
-
Change trees according to level
String[] trees = {"Tree", "Oak tree", "Willow tree", "Maple tree", "Yew tree", "Magic tree"}; int level = getSkills().getStatic(Skills.WOODCUTTING); RS2Object tree = getObjects().closest(trees[level / 15]);
-
Fruity Barrows (Frost Barrows)
Well, it very well could be mirror. It's known to cause certain issues with entity loading, tho that was mostly in the past. Is anyone else having this problem? No
-
Hopping Worlds
^ http://osbot.org/forum/topic/73332-quick-hopper/
-
Fruity Barrows (Frost Barrows)
Should be a right click option in game settings
-
Fruity Barrows (Frost Barrows)
Yes
-
Fruity Barrows (Frost Barrows)
You should just go to settings ingame and reset your hotkeys to default
-
Fruity Barrows (Frost Barrows)
Does this happen with injection mode as well? Or are you by any chance in resizable mode or not-default zoom? Set up your hotkeys