diff options
Diffstat (limited to 'conf-tmpl/battle/party.conf')
-rw-r--r-- | conf-tmpl/battle/party.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf-tmpl/battle/party.conf b/conf-tmpl/battle/party.conf index f8152e1ce..658bd8297 100644 --- a/conf-tmpl/battle/party.conf +++ b/conf-tmpl/battle/party.conf @@ -30,6 +30,9 @@ // If someone loots, show name in party? (Note 1)
show_steal_in_same_party: no
+// Interval before updating the party-member map mini-dots (milliseconds)
+party_update_interval: 1000
+
// 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)
|