From 49f3515d312b08b8513abba3c27449413848f81b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 18 Jul 2018 01:14:29 -0300 Subject: Be more clear on Mana Stone failure --- npc/011-1/manastone.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/011-1') 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: -- cgit v1.2.3-70-g09d2