Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. T

    Flesh Crawler Fighter (Beta) [Deleted]

    theSmeg submitted a new resource: Flesh Crawler Fighter (Beta) - Make bank and build the pure you've always wanted! Read more about this resource...
  2. T

    Question Best way to deal with methods that can throw NullPointers

    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...
  3. T

    Bug Bank.depositInventory(); call clicks Bank Search button

    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")) {...
  4. T

    Question Help closing interface

    Any ideas on how I would go about closing this interface? I've tried looking through the api but haven't been able to find anything useful
  5. T

    Question Tree bot - Check is fully logged in

    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...
  6. T

    Question SVN commited correctly

    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.
Top