From a304d9b468753d50510d30e4a3cc8b414f7263e6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 14 Apr 2021 12:57:14 -0300 Subject: This can also be a bug --- npc/002-1/elanore.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/002-1/elanore.txt') diff --git a/npc/002-1/elanore.txt b/npc/002-1/elanore.txt index 50996c6a..4ac7942f 100644 --- a/npc/002-1/elanore.txt +++ b/npc/002-1/elanore.txt @@ -273,6 +273,7 @@ L_T_Explain3: mes "\"You seem to be ready to advance as a healer. There is one favour I must ask of you first, though.\""; set QUEST_MAGIC2, (QUEST_MAGIC2 & ~(NIBBLE_3_MASK)); // Initialise Kadiya quest setq1(MagicQuest_Healing, .ST_WAITING_FOR_KADIYA); + @Q_status = getq(MagicQuest_Healing); next; mesn l("Elanore the Healer"); @@ -370,6 +371,7 @@ L_T_AdvTo3Ready: mes "[Level 3 in Life Magic]"; setq1(MagicQuest_Healing, .ST_READY_TO_CURE_POISON); + @Q_status = getq(MagicQuest_Healing); getexp @xp, 0; if (getskilllv(SKILL_MAGIC_LIFE) < 3) updateskill SKILL_MAGIC_LIFE, 3; @@ -406,6 +408,7 @@ L_T_CurePosion: mes "\"Come back again soon; there is another spell I would like to teach you.\""; next; setq1(MagicQuest_Healing, .ST_LEARNED_CURE_POISON); + @Q_status = getq(MagicQuest_Healing); goto L_Main; L_T_dunno: -- cgit v1.2.3-60-g2f50