hello, i'm relatively new in this forum, and i see Phantomex has the same problem with me. but in my case i want to change every drop rate to 100% well, i did change the mob_db.txt set all the drop rate from all monster to 10,000 which mean 100% it did work with every MVP and Mini Boss. but the thing is, it didn't work with normal mob. my Poring, Lunatic, Scorpion, etc. won't drop 100% every item they have. instead they only drop 50% i try modifying the drops.conf file to 10,000 won't work either. after a few days of search, then i come with a solution. it is not my mob_db.txt(that is changed to 100% drop) fault nor the drops.conf that i set it to 100% it's /src/config/renewal.h fault whenever the level differences between monster is X then the drop rate will reduced to Y you can see it here http://rathena.org/wiki/SRC/config/ it overrides the last drop rate calculation, making Poring(Level 1) drop rate reduced to 50% when engaged in battle with my char(Level 55) i used my own program to change the mob_db.txt drop to 100% and for Phantomex, i could make the drop rate you want, if you provide the monster ID, since MVP ID isn't writed in sequence order, so you must make list of it and take note, i can't change only MVP Equip Rate, my programs only separate Card Drop Rate and Item(Misc/Equip) Drop rate. also, the normal mob_db.txt have a lot of commented lines marked with "//" and you have to delete the commented line.
Example :
when you send me the mob_db.txt you should send it like this :
and i will send you back the mob_db.txt that is edited that's all now i'm looking for setting guild war only one castle at a time. ex: when WoE in Prontera active, only Gondul can be conquered. any suggestion?