diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 6b434ad7a..46891f9c6 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -859,7 +859,7 @@ function script clientupdater { getitembound ScholarshipBadge, getskilllv(SN_WINDWALK), 4; MAGIC_PTS-=getskilllv(SN_WINDWALK)+2; skill CR_TRUST, 0, 0; - dispbottom col(l("MSP for Last Man Standing was refunded."), 1); + dispbottom col(l("MSP for Wind Walker was refunded."), 1); } // CR_TRUST MSP cost differ, refund @@ -936,6 +936,14 @@ function script clientupdater { if (UPDATE < 1598397620) { UPDATE=1598397620; + // Skills deleted or with poor equivalence + skillInvoke[EVOL_AREA_PROVOKE]+=skillInvoke[EVOL_MASS_PROVOKE]; + skillInvoke[EVOL_MASS_PROVOKE]=0; + + skillInvoke[TMW2_LIGHTNINGBOLT]+=skillInvoke[MG_LIGHTNINGBOLT]; + skillInvoke[MG_LIGHTNINGBOLT]=0; + + // Skills replaced skillInvoke[TMW2_FIREARROW]+=skillInvoke[MG_FIREBALL]; skillInvoke[MG_FIREBALL]=0; |