• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

item not dropping

Elpulpo

Member
Joined
Mar 18, 2016
Messages
52
Reaction score
8
I'm trying to drop a item from a monster with 100% chance, and I added 3 lines on monster's xml like that:

Code:
<loot>
<item id="2152" chance="100000"/>
</loot>

but it doesn't drops

What's the problem?
 
Back
Top