diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-27 14:42:17 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-27 14:42:17 +0000 |
commit | b3dae1ee6a703c8e42230d12b93929e48b75553f (patch) | |
tree | 82582277459e24395365ae5f61f944708cfe85bd /conf-tmpl/battle/party.conf | |
parent | f19f87054c9666877ad925f9d95d40ff7dc6c15e (diff) | |
download | hercules-b3dae1ee6a703c8e42230d12b93929e48b75553f.tar.gz hercules-b3dae1ee6a703c8e42230d12b93929e48b75553f.tar.bz2 hercules-b3dae1ee6a703c8e42230d12b93929e48b75553f.tar.xz hercules-b3dae1ee6a703c8e42230d12b93929e48b75553f.zip |
- 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
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
|