diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-15 21:00:06 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-15 21:00:06 -0200 |
commit | c8090a798c711b6afcdd38650b7102683d2047fa (patch) | |
tree | 3f9c8543b7a9507561ad6e3d5e5cfa65ff88490b /npc/003-1/jakod.txt | |
parent | b0a0c992a2d735f4a5b099f69f7194c9eb8b47d5 (diff) | |
download | serverdata-c8090a798c711b6afcdd38650b7102683d2047fa.tar.gz serverdata-c8090a798c711b6afcdd38650b7102683d2047fa.tar.bz2 serverdata-c8090a798c711b6afcdd38650b7102683d2047fa.tar.xz serverdata-c8090a798c711b6afcdd38650b7102683d2047fa.zip |
Jakod minor rewrite, to de-hardcode the base level
Diffstat (limited to 'npc/003-1/jakod.txt')
-rw-r--r-- | npc/003-1/jakod.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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."); |