Thread: create a npc
View Single Post
  #13  
Old 05-06-2014, 07:27 PM
Trubles
Sarnak
 
Join Date: May 2014
Posts: 80
Default

To find the npcid of any npc you can do this multiple ways:

1. #npcstats with the npc targeted
2. SELECT 'id' FROM 'npc_types' WHERE name = 'npcname';
3. Any sort of editors, EoC, GeorgeS' tools..

You can PM me if you need help at any time.

You don't need to remove the default.pl from tutorialb.

You just need to name your .pl the npcid or the npc name:

Ex: npcid=999216
npcname=Test_Ring

If you don't include the _ in the name it will not work correctly.
Reply With Quote