diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-13 21:36:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-13 21:36:40 -0300 |
commit | 6ef22d1cebd4b7c51b0d8962074701de2cca650b (patch) | |
tree | 9186f5eb40920c5db1bb8def0e96d442f50abe0a /npc/011-1/auldsbel.txt | |
parent | dff3ca1e61e94b69f8f7f3e19dec0799f9c5cf9e (diff) | |
download | serverdata-6ef22d1cebd4b7c51b0d8962074701de2cca650b.tar.gz serverdata-6ef22d1cebd4b7c51b0d8962074701de2cca650b.tar.bz2 serverdata-6ef22d1cebd4b7c51b0d8962074701de2cca650b.tar.xz serverdata-6ef22d1cebd4b7c51b0d8962074701de2cca650b.zip |
Auldsbel maybe fix
Diffstat (limited to 'npc/011-1/auldsbel.txt')
-rw-r--r-- | npc/011-1/auldsbel.txt | 8 |
1 files changed, 5 insertions, 3 deletions
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.\""; |