Quote:
Originally Posted by napo_p2p
I think Stefan is just saying that if there is a db NPC and a weapon with the same name, you have to distinguish between them using either:
findnpc("name").function();
findweaponnpc("name").function();
|
Oh, I understand now. But the problem still persists that its' trying to call functions from a deleted NPC.
Quote:
Originally Posted by napo_p2p
As for why the NPC Server tried to still call the functions of a non-existant NPC, I am not sure why. It could have something to do with the NPC not being deleted from the npcs/ folder. Maybe trying '/savenpcs' could fix that?
|
I checked the npcs/ folder, and the NPC wasn't present there. I haven't tried /savenpcs though.