NPC plz Help

smoochy boys on tour

Deficall

Dedicated Member
Dedicated Member
Aug 15, 2009
12
0
27
hola a todos me gustaria saber un tema de los NPC's , cuando tengo un nuevo mapa, como le agrego un nuevo NPC's sin moverlo de otro mapa.
basicamente mi pregunta es , como puedo crear un nuevo NPC's en mi servidor ?
gracias saludos

------------------------------------------------------------
------------------------------------------------------------
hi all I would like to know a subject of NPC's, when I have a new map, as I add a new NPC's without moving to another map.

basically my question is, how I can create a new NPC's on my server?

thanks greetings
 

Zordon

Golden Oldie
Golden Oldie
Apr 26, 2008
1,176
20
145
Manchester, UK
make the script, place it in Merchant_Def. Say you want it on bichon and its a specialrepair npc. Call it SpecialRepair-0 for instance (what ever you call it have to have the map number on the end of the name, i.e. Bichon is 0)

Next go to merchant.txt

go to the bottom and type:

SpecialRepair 0 159 239 (SpecialRepair)_Walter 0 87

NPC Name minus the map number in SpecialRepair
Number in 0 is your map number you want the npc placed on.
Number in 159 is your map X co-ord on the map you want it placed on.
Number in 239 is your map Y co-ord on the map you want it placed on.
Text in (SpecialRepair)_Walter is the NPC name as you see it in game.
Number in 0 leave as 0 as most are set to that so dont worry about that.
Number in 87 is the NPC image on the client side in NPC.wil/wix. So for instance 87 would be images 880-889 for example.

As long as you stick to doing that making an npc is simple :)
 
Upvote 0