diff options
author | Hercules.ws <dev@herc.ws> | 2020-06-01 04:21:58 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2020-06-01 04:21:58 +0200 |
commit | cd95e95a41a9d9f3cecd9efa0aaa52eb6f4ec7ea (patch) | |
tree | 24ad43caaedc1178d6c77296864b2795230fc675 /doc | |
parent | 530af7e587899f66854447e2b8251cbf12c481c3 (diff) | |
download | hercules-cd95e95a41a9d9f3cecd9efa0aaa52eb6f4ec7ea.tar.gz hercules-cd95e95a41a9d9f3cecd9efa0aaa52eb6f4ec7ea.tar.bz2 hercules-cd95e95a41a9d9f3cecd9efa0aaa52eb6f4ec7ea.tar.xz hercules-cd95e95a41a9d9f3cecd9efa0aaa52eb6f4ec7ea.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'doc')
-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 5feb3736d..c44654b71 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -5133,6 +5133,18 @@ - `PCBLOCK_COMMANDS`: 128 - `PCBLOCK_NPC`: 256 +### NPC item action constants + +- `ITEMENABLEDNPC_NONE`: 0 +- `ITEMENABLEDNPC_EQUIP`: 1 +- `ITEMENABLEDNPC_CONSUME`: 2 + +### NPC allowed skill use constants + +- `SKILLENABLEDNPC_NONE`: 0 +- `SKILLENABLEDNPC_SELF`: 1 +- `SKILLENABLEDNPC_ALL`: 2 + ### private airship responds - `P_AIRSHIP_NONE`: 0 |