diff options
Diffstat (limited to 'npc/config')
-rw-r--r-- | npc/config/magic.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/npc/config/magic.txt b/npc/config/magic.txt index d4c691830..41a3ce9d3 100644 --- a/npc/config/magic.txt +++ b/npc/config/magic.txt @@ -56,11 +56,8 @@ function script GetManaExp { LAST_SKILL[2]=LAST_SKILL[1]; LAST_SKILL[1]=LAST_SKILL[0]; LAST_SKILL[0]=.@sk; - skillInvoke[0]+=1; - - // Gain Magic RP if relevant - if (skillInvoke[0] % 5 == 0) - MAGIC_RP+=1; + MAGIC_RP+=1; + // Magic RP is gained by switching skills often } // Update Magic EXP |