summaryrefslogtreecommitdiff
path: root/npc/functions/util.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r--npc/functions/util.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt
index ea6fa352c..89320b531 100644
--- a/npc/functions/util.txt
+++ b/npc/functions/util.txt
@@ -509,7 +509,7 @@ function script mstone {
// Determine how much stats you need, this is based on players
// and change based on $Global Variables
- .int=10;
+ .int=5;
.lvl=15;
.jlv=10;
@@ -577,7 +577,7 @@ function script sk_lvup {
// Returns the intelligence cost based on skill level
// sk_intcost( sk )
function script sk_intcost {
- .@cost=(getskilllv(getarg(0))+1)*17;
+ .@cost=(getskilllv(getarg(0))+1)*10;
if (readparam(bInt) >= .@cost)
return 1;
return 0;