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 :> --- npc/012-8/utils.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'npc/012-8/utils.txt') diff --git a/npc/012-8/utils.txt b/npc/012-8/utils.txt index e8c5ceb9a..c1f3a9c51 100644 --- a/npc/012-8/utils.txt +++ b/npc/012-8/utils.txt @@ -83,8 +83,13 @@ OnInit: 012-8,29,24,0 script Cauldron#RES_0128 NPC_NO_SPRITE,{ - npctalk l("Alchemy system Not Yet Implemented - Blame Jesusalva"); - end; + //npctalk l("Alchemy system Not Yet Implemented - Blame Jesusalva"); + mesc l("What will you brew today?"); + if (AlchemySystem(CRAFT_PLAYER)) + mesc l("Success!"), 3; + else + mesc l("That didn't work!"), 1; + close; OnInit: .distance=3; -- cgit v1.2.3-60-g2f50