Nagad 1 Posted July 3, 2015 (edited) I want to raise the exp at +30% if there are 4 or more members in a party, how to do that?? Thanks Edited July 5, 2015 by Nagad Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted July 3, 2015 conf/battle/party.conf // Give additional experience bonus per party-member involved on even-share parties (excluding yourself)?// 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 Share this post Link to post Share on other sites
0 Nagad 1 Posted July 3, 2015 (edited) Hi evilpuncker Thanks for your answer I knew it, I just do not want that a party with 2 or 3 members only get the extra bonus that I want to add (that's why I said "4 or more members"). Do you know how to do that? Edited July 3, 2015 by Nagad Quote Share this post Link to post Share on other sites
0 Xgear 44 Posted July 6, 2015 Lookup party_exp_share @ party.c Where it says "party_even_share_bonus && c > 1", c stands for the amount of party members (yourself included). Setting it to "c > 4" would mean if the party has more than 4 members (5 in total). Quote Share this post Link to post Share on other sites
I want to raise the exp at +30% if there are 4 or more members in a party, how to do that??
Thanks
Edited by NagadShare this post
Link to post
Share on other sites