Chance multisell trade list (Classic revision)

Deazer

Head Developer
Staff member
Path : data/multisell/
Parameters:
<config showall="true" is_chanced="true" notax="true" keepenchanted="false" />

Full example of multisell:
XML:
<?xml version='1.0' encoding='utf-8'?>
<list>
<config showall="true" is_chanced="true" notax="true" keepenchanted="false" />
  <item id="1">
    <ingredient id="1459" count="1"/> <!-- What will be removed in the ingredients-->
    <production id="71" count="1" chance="0"/> <!-- The first item must be placed with a chance of 0 so that the sheet would be displayed as on the official server -->
    <production id="71" count="1" chance="50"/> <!-- Chance to get an item -->
    <production id="72" count="1" chance="50"/> <!-- Chance to get an item -->
  </item>
</list>

The sum of the chances should not exceed 100%, only 1 id item that fell out of the chance drops out of the list.

Visually, it looks like this:
0cf4991b54fbcb67103876e9190f2044.png
 
Last edited:
Back
Top