From 6ef22d1cebd4b7c51b0d8962074701de2cca650b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 13 Apr 2021 21:36:40 -0300 Subject: Auldsbel maybe fix --- npc/011-1/auldsbel.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'npc/011-1') diff --git a/npc/011-1/auldsbel.txt b/npc/011-1/auldsbel.txt index f5931017..5a37dbe9 100644 --- a/npc/011-1/auldsbel.txt +++ b/npc/011-1/auldsbel.txt @@ -1,6 +1,6 @@ 011-1,50,68,0 script Auldsbel#_M NPC168,{ - @mexp = MAGIC_EXPERIENCE & 65535; + @mexp = MAGIC_EXP; @Q_STATUS_INITIAL = 0; @Q_STATUS_POSTINTRO = 1; @@ -1065,8 +1065,10 @@ L_stu_start: if (@mexp < 200) goto L_Notready; mes "[Auldsbel the Wizard]"; mes "\"Next, I shall teach you a higher-level transmutation spell.\""; - if (getskilllv(SKILL_MAGIC) < 2) - mes "\"Beware, for you will not be able to use it yet; you will first have to gain a greater understanding of magic overall.\""; + if (getskilllv(SKILL_MAGIC) < 2) { + mes "\"Thinking well, you will not be able to use it yet; you will first have to gain a greater understanding of magic overall.\""; + close; + } next; mes "[Auldsbel the Wizard]"; mes "\"Bring me ten bug legs, and I will reveal its invocation to you.\""; -- cgit v1.2.3-70-g09d2