- Joined
- Jul 24, 2014
- Messages
- 188
- Thread Author
- #1
I'm using the following code to collect essence from a Floating essence-NPC in RuneSpan.
However it never succesfully completes, it always gives "Nope " in the debug box, what am I doing wrong?
The NPC is valid, I tried drawing the model to the canvas using
floatingEssence.getModel().render(g);
This worked perfectly, so the Npc is actually found.
However it never succesfully completes, it always gives "Nope " in the debug box, what am I doing wrong?
The NPC is valid, I tried drawing the model to the canvas using
floatingEssence.getModel().render(g);
This worked perfectly, so the Npc is actually found.