From 5357a87ba703aaf7155251706b0f95290e58a988 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 8 Jun 2020 15:13:38 -0300 Subject: New abizit rule. Previous table for lv 7: 343~1715 xp New table for lv 7: 2744~13720 xp --- npc/functions/util.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions') 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); } -- cgit v1.2.3-60-g2f50