diff options
author | Hercules.ws <dev@herc.ws> | 2018-06-02 16:22:19 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2018-06-02 16:22:19 +0200 |
commit | c81fee18c0d5ed70f8717679ee16cebe5e591c58 (patch) | |
tree | 4733409c9e7076582f768bdad9742e426d08ad48 | |
parent | b8cdb8e191f17cb0c8798e0379be9d68c72d6368 (diff) | |
download | hercules-c81fee18c0d5ed70f8717679ee16cebe5e591c58.tar.gz hercules-c81fee18c0d5ed70f8717679ee16cebe5e591c58.tar.bz2 hercules-c81fee18c0d5ed70f8717679ee16cebe5e591c58.tar.xz hercules-c81fee18c0d5ed70f8717679ee16cebe5e591c58.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 f4ffaf243..72b93d785 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -4221,6 +4221,18 @@ - `MST_AROUND4`: 12 - `MST_AROUND`: 12 +### pc block constants, use with *setpcblock* and *checkpcblock* + +- `PCBLOCK_NONE`: 0 +- `PCBLOCK_MOVE`: 1 +- `PCBLOCK_ATTACK`: 2 +- `PCBLOCK_SKILL`: 4 +- `PCBLOCK_USEITEM`: 8 +- `PCBLOCK_CHAT`: 16 +- `PCBLOCK_IMMUNE`: 32 +- `PCBLOCK_SITSTAND`: 64 +- `PCBLOCK_COMMANDS`: 128 + ### private airship responds - `P_AIRSHIP_NONE`: 0 |