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/functions/util.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/functions/util.txt')
-rw-r--r-- | npc/functions/util.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 ( |