diff options
author | Hercules.ws <dev@herc.ws> | 2017-04-09 00:55:21 +0200 |
---|---|---|
committer | HerculesWSAPI <dev@herc.ws> | 2017-04-09 00:55:21 +0200 |
commit | 936e83b4dee144d509df2d02c3dddde2fe2f7cfc (patch) | |
tree | 7492648af7e4146c406ea0151759a3c99eb713dd /doc/constants.md | |
parent | 2e23268d5c3c73baa91dbdb3d059c8c4d1cdab58 (diff) | |
download | hercules-936e83b4dee144d509df2d02c3dddde2fe2f7cfc.tar.gz hercules-936e83b4dee144d509df2d02c3dddde2fe2f7cfc.tar.bz2 hercules-936e83b4dee144d509df2d02c3dddde2fe2f7cfc.tar.xz hercules-936e83b4dee144d509df2d02c3dddde2fe2f7cfc.zip |
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'doc/constants.md')
-rw-r--r-- | doc/constants.md | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/constants.md b/doc/constants.md index e6bf656d8..dca1b25be 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -3758,21 +3758,6 @@ - `BG_AREA_WOS`: 30 - `BG_QUEUE`: 31 -### block_list types (units) - -- `BL_PC`: 1 -- `BL_MOB`: 2 -- `BL_PET`: 4 -- `BL_HOM`: 8 -- `BL_MER`: 16 -- `BL_ITEM`: 32 -- `BL_SKILL`: 64 -- `BL_NPC`: 128 -- `BL_CHAT`: 256 -- `BL_ELEM`: 512 -- `BL_CHAR`: 539 (shorthand for `BL_PC|BL_MOB|BL_HOM|BL_MER|BL_ELEM`) -- `BL_ALL`: 4095 - ### LOOK_ constants, use in setlook/changelook script commands - `LOOK_BASE`: 0 @@ -3825,6 +3810,21 @@ - `NAV_KAFRA_AND_SCROLL`: 110 - `NAV_ALL`: 111 +### BL types + +- `BL_PC`: 1 +- `BL_MOB`: 2 +- `BL_PET`: 4 +- `BL_HOM`: 8 +- `BL_MER`: 16 +- `BL_ITEM`: 32 +- `BL_SKILL`: 64 +- `BL_NPC`: 128 +- `BL_CHAT`: 256 +- `BL_ELEM`: 512 +- `BL_CHAR`: 539 +- `BL_ALL`: 4095 + ### Renewal - `RENEWAL`: 1 |