diff options
author | Hercules.ws <dev@herc.ws> | 2017-04-29 00:27:50 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2017-04-29 00:27:50 +0200 |
commit | 116a10e40cd80bc0629c36bf907868219ff6360b (patch) | |
tree | 5ff05b01970be8f6645c844c72eab78230477b8c /doc | |
parent | 259a9768d5d13c4e2e84b216ec25d34f63c7d1c0 (diff) | |
download | hercules-116a10e40cd80bc0629c36bf907868219ff6360b.tar.gz hercules-116a10e40cd80bc0629c36bf907868219ff6360b.tar.bz2 hercules-116a10e40cd80bc0629c36bf907868219ff6360b.tar.xz hercules-116a10e40cd80bc0629c36bf907868219ff6360b.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/constants.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index 22521a60c..c6010420c 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -3945,6 +3945,35 @@ - `BL_CHAR`: 539 - `BL_ALL`: 4095 +### Player permissions + +- `PERM_TRADE`: 1 +- `PERM_PARTY`: 2 +- `PERM_ALL_SKILL`: 4 +- `PERM_USE_ALL_EQUIPMENT`: 8 +- `PERM_SKILL_UNCONDITIONAL`: 16 +- `PERM_JOIN_ALL_CHAT`: 32 +- `PERM_NO_CHAT_KICK`: 64 +- `PERM_HIDE_SESSION`: 128 +- `PERM_RECEIVE_HACK_INFO`: 512 +- `PERM_WARP_ANYWHERE`: 1024 +- `PERM_VIEW_HPMETER`: 2048 +- `PERM_VIEW_EQUIPMENT`: 4096 +- `PERM_USE_CHECK`: 8192 +- `PERM_USE_CHANGEMAPTYPE`: 16384 +- `PERM_USE_ALL_COMMANDS`: 32768 +- `PERM_RECEIVE_REQUESTS`: 65536 +- `PERM_SHOW_BOSS`: 131072 +- `PERM_DISABLE_PVM`: 262144 +- `PERM_DISABLE_PVP`: 524288 +- `PERM_DISABLE_CMD_DEAD`: 1048576 +- `PERM_HCHSYS_ADMIN`: 2097152 +- `PERM_TRADE_BOUND`: 4194304 +- `PERM_DISABLE_PICK_UP`: 8388608 +- `PERM_DISABLE_STORE`: 16777216 +- `PERM_DISABLE_EXP`: 33554432 +- `PERM_DISABLE_SKILL_USAGE`: 67108864 + ### Renewal - `RENEWAL`: 1 |