Jump to content
  • 0

Custom drop rate on certain item


Question

Posted

Hi, i am making Custom drop rate on certain item, my server min EQ drop rate is 5% . but i wan to make Bone helm drop rate is 2% on my custom monster.

so, i add it in mob_item_ratio

5017,100.3011

"3011 is my custom mob id"

and then i @reloadmobdb, and type @mi 3011, the mob still drop with 5%... please help me

12 answers to this question

Recommended Posts

Posted (edited)

/swt ...

your trunk/db/mob_item_ratio.txt

5017,100.3011

my trunk/db/mob_item_ratio.txt

5017,100,3011

you are the 1 who should see your 1st post clearly...

oh sorry, in my itemratio db it nos put "." , is put "," lol.. but when i post here i dono why it change to "full stop" haha. sorry.

by the way, stil same even i @reloadmobdb

my mob_db

3011,CHUNG_E,Chung E,Green

3011,CHUNG_E,Chung E,Green Maiden,49,23900,0,2156,894,1,460,1050,8,15,38,65,43,30,90,15,10,12,1,7,40,0x3695,170,1728,816,1188,0,0,0,0,0,0,0,5690,50,30723,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0

mob item ratio

5690,10,3011

battle conf

// The rate at which equipment is dropped.
item_rate_equip: 50000
item_rate_equip_boss: 100
item_drop_equip_min: 500
item_drop_equip_max: 10000

Edited by donkeyg
Posted

5690,400,3011

just play around with the calculations..

0.50% x 4.00 = 2.00%

eveni make

5690,50,3011

still the same.. it still makes the lowest drop rate is 5%=.=.........

Bumpp.. need it urgent..

Posted (edited)

mob_item_ratio.txt

// Specific Item Drop Ratio Database

...

// - Does not override item_drop_*_min/max settings.

That means drop rate can't be lower than your item_drop_*_min, you must change your item_drop_*_min setting

Edited by Capuche
Posted

mob_item_ratio.txt

// Specific Item Drop Ratio Database

...

// - Does not override item_drop_*_min/max settings.

That means drop rate can't be lower than your item_drop_*_min, you must change your item_drop_*_min setting

then what's the different modify in mob_db and item_ratio.txt?

Posted

None. But you can change one item drop rate for all monster in one go in mob_item_ratio.txt. Much faster than modify in mob_db

 

I just read the comment in mob_item_ratio file, no more.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...