diff options
Diffstat (limited to 'conf-tmpl/battle/party.conf')
-rw-r--r-- | conf-tmpl/battle/party.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf-tmpl/battle/party.conf b/conf-tmpl/battle/party.conf index 5be96b6ec..f8152e1ce 100644 --- a/conf-tmpl/battle/party.conf +++ b/conf-tmpl/battle/party.conf @@ -30,6 +30,11 @@ // If someone loots, show name in party? (Note 1)
show_steal_in_same_party: no
+// Method used to update party-mate hp-bars:
+// 0: Aegis - bar is updated every time HP changes (bandwidth intensive)
+// 1: eAthena - bar is updated with the party map dots (up to 1 second delay)
+party_hp_mode: 0
+
// When 'Party Share' item sharing is enabled in a party,
// tell the picker which party-member received the item? (Note 1)
show_party_share_picker: no
|