Q> Global Drop Rate for specific item?

Ragnar Lothbrok

New member
Messages
317
Points
0
Age
40
Location
In the Desert or Morocc
Emulator
Do we have something like this Global Drop Rate for specific items?

like Grand Circlet

Orc Lord 4%, Stormy Knight 0.01% drop this one but they have different drop rate..

Something like you can set it same drop rate

like if you set it 10%, both MVP will be 10% drop rate of GC..

Thank You!

 
i try this mob_item_ratio but it seem's not working properly, can anyone confirm this one..

my drop.conf setting is item_rate_equip_boss: 100

and the drop rate of grand circlet for Orc Lord is 4.00% and for Stormy Knight is 0.01%

and now i try to use this mob_item_ratio for 

5007,800 //Grand Circlet both MVP should drop 0.08% right? but i get different drop rate for both MVP

i get 32% for Orc Lord and 0.08% for Stormy Knight..

 
ItemID,Ratio{,MonsterID}

you need to add monster id
thats why i didnot put monster ID because i want all monster drops that item all drop rate will be same and if i add monster ID i'm going to put all the monsters that drop that item.. and actually i already did it but still no success..

 
Last edited by a moderator:
base drop rate  in mob_db.txt

Orc Lord   ---> 5007,400  --->400/10000 --->4%

Stormy Knight --->5007,1---->1/10000 ---->0.001% ---->min cape drop rate --> 0.01%

and drop ratio was set to 800 (8X)

so get multiplied

Orc Lord ---> 4% *8 -> 32%

Stormy Knight----> 0.01% *8 ---> 0.08%

 
Last edited by a moderator:
base drop rate  in mob_db.txt

Orc Lord   ---> 5007,400  --->400/10000 --->4%

Stormy Knight --->5007,1---->1/10000 ---->0.001% ---->min cape drop rate --> 0.01%

and drop ratio was set to 800 (8X)

so get multiplied

Orc Lord ---> 4% *8 -> 32%

Stormy Knight----> 0.01% *8 ---> 0.08%
So I need to edit manually in mob_db, I thought this ratio works like what I want if you set to 8% all monsters dropping this it will become 8% whatever the min drop rate it is..

 
Back
Top