diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/common/inter-server.conf | 3 | ||||
-rw-r--r-- | conf/map/battle/party.conf | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/conf/common/inter-server.conf b/conf/common/inter-server.conf index 6db189a7..61086835 100644 --- a/conf/common/inter-server.conf +++ b/conf/common/inter-server.conf @@ -31,7 +31,8 @@ inter_configuration: { // Level range for sharing within a party - party_share_level: 15 // FIXME: Split RE and pre-RE + // NOTE: Has no effect if Evol Plugin is active + party_share_level: 150 // FIXME: Split RE and pre-RE // Log configuration log: { diff --git a/conf/map/battle/party.conf b/conf/map/battle/party.conf index a34a0c4f..0007f0d2 100644 --- a/conf/map/battle/party.conf +++ b/conf/map/battle/party.conf @@ -70,7 +70,7 @@ party_item_share_type: 0 // a character idle. // Characters in a chat/vending are always considered idle. // A character's idle status is reset upon item use/skill use/attack (auto attack counts too)/movement. -idle_no_share: 0 +idle_no_share: 180 // 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): |