diff options
author | Haru <haru@dotalux.com> | 2014-12-20 20:31:02 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-12-23 09:02:37 +0100 |
commit | dfdbc6e81eb37c2b23d5dcbcf0f94e4a9d0de2a7 (patch) | |
tree | 770955354926bf826c906a23bfad9084ae5be92a /doc | |
parent | 160e35222c7304896b66bdcecdcdd5330548972e (diff) | |
download | hercules-dfdbc6e81eb37c2b23d5dcbcf0f94e4a9d0de2a7.tar.gz hercules-dfdbc6e81eb37c2b23d5dcbcf0f94e4a9d0de2a7.tar.bz2 hercules-dfdbc6e81eb37c2b23d5dcbcf0f94e4a9d0de2a7.tar.xz hercules-dfdbc6e81eb37c2b23d5dcbcf0f94e4a9d0de2a7.zip |
Removed deprecated commands checkdragon, setdragon
Follow-up to a852bdd
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index dcb64ffb8..13ddb868f 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3904,35 +3904,6 @@ regardless of color. --------------------------------------- -*setdragon {<color>}; -*checkdragon() - - @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ - @ /!\ This command is deprecated @ - @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ - -This command is deprecated and it should not be used in new scripts, as it -is scheduled to be removed on or after November 30th, 2014. Please consider -using setmount and checkmount() instead. - -The 'setdragon' function toggles mounting a dragon for the invoking -character. It will return 1 if successful, 0 otherwise. - -If the character can mount a dragon, the <color> options are: - 1 - Green Dragon (default when omitted) - 2 - Brown Dragon - 3 - Gray Dragon - 4 - Blue Dragon - 5 - Red Dragon - -Note: the character must be a Rune Knight and have the skill - RK_DRAGONTRAINING to gain a mount. - -The accompanying function will return 1 if the invoking character is -riding a dragon and 0 if they aren't. - ---------------------------------------- - *setcashmount; *hascashmount() |