diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-13 23:01:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-13 23:01:44 -0300 |
commit | 4e279bcf145eac9ebf49b95a702a1fc62680a10a (patch) | |
tree | fb085715c09413446aab0a08e05e476a5503b2b2 /npc/magic/zarkor.txt | |
parent | bcbf02427b21c6d3fb35fb9bb91a3660e4cef5f5 (diff) | |
download | serverdata-4e279bcf145eac9ebf49b95a702a1fc62680a10a.tar.gz serverdata-4e279bcf145eac9ebf49b95a702a1fc62680a10a.tar.bz2 serverdata-4e279bcf145eac9ebf49b95a702a1fc62680a10a.tar.xz serverdata-4e279bcf145eac9ebf49b95a702a1fc62680a10a.zip |
Introduce #parum and the Magic Experience System.
If you re-cast something, no Mana Exp Points are gained.
Only pseudo-magic skills count.
Diffstat (limited to 'npc/magic/zarkor.txt')
-rw-r--r-- | npc/magic/zarkor.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/magic/zarkor.txt b/npc/magic/zarkor.txt index b1da8ec6e..18718c811 100644 --- a/npc/magic/zarkor.txt +++ b/npc/magic/zarkor.txt @@ -34,9 +34,12 @@ OnCall: // Summon Magic SummonMagic(TMW2_ZARKOR, 400, CaveMaggot, 75, 2); + // Get a single mana experience point (this is NOT used by Soul Menhir) + GetManaExp(TMW2_ZARKOR, 1); + /* // set cooldown - @skzarkor_cooldown=gettimetick(0)+20; + @skzarkor_cooldown=gettimetick(2)+20; */ @zark_caveat=1; end; |