diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-25 14:44:14 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-25 14:44:14 +0000 |
commit | bbb2671566dada63d7a34616f93e66b18d91ef44 (patch) | |
tree | 76771200cd114f2d1cf01615879c3348c9c0a47b /conf-tmpl/battle/party.conf | |
parent | 25e3d584866b386b37232320457e6cf1bdcf3d87 (diff) | |
download | hercules-bbb2671566dada63d7a34616f93e66b18d91ef44.tar.gz hercules-bbb2671566dada63d7a34616f93e66b18d91ef44.tar.bz2 hercules-bbb2671566dada63d7a34616f93e66b18d91ef44.tar.xz hercules-bbb2671566dada63d7a34616f93e66b18d91ef44.zip |
- Made the exp bonus settings be adjustable:
- exp_bonus_attacker: Indicates how much additional exp a mob gives per additional attacker (eg: 10 -> +10%*attacker)
- exp_bonus_max_attacker: Indicates at which number of attackers the bonus is capped (eg: 5 -> 5 attackers, so a mob yield the same exp whether 5 or 10 people attack it)
- Changed the way the party_even_share_bonus setting works. It now uses a simple linear bonus increase (eg: 10 -> +10%*party member)
- The defaults are as explained by Tharis: +25%/attacker, capped at 12 attackers, no party bonus.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9067 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle/party.conf')
-rw-r--r-- | conf-tmpl/battle/party.conf | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/conf-tmpl/battle/party.conf b/conf-tmpl/battle/party.conf index 658bd8297..268f8b1d8 100644 --- a/conf-tmpl/battle/party.conf +++ b/conf-tmpl/battle/party.conf @@ -57,11 +57,8 @@ party_item_share_type: 0 // A character's idle status is reset upon item use/skill use/attack (auto attack counts too)/movement.
idle_no_share: no
-// Use the alternate experience even share bonus equation?
-// When multiple characters even share experience within a party, there's an experience bonus of 10% per additional teammate.
-// Setting this to other than 0 uses a different experience bonus equation of the form: bonus*c*(c-1)/10 (where c is the total
-// count of players to share experience). With bonus = 25 in a full party (c = 12) the total bonus is +25*12*11/10 = +330%,
-// which means the total exp gained is 430% of the original, and each party member receives ~35% of the original mob's experience.
+// 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: 0
// If a party uses a skill with penalties do they apply? (Note 1)
|