Few MVP Equip Drop 50%

salmanshaikh14

New member
Messages
14
Points
0
How to make these mvp Equipment drop 50%

Wounded Satan,Beelzebub,Valkyrie,Valkyrie Randgris,Nidhoggr's Shadow 

 
i want my mvp equip drop 25% normal equip 20%

// The rate at which equipment is dropped.
item_rate_equip: 2000
item_rate_equip_boss: 2500
item_drop_equip_min: 2500
item_drop_equip_max: 2500
 
but some mvp like 
 
Wounded Morroc 1917
mob_item_ratio.txt
2374,5000,1917
2375,5000,1917
2433,5000,1917
5808,5000,1917

 to drop his equip at 50% ?? is this ryt please help

 
based on this 

// Structure of Database:// ItemID,Ratio{,MonsterID}
you do it right.. what is the type of your server? pre-renewal or renewal?

 
its  pre-renewal, i have // on renewal in src.. but it is not coming 50%

 
Last edited by a moderator:
also add // on renewal_drop

Code:
/// renewal drop rate algorithms/// (disable by commenting the line)////// leave this line to enable renewal item drop rate algorithms/// while enabled a special modified based on the difference between the player and monster level is applied/// based on the [URL="http://irowiki.org/wiki/Drop_System#Level_Factor"]http://irowiki.org/wiki/Drop_System#Level_Factor[/URL] table#define RENEWAL_DROP <-------- add //#define RENEWAL_DROP
 
sevenzz23i did it already //#define RENEWAL_DROP

// The rate at which equipment is dropped.
item_rate_equip: 2000
item_rate_equip_boss: 2500
item_drop_equip_min: 2500
item_drop_equip_max: 2500
 
Wounded Morroc 1917
mob_item_ratio.txt
2374,5000,1917
2375,5000,1917
2433,5000,1917
5808,5000,1917
 
with this setting it should come to 50% for Wounded Morroc 1917
 


Untitled.png

drops.txt

 

Attachments

Last edited by a moderator:
Back
Top