Item Npc

Join Discord

mirlin6

Golden Oldie
Golden Oldie
Aug 11, 2004
532
3
124
United Kingdom
basicly i want to make a helper npc that will give people items but when i try to get it onto my server it doesent apere i think im doing sumet wrong anyone help please, ive put the script into market_def and merchant.txt should i be puting it anywhere else?

thanks for any help you can give :D



one thing i got right lol i placed a guard.
 

Paine

Dedicated Member
Dedicated Member
Mar 17, 2004
139
0
63
England
Ya npc should be named like NPCNAME-MAPNUMBER eg PotShop-0.txt and in your merchant.txt file u should have

NPCNAME, mapnumber, Xcoords, YCoords, NPCNAME, facing, NPC Image.
PotShop 0 167 234 PotMan 0 56
 
Upvote 0

Tass

Dedicated Member
Dedicated Member
Jun 8, 2005
150
0
62
basicly i want to make a helper npc that will give people items but when i try to get it onto my server it doesent apere i think im doing sumet wrong anyone help please, ive put the script into market_def and merchant.txt should i be puting it anywhere else?

thanks for any help you can give :D



one thing i got right lol i placed a guard.

You manually place guards by using GM commands @mob guard that has nothing to do with NPC's lol.
 
Upvote 0

chimera

LOMCN VIP
VIP
Jul 30, 2003
1,054
23
235
UK
In Merchant txt:

01Meet_NuMa 4 151 134 (MeatShop)_Wachi 0 77

In Market_Def filename called:

01Meet_NuMa-4
 
Upvote 0