[667] NPC Examining Null Pointer
I am using Pox 667 base and loaded it with 667 v3 Cache to fix mapping issues and just cause I wanted a cleaner cache with old models. I am trying to get my NPC examines to work, but i keep getting a nullpointerexception when trying to get the examine. Is it something todo with the cache or npcdefinitions or something idk of? Been messing with it for hours and can't figure out what exactly isnt going correctly.
Code:
java.lang.NullPointerException
at com.rs.net.decoders.handlers.NPCHandler.handleExamine(NPCHandler.java:33)
at com.rs.net.decoders.WorldPacketsDecoder.processPackets(WorldPacketsDecoder.java:1375)
at com.rs.net.decoders.WorldPacketsDecoder.decode(WorldPacketsDecoder.java:258)
at com.rs.net.ServerChannelHandler.messageReceived(ServerChannelHandler.java:96)
at org.jboss.netty.channel.SimpleChannelHandler.handleUpstream(SimpleChannelHandler.java:100)
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564)
at org.jboss.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:559)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:274)
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:261)
at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:351)
at org.jboss.netty.channel.socket.nio.NioWorker.processSelectedKeys(NioWorker.java:282)
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:202)
at org.jboss.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108)
at org.jboss.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:44)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Any help is appreciated and lmk if there is any files you need to see for more clarification
First post ftw, mainly a runeserver browser :P