Запрещено публиковать исходный код без BB-кода — CODE
Hello dear
kamil2,
Using a multisell sheet to exchange items if available:
The path to such a multisell list: action="bypass -h npc_%objectId%_exc_multisell
number"
Where number is the file
number
Example:
<?xml version='1.0' encoding='utf-8'?>
<list>
<!-- weapon1 - recipe1 -->
<item>
<ingredient id="IDRECIPE1" count="1"/>
<production id="IDWEAP1" count="1"/>
</item>
<!-- weapon2 - recipe1 -->
<item>
<ingredient id="IDRECIPE1" count="1"/>
<production id="IDWEAP2" count="1"/>
</item>
</list>
Try it