Page 1 of 1

NPC giving me wrong Multisell list. **RESOLVED**

Posted: Sun Jun 07, 2009 8:48 pm
by bjc435
If you want to receive support we need this info to help you properly.
» 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. :mrgreen:

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>
Thanks in advance


Problem was a typo.....duhhhhhh for got to --------> </list> :|

Re: NPC giving me wrong Multisell list.

Posted: Sun Jun 07, 2009 9:01 pm
by janiii
try to search which list it shows to you, what name does the file of the list has, and maybe it will help you understand..

Re: NPC giving me wrong Multisell list.

Posted: Sun Jun 07, 2009 9:31 pm
by Bloodshed
most likely a typo in one of the multisell lists that makes this happen

Re: NPC giving me wrong Multisell list.

Posted: Mon Jun 08, 2009 12:17 am
by bjc435
Thanks for your replies guys, but still no luck.....last time i had this issue i posted on the other l2j forum, and i got some good responces but none of them worked....i did eventually figure out what the issue was...it was something stupid like L2merchant instead of L2Merchant...that wasn't it...but something like that.

anyways i have another question regarding multisell. if i wanted to sell an multiple items like an armor set in one slot would the xml be something like:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><list>    <item id="1">        <ingredient id="57" count="12000"/>        <production id="2416, 11402, 11404, 572, 5736" count="1"/>    </item>
No that's not what i was trying to do with the original post.....just had that thought while making multisells :mrgreen: