summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-09 14:50:42 -0200
committerJesusaves <cpntb1@ymail.com>2019-02-09 14:50:42 -0200
commit106b4b948d9a0c85170ba260144f730c36c67ca4 (patch)
tree6d5a267cdfac00caf086d92c438422b560a441d4 /db/constants.conf
parentc8e5530c50406adf52ed5215bb6b0fbb086a0d7d (diff)
downloadserverdata-106b4b948d9a0c85170ba260144f730c36c67ca4.tar.gz
serverdata-106b4b948d9a0c85170ba260144f730c36c67ca4.tar.bz2
serverdata-106b4b948d9a0c85170ba260144f730c36c67ca4.tar.xz
serverdata-106b4b948d9a0c85170ba260144f730c36c67ca4.zip
Grand Collector Quest draft
Diffstat (limited to 'db/constants.conf')
-rw-r--r--db/constants.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index c0703dfee..7455a42f2 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -4190,6 +4190,27 @@ constants_db: {
TP_ESPER: 64
TP_BOSSR: 128
+ comment__: "Grand Collector Quest enum"
+ COLLECT_CHESTPLATE: 1
+ COLLECT_HEADGEAR: 2
+ COLLECT_PANTS: 4
+ COLLECT_SHOES: 8
+ COLLECT_NECKLACES: 16
+ COLLECT_RINGS: 32
+ COLLECT_ACESSORIES: 64
+ COLLECT_SCARFS: 128
+ COLLECT_GLOVES: 256
+ COLLECT_SHIELDS: 512
+ COLLECT_1HSWORDS: 1024
+ COLLECT_2HSWORDS: 2048
+ COLLECT_BOWS: 4096
+ COLLECT_FIREGUNS: 8192
+ COLLECT_WANDS: 16384
+ COLLECT_QUIVERS: 32768
+ COLLECT_MOUNTS: 65536
+ COLLECT_PETS: 131072
+ // Maximum 32 collectibles, currently used: 19
+
comment__: "Being actions"
ACTION_STAND: 0
ACTION_MOVE: 1