L2J_DataPack_10246_BETA, L2J_Server_6473_BETA, know i am using this, and i spawn my gm shop, but multisell dont work...i was using other server machine we was working fine, know don`t work thats wrong? my one multisell
game\data\multisell\custom
<?xml version='1.0' encoding='utf-8'?>
<list maintainEnchantment="true">
<item id="1">
<ingredient id="57" count="200"/>
<ingredient id="13435" count="1"/>
<production id="14523" count="1"/>
</item>
<item id="2">
<ingredient id="57" count="200"/>
<ingredient id="13436" count="1"/>
<production id="14524" count="1"/>
</item>
<item id="3">
<ingredient id="57" count="200"/>
<ingredient id="13437" count="1"/>
<production id="14525" count="1"/>
</item>
<item id="4">
<ingredient id="57" count="300"/>
<ingredient id="15592" count="1"/>
<production id="16171" count="1"/>
</item>
<item id="5">
<ingredient id="57" count="300"/>
<ingredient id="15593" count="1"/>
<production id="16172" count="1"/>
</item>
<item id="6">
<ingredient id="57" count="300"/>
<ingredient id="15594" count="1"/>
<production id="16173" count="1"/>
</item>
<item id="6">
<ingredient id="57" count="500"/>
<ingredient id="15575" count="1"/>
<production id="16168" count="1"/>
</item>
<item id="7">
<ingredient id="57" count="500"/>
<ingredient id="15576" count="1"/>
<production id="16169" count="1"/>
</item>
<item id="8">
<ingredient id="57" count="500"/>
<ingredient id="15577" count="1"/>
<production id="16170" count="1"/>
</item>
</list>
multisell dont work...
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Advanced User
- Posts: 1440
- Joined: Wed Apr 15, 2009 10:07 am
Re: multisell dont work...
Compare your multisell to another one and you will find out why it doesnt work.
- foxmulder
- Posts: 19
- Joined: Tue Feb 25, 2014 2:17 pm
- Location: Sweden
Re: multisell dont work...
<item id="6">
<ingredient id="57" count="300"/>
<ingredient id="15594" count="1"/>
<production id="16173" count="1"/>
</item>
<item id="6">
<ingredient id="57" count="500"/>
<ingredient id="15575" count="1"/>
<production id="16168" count="1"/>
</item>
You have 2 times Item ID 6
<ingredient id="57" count="300"/>
<ingredient id="15594" count="1"/>
<production id="16173" count="1"/>
</item>
<item id="6">
<ingredient id="57" count="500"/>
<ingredient id="15575" count="1"/>
<production id="16168" count="1"/>
</item>
You have 2 times Item ID 6
- St3eT
- Posts: 961
- Joined: Sun Mar 07, 2010 6:50 pm
Re: multisell dont work...
ID in multisells are not used anymore.