Sell multiple items in one multisell slot??
Posted: Mon Jun 08, 2009 2:51 am
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
i have another question regarding multisell. if i wanted to sell multiple items like an armor set in one slot would the xml be something like:
I think I have seen some servers do this. If so would that code above work? or would it be:
Or neither one of those? I'm still learning this xml stuff, but what i have learned from the things i have created, lead me to think one of those would fit...but like i said i could be wrong XD
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
i have another question regarding multisell. if i wanted to sell 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>
Code: Select all
<production id="2416" "11402" "11404"" 572"" 5736" count="1"/>