diff options
author | Hercules.ws <dev@herc.ws> | 2019-03-11 00:59:16 +0100 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2019-03-11 00:59:16 +0100 |
commit | ca315dcb6f8ba435beedc9c1a5bff12194bccc72 (patch) | |
tree | 7c9bd9ace806a05d052344846dd777eb1f16a9bb | |
parent | 47cfee479ebf61942be2af9540013469d6806f13 (diff) | |
download | hercules-ca315dcb6f8ba435beedc9c1a5bff12194bccc72.tar.gz hercules-ca315dcb6f8ba435beedc9c1a5bff12194bccc72.tar.bz2 hercules-ca315dcb6f8ba435beedc9c1a5bff12194bccc72.tar.xz hercules-ca315dcb6f8ba435beedc9c1a5bff12194bccc72.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
-rw-r--r-- | doc/constants.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index 69bb51ea4..5a98d18bb 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -4282,6 +4282,18 @@ - `ITEMINFO_VIEWSPRITE`: 16 - `ITEMINFO_TRADE`: 17 +### getmercinfo options + +- `MERCINFO_ID,`: 0 +- `MERCINFO_CLASS`: 1 +- `MERCINFO_NAME`: 2 +- `MERCINFO_FAITH`: 3 +- `MERCINFO_CALLS`: 4 +- `MERCINFO_KILLCOUNT`: 5 +- `MERCINFO_LIFETIME`: 6 +- `MERCINFO_LEVEL`: 7 +- `MERCINFO_GID`: 8 + ### monster skill states - `MSS_ANY`: -1 |