Jump to content
  • 0

How to increase exp gained when players are in party?


Question

Posted (edited)

Where can I find it?

Or

How to increase exp party per people?

e.g. for every one player who joins the party.. the exp gained by the part is increased by 25% .. how to do it?

Edited by emong

6 answers to this question

Recommended Posts

Posted

rAthena/conf/battle/party.conf

// Give additional experience bonus per party-member involved on even-share parties?
// (eg: If set to 10, a even-share party of 5 people will receive +40% exp)
party_even_share_bonus: 10

Posted (edited)

It means how many percent bonus per member (Count from 2nd member), so if you have a party of 5. They will receive 80% bonus EXP.

Original: (Party Member) - 1 * 10% (Value in conf)

Edited by darristan
  • Upvote 1
Posted

It does calculates bonus EXP for every player, read my formula properly.

Party Member - 1 * 10% = Bonus

When you have 3 party members which means

(3 - 1) * 10% = 20% Bonus EXP

5 party members

(5 - 1) * 10% = 40% Bonus EXP

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...