Custom NPC Names

Post Reply
twistedvengeance
Posts: 16
Joined: Tue Jan 22, 2013 12:10 pm

Custom NPC Names

Post by twistedvengeance » 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?

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');
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.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Custom NPC Names

Post by kjLotus » Tue Jan 22, 2013 8:20 pm

NPC names are all part of the client. in order for a new/custom name to be used, you'd have to edit a .DAT for every client

twistedvengeance
Posts: 16
Joined: Tue Jan 22, 2013 12:10 pm

Re: Custom NPC Names

Post by twistedvengeance » Tue Jan 22, 2013 8:40 pm

I see the area now in Polutil(duh..)
However, at the bottom of the zone that I'm planning on making the edits, there are like 500 empty npc names. Would the newest ones I add be at the bottom, or will the ones I add show up as something?

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: Custom NPC Names

Post by bluekirby0 » Tue Jan 22, 2013 9:41 pm

Unless you edit the DATs directly they won't show up in POLUtils at all. If you do edit the DATs, they will show up wherever you put them.

twistedvengeance
Posts: 16
Joined: Tue Jan 22, 2013 12:10 pm

Re: Custom NPC Names

Post by twistedvengeance » Wed Jan 23, 2013 5:51 pm

So, not to be a pain in the ass(even though I'm sure I am)

I have managed to edit the .DAT file and create npc names for my custom npcs(I used POLUTIL btw.) However; I can not find what file was changed!

Image

I went through my .dat folders and did not see a recently edited file, other than the last dsp update patch.
Any idea how I can go about finding which file was changed? Does Polutil offer this feature?

Thanks!

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: Custom NPC Names

Post by bluekirby0 » Wed Jan 23, 2013 6:25 pm

Running a file check on FFXI in POL Viewer can give you a list of modified files. Just don't do the repair unless you want them changed back.

twistedvengeance
Posts: 16
Joined: Tue Jan 22, 2013 12:10 pm

Re: Custom NPC Names

Post by twistedvengeance » Wed Jan 23, 2013 6:50 pm

Ah! Thank you, good sir. You have been very helpful.

Post Reply