summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/magic/final.txt3
1 files changed, 2 insertions, 1 deletions
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
}