summaryrefslogtreecommitdiff
path: root/server/scripts/constants.md
diff options
context:
space:
mode:
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