From bc685e505e42f7bf4102316eaa994d93a880b9c0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 May 2019 02:19:52 -0300 Subject: Suggest halin visitors to search for the Mana Stone which totally doesn't exist :> Reorder when negative percentheal happens --- npc/009-2/librarian.txt | 3 +++ npc/011-1/manastone.txt | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/npc/009-2/librarian.txt b/npc/009-2/librarian.txt index e2370ee31..1c742ddf8 100644 --- a/npc/009-2/librarian.txt +++ b/npc/009-2/librarian.txt @@ -55,6 +55,9 @@ L_Prologue: mesn; mesq l("Alright, I'll look in the archives. I'll have an answer for you in three hours. Meanwhile, why don't you suppress the bandits on the cliff?"); setq General_Narrator, 7, santime()+(60*60*3); + next; + mesn; + mesq l("Also, Halinarzo is famous for the depleted mana mines in the town. You probably won't find a mana stone there, but it might be cool to look."); close; L_Complete: diff --git a/npc/011-1/manastone.txt b/npc/011-1/manastone.txt index 133a1fe69..f94933cc3 100644 --- a/npc/011-1/manastone.txt +++ b/npc/011-1/manastone.txt @@ -40,8 +40,8 @@ L_NotWorthy: dispbottom l("I must have full MP to touch it... Which I don't."); else dispbottom l("I should train my intelligence, and level up, both my base as my Job Level."); - percentheal -70+BaseLevel, -100+BaseLevel; npctalk3 l("You are not worthy!"); + percentheal -70+BaseLevel, -100+BaseLevel; end; L_Level: @@ -60,9 +60,9 @@ L_Level: L_NotWorthy2: if (is_gm()) movenpc .name$, 20+rand(160), 20+rand(160); if (is_gm()) close; - percentheal -20, -50; npctalk3 l("You are not worthy!"); - if (MAGIC_LVL == 0) + percentheal -20, -50; + if (!MAGIC_LVL) dispbottom l("I should train my intelligence, have full MP, and don't neglect even Job Level."); end; -- cgit v1.2.3-60-g2f50