- Хроники
- Shadow of the Kamael
- Исходники
- Присутствуют
- Сборка
- L2jMobius Master class ch3
Hey guys.
Noob fast question, i really forget how to do it.
Need in monster droplist create a group for drop only 1 item inside.
something like this
ty!!
Noob fast question, i really forget how to do it.
Need in monster droplist create a group for drop only 1 item inside.
something like this
Код:
<group chance="80" min="1" max="2">
<item id="912" min="2" max="3" chance="33.33" /> <!-- Near Forest Necklace -->
<item id="880" min="1" max="1" chance="33.33" /> <!-- Black Pearl Ring -->
<item id="849" min="1" max="3" chance="33.33" /> <!-- Tiger's Eye -->
</group>
ty!!