summaryrefslogtreecommitdiff
path: root/server/scripts/constants.md
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-04-11 19:01:03 +0300
committerAndrei Karas <akaras@inbox.ru>2017-04-11 19:01:03 +0300
commit105ebf13243ec5607273690f634e7fc1608a447d (patch)
tree828e0c14311e89ebc076f1fb43d11cae211e53bb /server/scripts/constants.md
parent64cb36f312f82196ce0e601bc8c87851ed9a42f5 (diff)
downloaddocs-105ebf13243ec5607273690f634e7fc1608a447d.tar.gz
docs-105ebf13243ec5607273690f634e7fc1608a447d.tar.bz2
docs-105ebf13243ec5607273690f634e7fc1608a447d.tar.xz
docs-105ebf13243ec5607273690f634e7fc1608a447d.zip
Update to latest hercules.
Diffstat (limited to 'server/scripts/constants.md')
-rw-r--r--server/scripts/constants.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/server/scripts/constants.md b/server/scripts/constants.md
index 22d2854..c666512 100644
--- a/server/scripts/constants.md
+++ b/server/scripts/constants.md
@@ -3799,6 +3799,16 @@
- `EQP_SHADOW_ACC_R`: 1048576
- `EQP_SHADOW_ACC_L`: 2097152
+### Item Option Types
+
+- `IT_OPT_INDEX`: 0
+- `IT_OPT_VALUE`: 1
+- `IT_OPT_PARAM`: 2
+
+### Maximum Item Options
+
+- `MAX_ITEM_OPTIONS`: 5
+
### Navigation constants, use with *navigateto*
- `NAV_NONE`: 0
@@ -3810,6 +3820,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