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/scripts.conf | |
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/scripts.conf')
-rw-r--r-- | npc/scripts.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/scripts.conf b/npc/scripts.conf index 02d71e1dd..0af3f5237 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -83,6 +83,7 @@ // Magic Commands "npc/magic/zarkor.txt", +"npc/magic/parum.txt", // Maps specific scripts @include "npc/_import.txt" |