diff options
author | Haru <haru@dotalux.com> | 2018-10-07 16:19:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-07 16:19:15 +0200 |
commit | 9ac923705b93d6f05f1f204d9322b0748762dc16 (patch) | |
tree | 2c15de449e9ee39adbcfbdea4e2b5cad77c0fe8e /doc | |
parent | 852c13305f67948531bd0277eb1922dbd02b1f26 (diff) | |
parent | b0cb2898bfe7f8888a786612444cabc83e8ff0cb (diff) | |
download | hercules-9ac923705b93d6f05f1f204d9322b0748762dc16.tar.gz hercules-9ac923705b93d6f05f1f204d9322b0748762dc16.tar.bz2 hercules-9ac923705b93d6f05f1f204d9322b0748762dc16.tar.xz hercules-9ac923705b93d6f05f1f204d9322b0748762dc16.zip |
Merge pull request #2226 from 4144/updatepackets
Update and fix packets up to 2018-10-02
Diffstat (limited to 'doc')
-rw-r--r-- | doc/atcommands.txt | 6 | ||||
-rw-r--r-- | doc/script_commands.txt | 27 |
2 files changed, 33 insertions, 0 deletions
diff --git a/doc/atcommands.txt b/doc/atcommands.txt index fb3628e00..b455d9151 100644 --- a/doc/atcommands.txt +++ b/doc/atcommands.txt @@ -1498,3 +1498,9 @@ Reloads the 'conf/clans.conf' file. Obs: it will reload 'db/clans.conf' too since it's included inside 'conf/clans.conf' --------------------------------------- + +@camerainfo {<range>, <rotation>, <latitude>} + +Allow show/hide or change client camera parameters + +--------------------------------------- diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 343eb02cb..6cb7eb135 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -5992,6 +5992,17 @@ Example usage: --------------------------------------- +*removespecialeffect(<effect number>{, <send_target>{, <unit id>{, <account id>}}}) +*removespecialeffect(<effect number>{, <send_target>{, "<NPC Name>"{, <account id>}}}) + +Works for: + main client from version 2018-10-02 + re client from version 2018-10-02 +This command will remove special effect. All parameters same with specialeffect. +Examples and detailed explanation about parameters see in specialeffect. + +--------------------------------------- + *specialeffect2(<effect number>{, <send_target>{, "<Player Name>"}}) @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@ -10172,3 +10183,19 @@ Show in client message by <message_id> from msg string table. Optional <color> can be used for set color for whole message. --------------------------------------- + +*camerainfo() + +Show or hide camera info window. +Works for 20160525 clients or newer. + +--------------------------------------- + +*changecamera(<range>, <rotation>, <latitude>{, <target>}) + +Change camera range, rotation, latitude. +The optional target parameter specifies who will get changed +camera. +Works for 20160525 clients or newer. + +--------------------------------------- |