diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 21 |
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 |