diff options
author | AnnieRuru <jeankofannie2@gmail.com> | 2019-03-11 04:42:10 +0800 |
---|---|---|
committer | AnnieRuru <jeankofannie2@gmail.com> | 2019-03-11 04:42:10 +0800 |
commit | 9e860b0bf7eeeed5e20f9d9e8ddb04c93c93a11f (patch) | |
tree | cfff9f2d4f265dbadd8bbec888bffcb48811c0cb /doc | |
parent | 1ac84c2dd856087a4a72fec95b3322137187637a (diff) | |
download | hercules-9e860b0bf7eeeed5e20f9d9e8ddb04c93c93a11f.tar.gz hercules-9e860b0bf7eeeed5e20f9d9e8ddb04c93c93a11f.tar.bz2 hercules-9e860b0bf7eeeed5e20f9d9e8ddb04c93c93a11f.tar.xz hercules-9e860b0bf7eeeed5e20f9d9e8ddb04c93c93a11f.zip |
Add constants and MERCINFO_GID to *getmercinfo script command
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index c3cc8a799..04dd9b304 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -9836,17 +9836,18 @@ If char id is given, the information of that character is retrieved instead. Type specifies what information to retrieve and can be one of the following: - 0 - Database ID - 1 - Class - 2 - Name - 3 - Faith value for this mercenary's guild, if any - 4 - Calls value for this mercenary's guild, if any - 5 - Kill count - 6 - Remaining life time in msec - 7 - Level - -If the character does not have a mercenary, the command returns "" -for name and 0 for all other types. + MERCINFO_ID - Mercenary Database ID + MERCINFO_CLASS - Mercenary Class + MERCINFO_NAME - Mercenary Name + MERCINFO_FAITH - Mercenary faith value for this mercenary's guild, if any + MERCINFO_CALLS - Mercenary calls value for this mercenary's guild, if any + MERCINFO_KILLCOUNT - Mercenary kill count + MERCINFO_LIFETIME - Mercenary remaining life time in mili-second + MERCINFO_LEVEL - Mercenary Level + MERCINFO_GID - Mercenary Game ID + +If the character does not have a mercenary, the command returns "" for MERCINFO_NAME +and 0 for all other types. --------------------------------------- //===================================== |