» Find Revision
L2J Revision Number:
L2JDP Revision Number:
Hey all, i created an npc. She is L2Merchant. Her html is in the merchant folder, and the xml shop files are in the multisell folder. After restarting server, i talk to the npc, and html looks good, buttons are there, but when i get to the link that links to the multisell the wrong list comes up. I had this issue a long while back, but i do not remember how i fixed the issue.

here is her html
Code: Select all
<html><body>Annette:<br><a action="bypass -h npc_%objectId%_Multisell 88887">Heavy Armor</a><br><a action="bypass -h npc_%objectId%_Multisell 88888">Light Armor</a><br><a action="bypass -h npc_%objectId%_Multisell 88886">Robes</a><br><a action="bypass -h npc_%objectId%_Multisell 88885">Weapon</a><br></body></html>
Problem was a typo.....duhhhhhh for got to --------> </list>
