diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-25 06:49:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-25 06:49:52 -0300 |
commit | c57d1e9edcdad2141dc2ead4a936f78d3b4ce9bb (patch) | |
tree | b01dd641880729f0579cae47d0b24af5584b763d /npc/functions | |
parent | 7568cceaafd09ffeb6ef9cfc72a8c531ac45a29b (diff) | |
download | serverdata-c57d1e9edcdad2141dc2ead4a936f78d3b4ce9bb.tar.gz serverdata-c57d1e9edcdad2141dc2ead4a936f78d3b4ce9bb.tar.bz2 serverdata-c57d1e9edcdad2141dc2ead4a936f78d3b4ce9bb.tar.xz serverdata-c57d1e9edcdad2141dc2ead4a936f78d3b4ce9bb.zip |
Forced Reset at Windwalker as well
It may become a 1 MSP skill. Or not.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 8 | ||||
-rw-r--r-- | npc/functions/hub.txt | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index a7c146f02..b75d22577 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -853,6 +853,14 @@ function script clientupdater { dispbottom col(l("MSP for Lightning Strike was refunded."), 1); } + // SN_WINDWALK MSP cost differ, refund + if (getskilllv(SN_WINDWALK)) { + 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); + } + // CR_TRUST MSP cost differ, refund if (getskilllv(CR_TRUST)) { getitembound ScholarshipBadge, getskilllv(CR_TRUST), 4; diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 8b778254a..2619ffe26 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -352,8 +352,6 @@ function script HUB_SkillInvoke { areaharm(@skillTarget, 4, -AdjustSpellpower(.@PW), HARM_MISC, "filter_friendly"); break; - // Provoke: builtin, Mass Provoke: See above - // Mana Wisdom: Passive, Accumulate Power: builtin // FIXME: Windwalker (deprecate?), Last Standing Man (2 MSP?) // TODO: Ressurection skill |