diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-08 15:13:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-08 15:13:38 -0300 |
commit | 5357a87ba703aaf7155251706b0f95290e58a988 (patch) | |
tree | 0e4ad067aa9b80f495bc40420a927d24cf5d2f9a /npc/functions/util.txt | |
parent | e11a2d38e4814644beb4f30ebb69f9fc0299d4d2 (diff) | |
download | serverdata-5357a87ba703aaf7155251706b0f95290e58a988.tar.gz serverdata-5357a87ba703aaf7155251706b0f95290e58a988.tar.bz2 serverdata-5357a87ba703aaf7155251706b0f95290e58a988.tar.xz serverdata-5357a87ba703aaf7155251706b0f95290e58a988.zip |
New abizit rule.
Previous table for lv 7: 343~1715 xp
New table for lv 7: 2744~13720 xp
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r-- | npc/functions/util.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 5e7be2094..624491d9a 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -812,7 +812,7 @@ function script transcheck { // A value of '5' means perfect control, and a value of '0' means overwhelm. // abizit() function script abizit { - .@base=(MAGIC_LVL**3); + .@base=((MAGIC_LVL*2)**3); return min(MAGIC_EXP/.@base, 5); } |