summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-25 06:49:52 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-25 06:49:52 -0300
commitc57d1e9edcdad2141dc2ead4a936f78d3b4ce9bb (patch)
treeb01dd641880729f0579cae47d0b24af5584b763d /npc/functions/clientversion.txt
parent7568cceaafd09ffeb6ef9cfc72a8c531ac45a29b (diff)
downloadserverdata-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/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt8
1 files changed, 8 insertions, 0 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;