diff options
author | shennetsind <notind@gmail.com> | 2013-05-30 21:19:18 -0700 |
---|---|---|
committer | shennetsind <notind@gmail.com> | 2013-05-30 21:19:18 -0700 |
commit | 271ab61a287c2708e050d350bb84054c9fb88e47 (patch) | |
tree | 5b9ee841149df8748de3cd8084f245f1060c030a /doc/script_commands.txt | |
parent | 28972aa0ae33d45c8305a72342695cd6549d81eb (diff) | |
parent | f1936fb677d1b86164b455c67e539db15eb92d31 (diff) | |
download | hercules-271ab61a287c2708e050d350bb84054c9fb88e47.tar.gz hercules-271ab61a287c2708e050d350bb84054c9fb88e47.tar.bz2 hercules-271ab61a287c2708e050d350bb84054c9fb88e47.tar.xz hercules-271ab61a287c2708e050d350bb84054c9fb88e47.zip |
Merge pull request #34 from CairoLee/master
Merge checkhomcall Script Command from rAthena
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index af3d90262..47b2c5db6 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': @@ -8125,4 +8138,4 @@ Example: *qiclear(<queue_iterator_id>) deletes a queue iterator from memory, returns 1 when it fails, 0 otherwise. ----------------------------------------
\ No newline at end of file +--------------------------------------- |