summaryrefslogtreecommitdiff
path: root/npc/011-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-18 01:14:29 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-18 01:14:29 -0300
commit49f3515d312b08b8513abba3c27449413848f81b (patch)
treeacd794355700ba151f9fd13dd0939c093a189eb3 /npc/011-1
parent05f07ee71603a8bf091c2c5a5458f118233cfd3a (diff)
downloadserverdata-49f3515d312b08b8513abba3c27449413848f81b.tar.gz
serverdata-49f3515d312b08b8513abba3c27449413848f81b.tar.bz2
serverdata-49f3515d312b08b8513abba3c27449413848f81b.tar.xz
serverdata-49f3515d312b08b8513abba3c27449413848f81b.zip
Be more clear on Mana Stone failure
Diffstat (limited to 'npc/011-1')
-rw-r--r--npc/011-1/manastone.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/011-1/manastone.txt b/npc/011-1/manastone.txt
index a5d259b63..82ea148a1 100644
--- a/npc/011-1/manastone.txt
+++ b/npc/011-1/manastone.txt
@@ -30,8 +30,10 @@
L_NotWorthy:
percentheal -70+BaseLevel, -100+BaseLevel;
npctalk3 l("You are not worthy!");
- if (MAGIC_LVL == 0)
- dispbottom l("I should train my intelligence, have full MP, and don't neglect even Job Level.");
+ if (readparam(Sp) != readparam(MaxSp))
+ 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.");
end;
L_Level: