summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-05-04 02:19:52 -0300
committerJesusaves <cpntb1@ymail.com>2019-05-04 02:19:52 -0300
commitbc685e505e42f7bf4102316eaa994d93a880b9c0 (patch)
treef2dca2ce732f710eb8909985ec1f0c34604a3fbe
parentd4b38891d6d962b220197c65d4166a64f7780e49 (diff)
downloadserverdata-bc685e505e42f7bf4102316eaa994d93a880b9c0.tar.gz
serverdata-bc685e505e42f7bf4102316eaa994d93a880b9c0.tar.bz2
serverdata-bc685e505e42f7bf4102316eaa994d93a880b9c0.tar.xz
serverdata-bc685e505e42f7bf4102316eaa994d93a880b9c0.zip
Suggest halin visitors to search for the Mana Stone which totally doesn't exist :>
Reorder when negative percentheal happens
-rw-r--r--npc/009-2/librarian.txt3
-rw-r--r--npc/011-1/manastone.txt6
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;