From 9c1fe2386df40dca039779f407e7f716da0ddfef Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 4 May 2019 18:06:04 -0300 Subject: Carry on --- npc/functions/util.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions') 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; -- cgit v1.2.3-60-g2f50