From 0e6ee986dccd10a025088711a5bb58756bd70bcc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 13 Mar 2019 09:45:01 -0300 Subject: Implement Alchemy System for Xanthem's House. Now he only needs to buy--err, find the recipes :> --- db/constants.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'db/constants.conf') diff --git a/db/constants.conf b/db/constants.conf index ab833e4a3..8371dd6b9 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4208,9 +4208,18 @@ constants_db: { comment__: "INN enum" NO_INN: 0 - REDPLUSH_INN: 1 CURRENT_INN: 2 + comment__: "CRAFT enum" + CRAFT_COOKING: 4 + CRAFT_ALCHEMY: 8 + CRAFT_EQUIPMENT: 16 + + comment__: "CRAFT Scope enum" + CRAFT_NPC: 4 + CRAFT_PLAYER: 8 + CRAFT_GUILD: 16 + comment__: "Easter eggs enum" EE_NONE: 0 EE_SAXSO: 1 -- cgit v1.2.3-60-g2f50