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.md21
1 files changed, 20 insertions, 1 deletions
diff --git a/server/scripts/constants.md b/server/scripts/constants.md
index 97dffcc..98c22bb 100644
--- a/server/scripts/constants.md
+++ b/server/scripts/constants.md
@@ -358,7 +358,8 @@
- `mf_reset`: 52
- `mf_notomb`: 53
- `mf_nocashshop`: 54
-- `mf_noviewid`: 55
+- `mf_noautoloot`: 55
+- `mf_noviewid`: 56
### Cell Properties
@@ -4004,6 +4005,11 @@
- `DATATYPE_VAR`: 4096
- `DATATYPE_LABEL`: 8192
+### Logmes types
+
+- `LOGMES_NPC`: 0
+- `LOGMES_ATCOMMAND`: 1
+
### Item Subtypes (Weapon types)
- `W_FIST`: 0
@@ -4054,6 +4060,19 @@
- `ITEMUPPER_THIRDBABY`: 32
- `ITEMUPPER_ALL`: 63
+### dressroom modes
+
+- `DRESSROOM_OPEN`: 1
+- `DRESSROOM_CLOSE`: 0
+
+### getmapinfo options
+
+- `MAPINFO_NAME`: 0
+- `MAPINFO_ID`: 1
+- `MAPINFO_SIZE_X`: 2
+- `MAPINFO_SIZE_Y`: 3
+- `MAPINFO_ZONE`: 4
+
### Renewal
- `RENEWAL`: 1