Setting up the party drop

Overlord132

Vassal
Customer
Hi there.
I would like to know how to set up the boss drops so that the items drop equally to all members of the group.

<rewardlist type="RATED_GROUPED">
<group chance="100">
<reward item_id="57" min="10000000" max="20000000" chance="100" />
</group>
<group chance="100">
<reward item_id="6636" min="50" max="100" chance="100" />
</group>
</rewardlist>
<rewardlist type="NOT_RATED_GROUPED">
<group chance="100">
<reward item_id="8537" min="1" max="1" chance="100" />
</group>
<group chance="100">
<reward item_id="6640" min="1" max="1" chance="100" />
</group>
<group chance="100">
<reward item_id="8440" min="1" max="1" chance="100" />
</group>
</rewardlist>
 
Back
Top