summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-15 21:05:26 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-15 21:05:26 -0300
commit6938b4258aff0f1969bae3fc5601d43cc5831e65 (patch)
treefb103188e70bbb13986b554eacaf93ee6c7f6e9b
parentd6f791155e276de7606aab6d01bdc00f787dbbd9 (diff)
downloadserverdata-6938b4258aff0f1969bae3fc5601d43cc5831e65.tar.gz
serverdata-6938b4258aff0f1969bae3fc5601d43cc5831e65.tar.bz2
serverdata-6938b4258aff0f1969bae3fc5601d43cc5831e65.tar.xz
serverdata-6938b4258aff0f1969bae3fc5601d43cc5831e65.zip
Revert changes to Astral Soul.
-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
}