diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-25 20:59:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-25 20:59:36 -0300 |
commit | e011c015fc7ad4d9d4b3a035fa5abd199fc1554c (patch) | |
tree | 2357ce8541e16e4e271f4e6892fc6d2ed6dd7c0f /npc/009-2/scholar.txt | |
parent | 0518a2761abbb1dbaeebaa7f1e839d8f35edad2a (diff) | |
download | serverdata-e011c015fc7ad4d9d4b3a035fa5abd199fc1554c.tar.gz serverdata-e011c015fc7ad4d9d4b3a035fa5abd199fc1554c.tar.bz2 serverdata-e011c015fc7ad4d9d4b3a035fa5abd199fc1554c.tar.xz serverdata-e011c015fc7ad4d9d4b3a035fa5abd199fc1554c.zip |
Allow an extra healing level. Smooth out Magic Growth system.
From (+20/+10/+15) to (+15/+10/+10) - blvl/jlvl/int
Diffstat (limited to 'npc/009-2/scholar.txt')
-rw-r--r-- | npc/009-2/scholar.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/009-2/scholar.txt b/npc/009-2/scholar.txt index e5cb3ff6b..7be123c2c 100644 --- a/npc/009-2/scholar.txt +++ b/npc/009-2/scholar.txt @@ -24,13 +24,13 @@ close; L_NotEnough: - if (BaseLevel < $MANA_BLVL+MAGIC_LVL*rand(20,22)) { + if (BaseLevel < $MANA_BLVL+MAGIC_LVL*rand(15,17)) { mesq l("Out of my experience, your level may not be enough."); } if (JobLevel < $MANA_JLVL+MAGIC_LVL*rand(10,12)) { mesq l("Out of my experience, your job may not be enough."); } - if (readparam(bInt) < $MANA_BINT+MAGIC_LVL*rand(15,18)) { + if (readparam(bInt) < $MANA_BINT+MAGIC_LVL*rand(10,13)) { mesq l("Out of my experience, your base intelligence may not be enough."); } if (.@q < 1) |