• 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!

Lootrate scale

Fare

Advanced OT User
Joined
Apr 3, 2008
Messages
2,387
Reaction score
151
Location
Ukraine
Can someone write me lootrate for monsters config? Becouse I just tested loot drop, and this is what I got :

I killed 200 black knights, in my black knight.xml:

PHP:
<item id="2457" chance="10000"/> -- steel helmet :: Arm 6
    <item id="2417" chance="4000"/> -- battle hammer :: Def 14 :: Atk 24
    <item id="2148" countmax="100" chance1="95000" chancemax="0"/> -- gold coin
    <item id="2476" chance="2000"/> -- knight armor :: Arm 12
    <item id="2489" chance="2000"/> -- dark armor :: Arm 10
    <item id="2490" chance="4000"/> -- dark helmet :: Arm 6
    <item id="2381" chance="10000"/> -- halberd :: Def 14 :: Atk 35
    <item id="2389" countmax="1" chance1="20000" chancemax="0"/> -- spear :: Atk 25
    <item id="1987" chance="95000"> -- bag
      <inside>
        <item id="2477" chance="2000"/> -- knight legs :: Arm 8
        <item id="2478" chance="10000"/> -- brass legs :: Arm 5
        <item id="2475" chance="4000"/> -- warrior helmet :: Arm 8
        <item id="2463" chance="4000"/> -- plate armor :: Arm 10
        <item id="2148" countmax="24" chance1="95000" chancemax="0"/> -- gold coin
        <item id="2120" chance="20000"/> -- rope
        <item id="2387" chance="10000"/> -- double axe :: Def 12 :: Atk 35
        <item id="2377" chance="4000"/> -- two handed sword :: Def 25 :: Atk 30
        <item id="2430" chance="2000"/> -- knight axe :: Def 21 :: Atk 33
        <item id="2414" chance="500"/> -- dragon lance :: Def 16 :: Atk 47
        <item id="2195" chance="500"/> -- boots of haste
		<item id="7895" chance="500"/> 
        <item id="2133" chance="2000"/> -- ruby necklace

and this is loot what I got:

9x knight armors, 2x dark armors, 18x halberts, 5x knight legs, 8x warrior helmets, 5x plate armors, 7x two handed swords, 1x boh, 5x knight axes. Also some other shit likesteel helmets, battle hammers ect.

It this right? 100000 = 100%, 50000 = 50%, 10000 = 10%, 1000 = 1%, 500 = 0.5%?
 
boh is 500, 500 = 0.5% which means you get 1 every 200 kills, now that's correct.. as for the knight armors, its 2000, so 2%.. 1 knight armor every 50 kills, so you should've had 4, but you got 9, quite lucky there.. anyway didnt check the rest, but seems alright
 
Back
Top