summaryrefslogtreecommitdiff
path: root/conf-tmpl/battle/party.conf
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-27 23:52:18 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-27 23:52:18 +0000
commite929a6637d97216fa3b9066765a1d4da04707b6a (patch)
tree7b3aebd89c21f10c51f952351dc71562f08aef4e /conf-tmpl/battle/party.conf
parent4adb9de072ca4dfe82b735325635f1433bf24ce0 (diff)
downloadhercules-e929a6637d97216fa3b9066765a1d4da04707b6a.tar.gz
hercules-e929a6637d97216fa3b9066765a1d4da04707b6a.tar.bz2
hercules-e929a6637d97216fa3b9066765a1d4da04707b6a.tar.xz
hercules-e929a6637d97216fa3b9066765a1d4da04707b6a.zip
- Added config setting party_update_interval so you can specify how often the party-mate minidots should be updated (defaults to 1 sec).
- Removed a bunch of broken comments in skill.c git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7929 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle/party.conf')
-rw-r--r--conf-tmpl/battle/party.conf3
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)