summaryrefslogtreecommitdiff
path: root/doc/constants.md
diff options
context:
space:
mode:
authorHercules.ws <dev@herc.ws>2018-10-21 23:54:02 +0200
committerHerculesWSAPI <dev@herc.ws>2018-10-21 23:54:02 +0200
commit0e339e308ff176e4c70bcc72403c8aec009e7f0b (patch)
tree14636db6a5268e8b9034898e3db854ad645d52fb /doc/constants.md
parenteb71c78f0872567a33196b72420d3d081651a23f (diff)
downloadhercules-0e339e308ff176e4c70bcc72403c8aec009e7f0b.tar.gz
hercules-0e339e308ff176e4c70bcc72403c8aec009e7f0b.tar.bz2
hercules-0e339e308ff176e4c70bcc72403c8aec009e7f0b.tar.xz
hercules-0e339e308ff176e4c70bcc72403c8aec009e7f0b.zip
Constants Documentation Sync
Signed-off-by: HerculesWSAPI <dev@herc.ws>
Diffstat (limited to 'doc/constants.md')
-rw-r--r--doc/constants.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md
index 451f2a5fe..1074eb6bc 100644
--- a/doc/constants.md
+++ b/doc/constants.md
@@ -4278,6 +4278,7 @@
- `ITEMINFO_VIEWID`: 14
- `ITEMINFO_MATK`: 15
- `ITEMINFO_VIEWSPRITE`: 16
+- `ITEMINFO_TRADE`: 17
### monster skill states
@@ -4375,6 +4376,20 @@
- `FUNCTION_IS_LOCAL`: 3
- `FUNCTION_IS_LABEL`: 4
+### item trade restrictions
+
+- `ITR_NONE`: 0
+- `ITR_NODROP`: 1
+- `ITR_NOTRADE`: 2
+- `ITR_PARTNEROVERRIDE`: 4
+- `ITR_NOSELLTONPC`: 8
+- `ITR_NOCART`: 16
+- `ITR_NOSTORAGE`: 32
+- `ITR_NOGSTORAGE`: 64
+- `ITR_NOMAIL`: 128
+- `ITR_NOAUCTION`: 256
+- `ITR_ALL`: 511
+
### Renewal
- `RENEWAL`: 1