diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-07 18:54:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-07 18:54:10 -0300 |
commit | 4a4d90dfa6ea35094af69753aacf1f66dfacedd7 (patch) | |
tree | 8d05a3913d28fff6a6a14bf3546b64d6f6b2a6a5 /npc/config/magic.txt | |
parent | 1f84279577ba7e8b0411ae69b7ed4e2ff672cd20 (diff) | |
download | serverdata-4a4d90dfa6ea35094af69753aacf1f66dfacedd7.tar.gz serverdata-4a4d90dfa6ea35094af69753aacf1f66dfacedd7.tar.bz2 serverdata-4a4d90dfa6ea35094af69753aacf1f66dfacedd7.tar.xz serverdata-4a4d90dfa6ea35094af69753aacf1f66dfacedd7.zip |
Reset all learnt skills to level 1 - forcefully
This will give me the flexibilty I'll need for new level up rules
Forgetful NPCs still will have to wait so spend wisely!!!!!!!
Diffstat (limited to 'npc/config/magic.txt')
-rw-r--r-- | npc/config/magic.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/config/magic.txt b/npc/config/magic.txt index 8f177e5cb..24d96db34 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -284,7 +284,8 @@ function script RegisterMagic { $@MSK_PREREQ[.@ski]=.@pre; $@MSK_POSTREQ[.@ski]=.@pos; - array_push($@MSK_CLASS[.@cla], .@ski); + //array_push($@MSK_CLASS[.@cla], .@ski); // FIXME: getd()setd() + array_push($@MSK_MAGIC, .@ski); return; } |