From 106b4b948d9a0c85170ba260144f730c36c67ca4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 9 Feb 2019 14:50:42 -0200 Subject: Grand Collector Quest draft --- db/constants.conf | 21 +++++++++++++++++++++ db/quest_db.conf | 4 ++++ 2 files changed, 25 insertions(+) (limited to 'db') 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 diff --git a/db/quest_db.conf b/db/quest_db.conf index 47c3fab7a..cb2055088 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -89,6 +89,10 @@ quest_db: ( Id: 16 Name: "General_Auldsbel" }, +{ + Id: 17 + Name: "General_Collector" +}, // ID 31 to 50: Candor Quests { -- cgit v1.2.3-70-g09d2