diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-08-25 20:26:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-08-25 20:26:07 -0300 |
commit | 8817b1b217eb47c1f50153b2f4e1baa36bed35e7 (patch) | |
tree | bbd7e7d83025bea255c22d13d3689641f96d0a07 /npc/functions | |
parent | 5cc76500cd2193b8888bf2807cf297786d0f36a3 (diff) | |
download | serverdata-8817b1b217eb47c1f50153b2f4e1baa36bed35e7.tar.gz serverdata-8817b1b217eb47c1f50153b2f4e1baa36bed35e7.tar.bz2 serverdata-8817b1b217eb47c1f50153b2f4e1baa36bed35e7.tar.xz serverdata-8817b1b217eb47c1f50153b2f4e1baa36bed35e7.zip |
A couple v2->v3 replacements I've missed.
Are you happy now, @Avish and @Kolchak ? %%\ :inGame_TODO: %%Q
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; |