From 527c5a20676780954567d6a791f240933afde7f2 Mon Sep 17 00:00:00 2001 From: Kenpachi Developer Date: Mon, 22 Jun 2020 03:02:19 +0200 Subject: Add battle flag for configuration messages display --- conf/map/battle/client.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'conf/map/battle') 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 -- cgit v1.2.3-70-g09d2