kickazz08 Posted February 13, 2013 Posted February 13, 2013 Hi guys.. how do i modify EXP Rates and DROP RATES ////////EXP RATE//////// // Rate at which exp. is given. (Note 2) base_exp_rate: 100 -> 8k // Rate at which job exp. is given. (Note 2) job_exp_rate: 100 -> 8k // Turn this on to allow a player to level up more than once from a kill. (Note 1) multi_level_up: no **********How to Modify EXP having more exp rates when a player is joining a PARTY????? /////////DROP RATE////////// // The rate at which cards are dropped item_rate_card: 100 -> 80% item_rate_card_boss: -> 4% item_drop_card_min: 1 item_drop_card_max: 10000 -> should this be change also??? thnx.. just want to know the coreect way to do it.... Quote
Emistry Posted February 13, 2013 Posted February 13, 2013 100 = 1x 1000 = 10x 10000 = 100x 800000 = 8000x Quote
kickazz08 Posted February 13, 2013 Author Posted February 13, 2013 (edited) thnx emistry.. ahmm how about the DROP RATES??? also *How to Modify EXP having more exp rates when a player is joining a PARTY????? Edited February 13, 2013 by kickazz08 Quote
Emistry Posted February 13, 2013 Posted February 13, 2013 trunk/conf/battle/party.conf // Give additional experience bonus per party-member involved on even-share parties (excluding youself)? // ex. If set to 10, an even-share party of 5 people will receive +40% exp (4 members * 10% exp): // 140% party experience in total, so each member receives 140%/5 = 28% exp (instead of 20%). party_even_share_bonus: 0 Quote
kickazz08 Posted February 13, 2013 Author Posted February 13, 2013 is this right?? /////////DROP RATE////////// // The rate at which cards are dropped item_rate_card: 100 -> 80% -> 8000 ? item_rate_card_boss: -> 4% -> 400 ? item_drop_card_min: 1 item_drop_card_max: 10000 -> should this be change also??? Quote
Capuche Posted February 14, 2013 Posted February 14, 2013 item_rate_card: 800000// 80%item_rate_card_boss: 40000// 4%item_drop_card_min: 1item_drop_card_max: 10000// don't touch Quote
Clever Posted February 22, 2013 Posted February 22, 2013 i follow the setup and i set it into 100% still only few drops not 100% // The rate at which equipment is dropped.item_rate_equip1000000item_rate_equip_boss: 1000000item_drop_equip_min: 1item_drop_equip_max: 10000// The rate at which cards are droppeditem_rate_card: 1000000item_rate_card_boss: 1000000item_drop_card_min: 1item_drop_card_max: 10000 its only 50% there is no way to increase the drop rate and fully drop all the item from that monster? i test it even poring won't drop 100% Quote
Capuche Posted February 22, 2013 Posted February 22, 2013 (edited) I don't answer to your question but item_rate_equip: 1000000 Mistakes ? Edited February 22, 2013 by Capuche Quote
clydelion Posted February 22, 2013 Posted February 22, 2013 It should work already unless it also looks like this in your drops.conf item_rate_equip1000000 Missing a colon. Quote
Question
kickazz08
Hi guys.. how do i modify EXP Rates and DROP RATES
////////EXP RATE////////
thnx.. just want to know the coreect way to do it....
8 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.