Log in

View Full Version : Merchant Making Issues


Cruzer
01-14-2009, 07:25 PM
I Made an NPC with a Merchant ID but for some reason GeorgeS tools wont see him as a merchant what do i hav to do to fix this and make him 1?

klehma
01-14-2009, 08:57 PM
did you make his class 41 ??

in game it would be

#spawn (name) (race) (level) (material) (hp) (Gender) (Class=41) (priweapon) (secweapon) (merchantid)

example would be

#spawn Weapon_Vendor 3 100 0 10000 male 41 0 0 1

would make a lvl 100 edruite male 10k hp merchant class with merchant ID 1

once he is made ingame use "#npcspawn Create" then repop zone with "#repop"

open back up the editor and search the zone u made him in and he/she should be there

klehma
01-14-2009, 09:04 PM
Also, You can use "#npcedit class 41" "#repop" if the Npc u want to be a Merchant is already made

GeorgeS
01-14-2009, 10:45 PM
I Made an NPC with a Merchant ID but for some reason GeorgeS tools wont see him as a merchant what do i hav to do to fix this and make him 1?

That's correct, my tool uses the class='41' flag as a criteria for merchant class

GeorgeS