So I'm finding that with a lot of my code it will work 98% of the time and then after an hour or two it will throw a NullPointers exception. Even if I do a Null check beforehand eg:
LocatableEntityQueryResults<Npc> nearestNpc = Npcs.newQuery().names("Some...
Just like the title says the below code sometimes seems to get stuck and just repeatedly click the bank search button instead of deposit all:
@Override
public void execute() {
if (useRanged) {
if (Inventory.contains("Iron arrow")) {...
So i'm having an issue similar to this thread -> Resolved - [OSRS] Runescape.isLoggedIn() = true in "lobby screen"?
The thing is im using a tree bot instead of a looping bot. I have structured my bot so that if it can't find a fishing spot it logs out. The problem being the fishing spot is not...
Hi fellow Devs,
Just want to make sure that I have commited everything correctly to get my bot reviewed?
It's been a few days and I haven't heard anything, not sure what the turn around times are.