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