diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-23 15:10:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-23 15:10:53 -0300 |
commit | a84f5d523a04158266e33a1432ed6135389d4cb8 (patch) | |
tree | de2422cf2f12a600248afa63b8104342c368c2e7 /npc/magic/kalwulf.txt | |
parent | 46ff8049c05240f9b9eadbe5a10645b49e71e888 (diff) | |
download | serverdata-a84f5d523a04158266e33a1432ed6135389d4cb8.tar.gz serverdata-a84f5d523a04158266e33a1432ed6135389d4cb8.tar.bz2 serverdata-a84f5d523a04158266e33a1432ed6135389d4cb8.tar.xz serverdata-a84f5d523a04158266e33a1432ed6135389d4cb8.zip |
Mana Magic MP Cost -90%
Diffstat (limited to 'npc/magic/kalwulf.txt')
-rw-r--r-- | npc/magic/kalwulf.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/magic/kalwulf.txt b/npc/magic/kalwulf.txt index 22b27d2d5..dc5b3e0f8 100644 --- a/npc/magic/kalwulf.txt +++ b/npc/magic/kalwulf.txt @@ -23,8 +23,8 @@ OnCall: // Setup @sk=TMW2_KALWURF; - @mp=450; - @amp=45; + @mp=45; + @amp=5; // Check if you have mana to cast // MagicCheck(SkillID, Mana{, MP per level}) |