Thread: New Engine bug?
View Single Post
  #5  
Old 10-20-2005, 02:25 PM
ApothiX ApothiX is offline
Okiesmokie
Join Date: May 2004
Posts: 1,447
ApothiX is on a distinguished road
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.
__________________


[06:24:19] * Parts: Skyld (i=silent@unaffiliated/skyld) ("Perhaps Okiesmokie did not realise that I like the boys. ")
Reply With Quote