- Thread Author
- #1
java.lang.NullPointerException
at com.runemate.game.api.rs3.entities.aux.interact(mwb:112)
at org.red.door.GuardianDoor.open(GuardianDoor.java:44)
at org.red.Main.onLoop(Main.java:130)
at com.runemate.game.api.script.framework.LoopingScript.run(fgb:114)
at com.runemate.game.api.script.framework.AbstractScript.start(lcb:64)
at com.runemate.b.CON.run(okb:123)
Randomly I am getting this error while it tries to interact this is exactly how I run it: getDoorObject().interact("Enter");
I dont think i am doing anything wrong.
at com.runemate.game.api.rs3.entities.aux.interact(mwb:112)
at org.red.door.GuardianDoor.open(GuardianDoor.java:44)
at org.red.Main.onLoop(Main.java:130)
at com.runemate.game.api.script.framework.LoopingScript.run(fgb:114)
at com.runemate.game.api.script.framework.AbstractScript.start(lcb:64)
at com.runemate.b.CON.run(okb:123)
Randomly I am getting this error while it tries to interact this is exactly how I run it: getDoorObject().interact("Enter");
I dont think i am doing anything wrong.