diff options
author | shennetsind <ind@henn.et> | 2013-10-11 13:22:06 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-10-11 13:22:06 -0300 |
commit | c186b7ec18842a393718ba3d2e252af78bae0ef9 (patch) | |
tree | 596595c6d787b6c97c248119774b57cb29b33725 /doc/script_commands.txt | |
parent | cb3c97b72bb6a2aad6e87922facdf7e2dc157492 (diff) | |
download | hercules-c186b7ec18842a393718ba3d2e252af78bae0ef9.tar.gz hercules-c186b7ec18842a393718ba3d2e252af78bae0ef9.tar.bz2 hercules-c186b7ec18842a393718ba3d2e252af78bae0ef9.tar.xz hercules-c186b7ec18842a393718ba3d2e252af78bae0ef9.zip |
Added missing homun-s quest script command documentation
Follow up a2e01e40c9e60b8b2d75e4faf41d80a7041e8f93
Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 59 |
1 files changed, 36 insertions, 23 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index c0fc8ce40..756efd992 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -5655,20 +5655,46 @@ above 91000 intimacy with its owner. --------------------------------------- +*gethominfo(<type>) + +This function works as a direct counterpart of 'getpetinfo': + 0 - Homunculus unique ID + 1 - Homunculus Class + 2 - Name + 3 - Friendly level (intimacy score). 100000 is full loyalty. + 4 - Hungry level. 100 is completely full. + 5 - Rename flag. 0 means this homunculus has not been named yet. + 6 - Homunculus level + +--------------------------------------- + +*morphembryo; + +This command will try to put the invoking player's Homunculus in an +uncallable state, required for mutation into a Homunculus S. The player +will also receive a Strange Embryo (ID 6415) in their inventory if +successful, which is deleted upon mutation. + +The command will fail if the invoking player does not have an evolved +Homunculus at level 99 or above. The /swt emotion is shown upon failure. + +Returns 1 upon success and 0 for all failures. + +--------------------------------------- + *hommutate {<ID>}; -This command will try to mutate the invoking player's Homunculus into a -Homunculus S. The Strange Embryo (ID 6415) is deleted upon success. +This command will try to mutate the invoking player's Homunculus into +a Homunculus S. The Strange Embryo (ID 6415) is deleted upon success. -The command will fail if the invoking player does not have an evolved -Homunculus at level 99 or above, if it is not in the embryo state (from -the 'morphembryo' command), or if the invoking player does not possess a -Strange Embryo. The /swt emotion is shown upon failure. +The command will fail if the invoking player does not have an evolved +Homunculus at level 99 or above, if it is not in the embryo state +(from the 'morphembryo' command), or if the invoking player does not +possess a Strange Embryo. The /swt emotion is shown upon failure. -If the optional parameter <ID> is set, the invoking player's Homunculus -will change into the specified Homunculus ID. Otherwise, a random -Homunculus S will be chosen. See 'db/homunculus_db.txt' for a full list of -IDs. +If the optional parameter <ID> is set, the invoking player's Homunculus +will change into the specified Homunculus ID. Otherwise, a random Homunculus S +will be chosen. See 'db/homunculus_db.txt' for a full list of IDs. Returns 1 upon success and 0 for all failures. @@ -5685,19 +5711,6 @@ and will return the following values: --------------------------------------- -*gethominfo(<type>) - -This function works as a direct counterpart of 'getpetinfo': - 0 - Homunculus unique ID - 1 - Homunculus Class - 2 - Name - 3 - Friendly level (intimacy score). 100000 is full loyalty. - 4 - Hungry level. 100 is completely full. - 5 - Rename flag. 0 means this homunculus has not been named yet. - 6 - Homunculus level - ---------------------------------------- - *unitwalk <GID>,<x>,<y>; *unitwalk <GID>,<mapid>; |