From ccc18da04b82cc850054bc0d00ba6cda1ae5f761 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 26 Dec 2018 03:26:25 -0200 Subject: Fix a bunch of typos and comments --- npc/009-2/scholar.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/009-2') diff --git a/npc/009-2/scholar.txt b/npc/009-2/scholar.txt index 07c746063..dd62806c9 100644 --- a/npc/009-2/scholar.txt +++ b/npc/009-2/scholar.txt @@ -13,7 +13,7 @@ .@q=getq(HalinarzoQuest_MageEquipment); mesn; mesq l("I am Bella, the Scholar."); - if (!mstone($MAGIC_TIER)) goto L_NotEnough; + if (!mstone(MAGIC_LVL)) goto L_NotEnough; mesq l("Out of my experience, you are ready to learn magic."); next; mesn; @@ -24,13 +24,13 @@ close; L_NotEnough: - if (BaseLevel < $MANA_BLVL+$MAGIC_TIER*rand(18,22)) { + if (BaseLevel < $MANA_BLVL+MAGIC_LVL*rand(18,22)) { mesq l("Out of my experience, your level may not be enough."); } - if (JobLevel < $MANA_JLVL+$MAGIC_TIER*rand(12,26)) { + if (JobLevel < $MANA_JLVL+MAGIC_LVL*rand(12,26)) { mesq l("Out of my experience, your job may not be enough."); } - if (readparam(bInt) < $MANA_BINT+$MAGIC_TIER*rand(18,22)) { + if (readparam(bInt) < $MANA_BINT+MAGIC_LVL*rand(18,22)) { mesq l("Out of my experience, your base intelligence may not be enough."); } if (.@q < 1) -- cgit v1.2.3-60-g2f50