summaryrefslogtreecommitdiff
path: root/conf/map/battle/party.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/map/battle/party.conf')
-rw-r--r--conf/map/battle/party.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/conf/map/battle/party.conf b/conf/map/battle/party.conf
index a34a0c4f..0886e72b 100644
--- a/conf/map/battle/party.conf
+++ b/conf/map/battle/party.conf
@@ -49,13 +49,14 @@ party_change_leader_same_map: false
// When 'Party Share' item sharing is enabled in a party,
// announce in the party which party-member received the item and what's he received? (Note 1)
-show_party_share_picker: true
+show_party_share_picker: false
// What types of items are going to be announced when 'show_party_share_picker' is active?
// 1: IT_HEALING, 2: IT_UNKNOWN, 4: IT_USABLE, 8: IT_ETC,
// 16: IT_WEAPON, 32: IT_ARMOR, 64: IT_CARD, 128: IT_PETEGG,
// 256: IT_PETARMOR, 512: IT_UNKNOWN2, 1024: IT_AMMO, 2048: IT_DELAYCONSUME
// 262144: IT_CASH
+// 112: Card + Armor (rings) + Weapon
show_picker_item_type: 112
// Method of distribution when item party share is enabled in a party:
@@ -70,12 +71,12 @@ 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: 300
// 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
+party_even_share_bonus: 5
// Display party name regardless if player is in a guild.
// Official servers do not display party name unless the user is in a guild. (Note 1)