Ninjamon Posted February 17, 2013 Posted February 17, 2013 How can i seperate the Card Drop Rate of Mini Bosses / MVP and Lhz Cards? Can anyone share their drop.conf? I am planning to give Mini Bosses Rate at 15%, MVP at 10 and Lhz at 5% Quote
Emistry Posted February 17, 2013 Posted February 17, 2013 you can try make use of this trunk/db/mob_item_ratio.txt Quote
Ninjamon Posted February 18, 2013 Author Posted February 18, 2013 Anyways, Is it possible to make Mini Bosses 15% and MVP 10% on drops.conf? Upppppppp Upppppppppppppppppppppppp Quote
Emistry Posted February 18, 2013 Posted February 18, 2013 swt..... // Examples: // 909,100 // Jellopies from monsters will drop with 1x drop rate regardless of global drop rate // 909,1000 // Jellopies from monsters will drop with 10x drop rate regardless of global drop rate // 909,100,1002 // Jellopies from Porings will drop with 1x drop rate. Other monsters that drop Jellopies are unaffected (use global drop rate). // Quote
Ninjamon Posted February 18, 2013 Author Posted February 18, 2013 Its quiet difficult to put all mini bosses one by one on that system. Is it impossible to do it with drops.conf or just a simple script? Quote
Playtester Posted February 18, 2013 Posted February 18, 2013 Maybe that's just me personally, but I'd just modify the mob_db.txt (or rather add copies of the monsters to the mob_db2.txt) and increase the base drop rate accordingly. For example I put the drop rate for boss cards to 500x, so they will drop to 5% by default. Then I update MVPs to have a base drop rate of 0.02% instead of 0.01% and then update minibosses to have a base drop rate of 0.03%. If you want it automatically calculated you'd need to do modifications to the source code. Not sure how familiar you are with C++, but you could find the part in mob.c that reads the rates from the config and where it reads the rate from the boss card config you make an adjustment based on the type or ID range of the monster. Quote
clydelion Posted February 18, 2013 Posted February 18, 2013 I think this is the one you are looking for. It adds a separate setting for MVPs. http://rathena.org/board/topic/61883-mini-mvp-and-mvp-card-drop-rate/#entry93786 Quote
Ninjamon Posted February 19, 2013 Author Posted February 19, 2013 (edited) I try to patch that but this error suddenly appears: uppp uppppppppp Edited February 18, 2013 by Tantrums Quote
clydelion Posted February 19, 2013 Posted February 19, 2013 Diff it manually, the patch is way too old for auto patching. Quote
Ninjamon Posted February 19, 2013 Author Posted February 19, 2013 (edited) Ok now that i added them. How can i separate their drop rates now? Successfully added but baphomet is not a boss? LOL. </3 Anyways thanks Edited February 19, 2013 by Tantrums Quote
Question
Ninjamon
How can i seperate the Card Drop Rate of Mini Bosses / MVP and Lhz Cards?
Can anyone share their drop.conf? I am planning to give Mini Bosses Rate at 15%, MVP at 10 and Lhz at 5%
9 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.