diff options
author | CairoLee <cairoliyu@gmail.com> | 2013-05-30 20:40:56 +0800 |
---|---|---|
committer | CairoLee <cairoliyu@gmail.com> | 2013-05-30 20:40:56 +0800 |
commit | f1936fb677d1b86164b455c67e539db15eb92d31 (patch) | |
tree | c4afdab969bf83079650a192d4e172deb5eab38e /doc/script_commands.txt | |
parent | b30c74a7733848f03e5defc238dca0e0cb044470 (diff) | |
download | hercules-f1936fb677d1b86164b455c67e539db15eb92d31.tar.gz hercules-f1936fb677d1b86164b455c67e539db15eb92d31.tar.bz2 hercules-f1936fb677d1b86164b455c67e539db15eb92d31.tar.xz hercules-f1936fb677d1b86164b455c67e539db15eb92d31.zip |
- Merge checkhomcall Script Command from rAthena
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 5fbf652a4..26801c07c 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -5636,6 +5636,19 @@ IDs. Returns 1 upon success and 0 for all failures. +--------------------------------------- + +*checkhomcall() + +This function checks if the attached player's Homunculus is active, +and will return the following values: + -1: The player has no Homunculus. + 0: The player's Homunculus is active. + 1: The player's Homunculus is vaporized. + 2: The player's Homunculus is in morph state. + +--------------------------------------- + *gethominfo(<type>) This function works as a direct counterpart of 'getpetinfo': |