diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-20 16:02:22 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-03-20 16:02:22 +0000 |
commit | 4f06f94e70e92904a8d86be32de0b1dfb6c35633 (patch) | |
tree | ef36652e967a87f3d0fdbaa61d910e4b464516a2 /doc/script_commands.txt | |
parent | f3e0608b8871675ec21c8da90ea3ca545f54e017 (diff) | |
download | hercules-4f06f94e70e92904a8d86be32de0b1dfb6c35633.tar.gz hercules-4f06f94e70e92904a8d86be32de0b1dfb6c35633.tar.bz2 hercules-4f06f94e70e92904a8d86be32de0b1dfb6c35633.tar.xz hercules-4f06f94e70e92904a8d86be32de0b1dfb6c35633.zip |
- getpetinfo 5 will now return the pet's rename flag.
- Autoloot will now only work on items dropped a certain distance from the player. The distance is defined by AUTOLOOT_DISTANCE in atcommand.h and defaults to AREA_SIZE.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10039 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 3514ccd57..f6c9c4162 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -2737,7 +2737,7 @@ currently has active. Valid types are: 2 - Pet name. Will return "null" if there's no pet. 3 - Pet friendly level (intimacy score). 1000 is full loyalty. 4 - Pet hungry level. 100 is completely full. - + 5 - Pet rename flag. 0 means this pet has not been named yet. --------------------------------------- *petstat(<flag>) |