summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-02 23:54:48 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-02 23:54:48 -0300
commit0edf5e7fd0422686aa3cdca104244edc49db3612 (patch)
treed79b36bc6ca763e99bbcd927439faafb68a546e4
parentda0580ff75aabe1d3ec2f68a36649c29c2c462cc (diff)
downloadserverdata-0edf5e7fd0422686aa3cdca104244edc49db3612.tar.gz
serverdata-0edf5e7fd0422686aa3cdca104244edc49db3612.tar.bz2
serverdata-0edf5e7fd0422686aa3cdca104244edc49db3612.tar.xz
serverdata-0edf5e7fd0422686aa3cdca104244edc49db3612.zip
Remove Bella's fake positives
-rw-r--r--npc/009-2/scholar.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/009-2/scholar.txt b/npc/009-2/scholar.txt
index dd62806c9..e5cb3ff6b 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(18,22)) {
+ if (BaseLevel < $MANA_BLVL+MAGIC_LVL*rand(20,22)) {
mesq l("Out of my experience, your level may not be enough.");
}
- if (JobLevel < $MANA_JLVL+MAGIC_LVL*rand(12,26)) {
+ 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(18,22)) {
+ if (readparam(bInt) < $MANA_BINT+MAGIC_LVL*rand(15,18)) {
mesq l("Out of my experience, your base intelligence may not be enough.");
}
if (.@q < 1)