summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorKenpachi Developer <Kenpachi.Developer@gmx.de>2020-06-22 03:02:19 +0200
committerKenpachi Developer <Kenpachi.Developer@gmx.de>2020-06-22 03:02:19 +0200
commit527c5a20676780954567d6a791f240933afde7f2 (patch)
tree5e8e239d25b300afeab738ecd980eb6703a5245b /conf
parent7851f5044beba57396c8889df85401c944b415e1 (diff)
downloadhercules-527c5a20676780954567d6a791f240933afde7f2.tar.gz
hercules-527c5a20676780954567d6a791f240933afde7f2.tar.bz2
hercules-527c5a20676780954567d6a791f240933afde7f2.tar.xz
hercules-527c5a20676780954567d6a791f240933afde7f2.zip
Add battle flag for configuration messages display
Diffstat (limited to 'conf')
-rw-r--r--conf/map/battle/client.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/map/battle/client.conf b/conf/map/battle/client.conf
index aad4d7652..722019fa7 100644
--- a/conf/map/battle/client.conf
+++ b/conf/map/battle/client.conf
@@ -210,3 +210,21 @@ drop_connection_on_quit: false
// 0x4 - Display rate modifier messages upon teleporting (regardless of changing maps).
// Default: 0x1 (Official behavior.)
display_rate_messages: 0x1
+
+// When to display the configuration messages and which? (Note 3)
+//
+// Flags for when to display the configuration messages:
+// 0x000 - Never display configuration messages.
+// 0x001 - Display configuration messages upon login. (Default. Should always be set.)
+// 0x002 - Display configuration messages upon map change.
+// 0x004 - Display configuration messages upon teleporting (regardless of changing maps).
+//
+// Flags for which configuration messages are displayed:
+// 0x010 - Character's party invitation state. (Default.)
+// 0x020 - Character's view equipment state. (Default.)
+// 0x040 - Character's Urgent Call state. (Default.)
+// 0x080 - Character's pet auto-feed state. (Default.)
+// 0x100 - Character's homunculus auto-feed state. (Default.)
+//
+// Default: 0x1F1 (Official behavior.)
+display_config_messages: 0x1F1