• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Question about monster drop

icekis

Member
Joined
Jan 18, 2018
Messages
97
Reaction score
6
I'd like to understand better about the drop chance of the monsters.

For example cyclops

XML:
<item name = "halberd" chance = "1003" />

What would be the chance of 1003?

If i want add 100% chance, how can i do this?
 
my server i use in config.lua
rateLoot = 1.5

and if i put drop = 66000 it is 100% of drop, if u use rateLoot 1.0 u need to test
i think mustafa is correct, if u use droploot = 1.0
 
Back
Top