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?
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...
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[]...
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.