summaryrefslogtreecommitdiff
path: root/conf/map/battle/party.conf
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-06-28 03:32:35 +0200
committerGitHub <noreply@github.com>2020-06-28 03:32:35 +0200
commit92022a5728dbd3a2e95b007276cd4eb926885bac (patch)
tree942830c72893a6041d693371a1147a9023cec0bc /conf/map/battle/party.conf
parent9b22213254d64b2c155c6700030303852fd5b912 (diff)
parentddf679b3808e56309a7352eead2cd1f93c9f99c9 (diff)
downloadhercules-92022a5728dbd3a2e95b007276cd4eb926885bac.tar.gz
hercules-92022a5728dbd3a2e95b007276cd4eb926885bac.tar.bz2
hercules-92022a5728dbd3a2e95b007276cd4eb926885bac.tar.xz
hercules-92022a5728dbd3a2e95b007276cd4eb926885bac.zip
Merge pull request #2757 from Kenpachi2k13/server_messages
Adjust server messages on login and map change
Diffstat (limited to 'conf/map/battle/party.conf')
-rw-r--r--conf/map/battle/party.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/conf/map/battle/party.conf b/conf/map/battle/party.conf
index e27a709fd..7713d5376 100644
--- a/conf/map/battle/party.conf
+++ b/conf/map/battle/party.conf
@@ -80,3 +80,30 @@ party_even_share_bonus: 0
// Display party name regardless if player is in a guild.
// Official servers do not display party name unless the user is in a guild. (Note 1)
display_party_name: false
+
+// When and how to send the party options? (Note 3)
+//
+// Flags for when to display the party options:
+// 0x00000 - Never send party options.
+// 0x00001 - Send party options upon login. (Default. Should always be set.)
+// 0x00002 - Send party options upon map change.
+// 0x00004 - Send party options upon teleporting (regardless of changing maps).
+// 0x00008 - Send party options upon successfully changing options manually. (Default. Should always be set.)
+// 0x00010 - Send party options upon unsuccessfully changing options manually. (Tried to enable EXP sharing if not allowed.) (Default.)
+// 0x00020 - Send party options upon changing options automatically. (Default. Should always be set.)
+// 0x00040 - Send party options upon joining party. (Default. Should always be set.)
+// 0x00080 - Send party options upon leaving party. (Default.)
+//
+// Flags for how to send the party options:
+// 0x00100 - Send party options to all party members upon unsuccessfully changing options manually. (Tried to enable EXP sharing if not allowed.) (Default.)
+// 0x00200 - Send all party options upon login.
+// 0x00400 - Send all party options upon map change.
+// 0x00800 - Send all party options upon teleporting (regardless of changing maps).
+// 0x01000 - Send all party options upon successfully changing options manually. (Default.)
+// 0x02000 - Send all party options upon unsuccessfully changing options manually. (Tried to enable EXP sharing if not allowed.) (Default.)
+// 0x04000 - Send all party options upon changing options automatically.
+// 0x08000 - Send all party options upon joining party.
+// 0x10000 - Send all party options upon leaving party.
+//
+// Default: 0x31F9 (Official behavior.)
+send_party_options: 0x31F9