tarantonio
Old School Player
- Joined
- Jun 21, 2009
- Messages
- 868
- Solutions
- 1
- Reaction score
- 286
I want to ask you how the loot works on xml.
For example, I have this xml for GS:
I asume that 23000 equals to 100% ? Anyone know how to understand loot percentages?
For example, I have this xml for GS:
Code:
<loot>
<item id="2478" chance="9000"/><!-- brass legs -->
<item id="2148" countmax="57" chance="23000"/><!-- gold coin -->
<item id="2148" countmax="28" chance="23000"/><!-- gold coin -->
<item id="2148" countmax="30" chance="23000"/><!-- gold coin -->
<item id="2477" chance="600"/><!-- knight legs -->
<item id="2463" chance="8600"/><!-- plate armor -->
<item id="2545" countmax="12" chance="7500"/><!-- poison arrow -->
<item id="2457" chance="5300"/><!-- steel helmet -->
<item id="2169" chance="1375"/><!-- time ring -->
<item id="2476" chance="500"/><!-- knight armor -->
<item id="2171" chance="400"/><!-- platinum amulet -->
</loot>
I asume that 23000 equals to 100% ? Anyone know how to understand loot percentages?