From b3dae1ee6a703c8e42230d12b93929e48b75553f Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 27 Jul 2006 14:42:17 +0000 Subject: - Added config setting "party_hp_mode" (battle/party.conf) which determines method to use to update party-mate hp bars. Aegis style is to update HP bars whenever HP changes, while eAthena style is to update it together with the map party dots. Defaults to aegis style. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7920 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf-tmpl/battle/party.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf-tmpl') 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 -- cgit v1.2.3-60-g2f50