Custom NPC Names
Posted: Tue Jan 22, 2013 8:16 pm
So I've added some custom NPC's into my server that allow people to buy specific items to aid in end-game "dungeons," but they are all titled with "NPC."
Is there a way I can add new npc names through the npc id?
Even though the name field is Lilisette, she shows up as "NPC"
I have looked through the forum and seen minimal discussion on this, and that discussion was mainly disregarding the idea of adding new npcs. However, they did mention something about finding npc Id's through POLUTIL and editing .dat files to find dec. numbers. However, I believe this is only to FIND an npc id, not to make one. Does anyone have any information on this?
I feel as though it's a semi-important thing for running a server.
Is there a way I can add new npc names through the npc id?
Code: Select all
INSERT INTO `npc_list` VALUES ('17114005', 'Lilisette', '63', '-18', '2', '3', '6', '40', '40', '0', '1', '0', '0', '3', 0x0000E70800000000000000000000000000000000, '0', '230');
I have looked through the forum and seen minimal discussion on this, and that discussion was mainly disregarding the idea of adding new npcs. However, they did mention something about finding npc Id's through POLUTIL and editing .dat files to find dec. numbers. However, I believe this is only to FIND an npc id, not to make one. Does anyone have any information on this?
I feel as though it's a semi-important thing for running a server.