summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2020-04-05 23:53:31 +0200
committerGitHub <noreply@github.com>2020-04-05 23:53:31 +0200
commitbdb4e3f63ee1010ae5d7c43818e8b0b32cabc3d5 (patch)
tree6fb37c2467b50b28c653e0b45dc5ec05a25ecef9 /doc
parent63ae5dda74c1f79de8d00596b323b0f5ef7c9526 (diff)
parent548a03ec3dafb0521dedd979e01027f0e8cf4177 (diff)
downloadhercules-bdb4e3f63ee1010ae5d7c43818e8b0b32cabc3d5.tar.gz
hercules-bdb4e3f63ee1010ae5d7c43818e8b0b32cabc3d5.tar.bz2
hercules-bdb4e3f63ee1010ae5d7c43818e8b0b32cabc3d5.tar.xz
hercules-bdb4e3f63ee1010ae5d7c43818e8b0b32cabc3d5.zip
Merge pull request #2637 from Kenpachi2k13/fakename_fix
Fix/extend @fakename
Diffstat (limited to 'doc')
-rw-r--r--doc/atcommands.txt17
1 files changed, 13 insertions, 4 deletions
diff --git a/doc/atcommands.txt b/doc/atcommands.txt
index 0cddc1680..65c3bb091 100644
--- a/doc/atcommands.txt
+++ b/doc/atcommands.txt
@@ -968,10 +968,19 @@ If no position is given, the command defaults to headgear.
---------------------------------------
-@fakename {<text string>}
-
-Temporarily changes name to the specified string.
-If no string is given, the character's real name will be re-applied.
+@fakename {<options>} {<fake_name>}
+
+Temporarily changes the character's name to <fake_name>.
+If no parameter is passed, the character's real name will be re-applied.
+The <options> parameter is used, to modify which names will be displayed.
+The fake name will always be displayed, regardless of <options>.
+Valid <options> flags (combinable):
+ 0 - Only the fake name is displayed. (Default value.)
+ 1 - Display party name.
+ 2 - Display guild name.
+ 4 - Display guild position.
+ 8 - Display clan position.
+ 16 - Display title.
---------------------------------------