summaryrefslogtreecommitdiff
path: root/npc/011-1
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 /npc/011-1
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
Diffstat (limited to 'npc/011-1')
-rw-r--r--npc/011-1/manastone.txt6
1 files changed, 3 insertions, 3 deletions
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;