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.
|