summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db/re/skill_tree.conf2
-rw-r--r--npc/009-2/scholar.txt4
-rw-r--r--npc/functions/util.txt4
3 files changed, 5 insertions, 5 deletions
diff --git a/db/re/skill_tree.conf b/db/re/skill_tree.conf
index 3f4cb445f..cd0b28b31 100644
--- a/db/re/skill_tree.conf
+++ b/db/re/skill_tree.conf
@@ -37,7 +37,7 @@ Human: {
GD_EXTENSION: 0
// Magical
- AL_HEAL: 3
+ AL_HEAL: 4
SM_PROVOKE: 5
EVOL_MASS_PROVOKE: 10
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)
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index 4dea46bfc..6e390a70b 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -509,8 +509,8 @@ function script mstone {
// Determine how much stats you need, this is based on players
// and change based on $Global Variables
- .int=15;
- .lvl=20;
+ .int=10;
+ .lvl=15;
.jlv=10;
return (