summaryrefslogtreecommitdiff
path: root/doc/script_commands.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-08-24 23:21:00 +0200
committerGitHub <noreply@github.com>2018-08-24 23:21:00 +0200
commitcc25a7c300ab2f549d4f2760eafb0baaf7e032d5 (patch)
tree3691382e27792e6eb7b5c9e5fd5d604d5d479446 /doc/script_commands.txt
parentb055e906a0941a6c07e8366a5cf9a559a37b52cf (diff)
parentbfdbfaadddf66d2eaa7b21cc5d7568aab1f3fc56 (diff)
downloadhercules-cc25a7c300ab2f549d4f2760eafb0baaf7e032d5.tar.gz
hercules-cc25a7c300ab2f549d4f2760eafb0baaf7e032d5.tar.bz2
hercules-cc25a7c300ab2f549d4f2760eafb0baaf7e032d5.tar.xz
hercules-cc25a7c300ab2f549d4f2760eafb0baaf7e032d5.zip
Merge pull request #2176 from 4144/updatepackets
Update packets to 2018-08-08
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r--doc/script_commands.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index d5e9d79f2..c5c58b991 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -10153,3 +10153,18 @@ the available flags are:
Opens the styling shop on client
---------------------------------------
+
+*msgtable(<message_id>{, <color>})
+
+Show in client message by <message_id> from msg string table
+with optional <color>.
+
+---------------------------------------
+
+*msgtable2(<message_id>, <param>{, <color>})
+
+Show in client message by <message_id> from msg string table.
+<param> is parameter for this message. Can be string or int.
+Optional <color> can be used for set color for whole message.
+
+---------------------------------------