Page 1 of 1

Walking Merchant

Posted: Wed Aug 19, 2009 7:55 pm
by lishawj
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number:
L2JDP Revision Number:

Hi everyone,

I created a custom npc (l2npcwalker type) and it work fine but I wanted to create a walking npc merchant. I had defined the routes, the htm files, etc but it does not walk after I change the type to L2merchant. I remember seeing a walking NPC merchant before and I believe it was the Mysterious fortress merchant but I can't be sure. Does anyone have advices or pointers for me?

Hmm...maybe I can use the mysterious fortress npc template but I cant' be sure if that's the npc I saw.

Thank you.

Re: Walking Merchant

Posted: Wed Aug 19, 2009 8:06 pm
by devo
why you changed it to merchant? just leave it as npcwalker and give him html file with linking to multisell. But if I remember there was issue with walking merchants, there is core part missing for them. When you open mutisell window and he walk away you cant trade.

Re: Walking Merchant

Posted: Wed Aug 19, 2009 8:30 pm
by lishawj
That was the problem I tried to fix initially. The npc walks away and I can't complete the trade so I thought maybe changing ito to L2merchant might work but it did not. Well, if there is problems with walking merchant then I guess I won't bother with it unless someone has a work around.

Thanks for the response.


I tried using the alternate multisell bypass and I got it working. The walking NPC merhant will not sell using bypass command "action="bypass -h npc_%objectId%_Buy" but it will work if i use "action="bypass -h npc_%objectId%_multisell".

Thanks.