File Name: Advanced common drop system
File Submitter: dreamunreal
File Submitted: 12-26 2011
File Updated: 12-26 2011
File Category: Source Modifications
Why make it:
Ind's Special item drop system can't do it.
so. I base on Ind's work to finish this to solve xazax's probrom.
How to use it:
1: create item_droprate.txt in db folder as item database. not a npc.
2: find conf/battle/drop.conf add new line common_drop.adv_flag: 1 as a switch,
if you use type 2 (switch off)
format in item_droprate.txt must like this:
any number,itemid,rate
e.g:
0,985,10000
1000,985,10000 // it will set item 985 drop rate to 100%
if your use type 1(switch on)
format in item_droprate.txt must like this:
mobid,itemid,rate
e.g:
1219,4120,10000 // it will set knight of abyss's knight of abyss card's drop rate to 100%
1150,985,1 // it will set moonlight_flower's elunium's drop rate to 0.01%
if you add new line or modify a line in item_droprate.txt it will run when you reload mobdb,after save.
Other:
this patch. base on eAthena r15049 trunk.
that is all,. enjoy it.
Download:
download 1: Click here to download this file(*.patch)
mirror1: save as (*.patch)