How to make your own NPC name

07/11/2009 08:15 raidenx123#1
Step1. Go to your client directory
Step2. Go into your ini folder and open npc.ini

Step3. Search the name of the NPC you wanna use. (I am going to do Celestine)

Step4. Copy whole code
Code:
[NpcType835]
Name=Celestine
SimpleObjID=12
StandByMotion=999111100
BlazeMotion=999111190
RestMotion=999111101
Effect=none
ASB=5
ADB=6
FixDir=0
Step5. Paste anywhere and Change the ID (NpcTypeXXX) to anything you want and change the name to w/e you want. (I chose 1987, just make sure its not already in use)
Code:
[NpcType1987]
Name=NEW NAME GOES HERE
SimpleObjID=12  <<<< The mesh of the NPC (how it looks)
StandByMotion=999111100  <<<< How it looks when its just standing
BlazeMotion=999111190  <<<< How it looks when you click it
RestMotion=999111101  <<<< How it looks after you click it
Effect=none  <<<< The effect around the NPC (you can do luckytime,etc) eg: Effect=LuckDiffuse
ASB=5
ADB=6
FixDir=0
Step6. Time to know what ID you are going to use for the NPC, the ID you just put in step above is it, but you gotta multiply by 10. So I am going to choose the ID 1987. And the Type ID I would use would be 19870.

This is very simple but yet I dont see servers using it So now I hope I do! I would like to improve all servers.
07/11/2009 09:52 jvt619#2
will this work on tq bin??=)
07/11/2009 10:39 BrokeN^WinG#3
Quote:
Originally Posted by jvt619 View Post
will this work on tq bin??=)
yea i think so
07/11/2009 14:06 ELB@Sh@BeCkh@M#4
nice guide, thx
07/11/2009 14:28 raidenx123#5
It works on TQ bin since it is client sided
07/11/2009 15:02 m7med#6
i want thing like this to comeu v2 if u can
07/11/2009 15:16 raidenx123#7
I dont have coemuv2 client but im pretty sure it has files to do this, this is how to change a name of an npc, or you can not make new one and just rename the NPC
07/11/2009 15:35 danielachraf#8
Already released ..
07/11/2009 15:39 jvt619#9
i dont understand!! can someone teach me...!
07/11/2009 15:47 raidenx123#10
Where was this released :/

Last night i was bored and made like 5 guides.
07/11/2009 16:24 n0mansland#11
Quote:
Originally Posted by m7med View Post
i want thing like this to comeu v2 if u can
It's something to do with serverinfo.cs in C# right? I think so haven't tried yet.
11/21/2009 04:25 #*=DarkAngeL=*##12
Nice guide :D
Already knew but made a thanks anyway ;D
11/22/2009 07:26 jmk1#13
Nice :) Ill try it
11/22/2009 16:12 Arcо#14
Quote:
Originally Posted by n0mansland View Post
It's something to do with serverinfo.cs in C# right? I think so haven't tried yet.
Does client side stuff really have anything to do with coding?
Hmm that's new.
Never heard of that before.
11/22/2009 19:15 Korvacs#15
Quote:
Originally Posted by Tiku View Post
Does client side stuff really have anything to do with coding?
Hmm that's new.
Never heard of that before.
Atually, there was a time when you could send a custom name for npcs from the server. You cant do it anymore i dont think.