diff options
author | Asheraf <acheraf1998@gmail.com> | 2019-11-24 21:48:24 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2020-01-29 13:20:09 +0100 |
commit | e75ecacc2f3b2171a24df6abb089df4f3ecd9ebd (patch) | |
tree | 23d1b942aad72770b18aa71f3031f41fb407efda /doc | |
parent | c03722679a01e5f181c2138565e95a6b0981a124 (diff) | |
download | hercules-e75ecacc2f3b2171a24df6abb089df4f3ecd9ebd.tar.gz hercules-e75ecacc2f3b2171a24df6abb089df4f3ecd9ebd.tar.bz2 hercules-e75ecacc2f3b2171a24df6abb089df4f3ecd9ebd.tar.xz hercules-e75ecacc2f3b2171a24df6abb089df4f3ecd9ebd.zip |
Implement support for switching madogear type
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 1d8ed786b..243d91dfa 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4378,7 +4378,7 @@ falcon and false if they don't. --------------------------------------- -*setmount({<flag>}) +*setmount({<flag>{, <type>}}) *checkmount() If <flag> is MOUNT_NONE this command will remove the mount from the @@ -4414,6 +4414,12 @@ The following flag values are accepted: Unlike 'setfalcon' and 'setcart' this will not work at all if they aren't of a class which can ride a mount. +For clients PACKETVER_MAIN_NUM >= 20191120 || PACKETVER_RE_NUM >= 20191106 +you can pass a <type> flag which specifies the madogear wanted. +The Available types: + MADO_ROBOT + MADO_SUITE + The accompanying function will return MOUNT_NONE if the invoking character is not on a mount, and a non-zero value (according to the above constants) if they are. |