From c8090a798c711b6afcdd38650b7102683d2047fa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 15 Dec 2018 21:00:06 -0200 Subject: Jakod minor rewrite, to de-hardcode the base level --- npc/003-1/jakod.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/003-1') diff --git a/npc/003-1/jakod.txt b/npc/003-1/jakod.txt index 6800e5b37..3b5bc660e 100644 --- a/npc/003-1/jakod.txt +++ b/npc/003-1/jakod.txt @@ -10,8 +10,8 @@ mesn; - if (BaseLevel < 30) mesq l("Hello there. I am looking for strong people, but you are not strong enough."); - if (BaseLevel < 30) close; + if (BaseLevel < $MANA_BLVL) mesq l("Hello there. I am looking for strong people, but you are not strong enough."); + if (BaseLevel < $MANA_BLVL) close; mes l("\"Ah, hello there, @@. You've grown quite skilled lately.", strcharinfo(0)); if (MAGIC_LVL) mes l("I also see you have a level @@ magic skill!\"", MAGIC_LVL); @@ -32,8 +32,8 @@ L_HowTo: mesq l("Well, the first thing would be to get access to a Mana Stone. Halinarzo had the biggest mana stone mines, but it's now depleted."); next; mesn; - mes l("\"That's the only hard part. Have at least level 40, do not neglect Intelligence nor Job level..."); - mes l("...And, if you're lucky, you can touch it and receive magic power.\""); + mes l("\"That's the only hard part. As long that you do not neglect Intelligence nor Job level..."); + mes l("...If you're lucky, you can touch it and receive magic power.\""); next; mesn; mesq l("Having magic power is useless by itself, so you must visit the Magic Council and sign up in one of two classes."); -- cgit v1.2.3-70-g09d2