I'd like to know the current used exp-share-formula for a party with 3,4,5 and 6 persons.
I know where to find the current and old formula for a party with 2 people.
Thanks in advance.
I'd like to know the current used exp-share-formula for a party with 3,4,5 and 6 persons.
I know where to find the current and old formula for a party with 2 people.
Thanks in advance.
I believe the general formula for EXP gain in party is:
Where party bonus is as followed for different party sizes:Code:EXP gain = TotalEXP * (0.6 * damage dealt/monster's HP + 0.4 * lvl/party lvl) * party bonus
- Party of 2: 110%
- Party of 3: 115%
- Party of 4: 120%
- Party of 5: 125%
- Party of 6: 130%
I think the provided formula is only for a party with 2 people. I think the '0,6' and '0,4' 'multiplier' changes. That would result into something like:
Any thoughts?Code:Total EXP gain for killer = (XX * damage dealt/monster's HP) * party bonus Total EXP gain for party member = ( (1-XX)/ (party members -1) * lv/party lv) * party bonus
You use the same formula, but with 0 damage -> they get a split based on level.
Bookmarks