From 6938b4258aff0f1969bae3fc5601d43cc5831e65 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 15 Dec 2021 21:05:26 -0300 Subject: Revert changes to Astral Soul. --- npc/magic/final.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/magic/final.txt b/npc/magic/final.txt index c583a481..ddd65f73 100644 --- a/npc/magic/final.txt +++ b/npc/magic/final.txt @@ -235,7 +235,8 @@ function script HUB_PCBonus { /* Passive Skills */ if (FOCUSING & FSKILL_ASTRAL_SOUL) { - bonus bMatkRate, -readparam(bMatkRate)+(getskilllv(SKILL_ASTRAL_SOUL)*(readparam(bVit)/9)); + bonus bMatkRate, 3*getskilllv(SKILL_ASTRAL_SOUL); + //-readparam(bMatkRate)+(getskilllv(SKILL_ASTRAL_SOUL)*(readparam(bVit)/9)); // mattack without equipment is already so high that any mattack from skill would make no sense so i completly remove mattack and calculate it again // can't realy test it right now since +mattack and -mattack for many items dont work but for some of the common mage items it seems ok } -- cgit v1.2.3-60-g2f50