diff options
author | Haru <haru@dotalux.com> | 2014-12-20 20:27:15 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-12-23 09:02:37 +0100 |
commit | 212949b352ccfcc271bf5ec9403107b04ef7c254 (patch) | |
tree | 7d24e73eccd716c46993acec948850d22452aa12 /doc | |
parent | caeeb078b259ff7c6842e042b05d4b4cc8141203 (diff) | |
download | hercules-212949b352ccfcc271bf5ec9403107b04ef7c254.tar.gz hercules-212949b352ccfcc271bf5ec9403107b04ef7c254.tar.bz2 hercules-212949b352ccfcc271bf5ec9403107b04ef7c254.tar.xz hercules-212949b352ccfcc271bf5ec9403107b04ef7c254.zip |
Removed deprecated commands setriding, checkriding
Follow-up to c6f102e
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 3c99afcf1..2165d8a8f 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -3904,31 +3904,6 @@ regardless of color. --------------------------------------- -*setriding {<flag>}; -*checkriding() - - @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ - @ /!\ 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. - -If <flag> is 0 this command will remove the mount from the character. -Otherwise it gives the invoking character a PecoPeco (if they are a Knight -series class), a GrandPeco (if they are a Crusader series class), or -a Gryphon (if they are a Royal Guard). Unlike 'setfalcon' and 'setcart' -this will not work at all if they aren't of a class which can ride. -Note: the character needs to have the skill KN_RIDING to gain a mount. - -The accompanying function will return 1 if the invoking character is -riding a bird and 0 if they aren't. - - if (checkriding()) mes "PLEASE leave your bird outside! No riding birds on the floor here!"; - ---------------------------------------- - *setdragon {<color>}; *checkdragon() |