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

    Bug NullPointerException thrown after NullCheck!?

    I'm pretty sure they are, and if they weren't it should have set the if(GrandExchange.lookup(id) != null) boolean to false, thus bypassing the code that would cause the NPE, right?
  2. F

    Bug NullPointerException thrown after NullCheck!?

    Hello everyone. I am currently coding a bot that will calculate the players wealth but am stumped by this bug that keeps occuring. java.lang.NullPointerException at com.forgottenape101.bots.WealthWatcher.tasks.Calculate.execute(Calculate.java:49) at...
  3. F

    Resolved For Loop not being executed in script?

    Hello everyone! I'm not an experienced developer for runemate or java for that matter, but I am trying to make a simple open-source script that adds up the player's total wealth and tells you it. Simple enough for my first script. Here's the relevant code: if(Bank.open()){ SpriteItem[]...
  4. F

    Resolved WebWalking is slow to take steps

    I'm trying to get a webwalker to walk a short distance, but it's taking 5-7 seconds or more in between each movement. This is OSRS. Solved: I accidentally put an Execution.delayUntil inside of my pathfinding logic.
Top