summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-23 06:19:35 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-23 06:19:35 -0300
commit0db6acf806ed5db7e4585c589cd4a2e236932c06 (patch)
treed0d071d38d95af38cbe17eff1dc79515ae1456d0 /npc/functions/clientversion.txt
parent9640e54b64fb338972953674a65e0f858bb3f2e8 (diff)
downloadserverdata-0db6acf806ed5db7e4585c589cd4a2e236932c06.tar.gz
serverdata-0db6acf806ed5db7e4585c589cd4a2e236932c06.tar.bz2
serverdata-0db6acf806ed5db7e4585c589cd4a2e236932c06.tar.xz
serverdata-0db6acf806ed5db7e4585c589cd4a2e236932c06.zip
Refund Lightning Bolt from players
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 6db0badd6..344172d40 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -845,6 +845,15 @@ function script clientupdater {
dispbottom col(l("Mass Provoke replaced with Area Provoke."), 1);
}
+ // MG_LIGHTNINGBOLT and TMW2_LIGHTNINGBOLT MSP cost differ, refund
+ if (getskilllv(MG_LIGHTNINGBOLT)) {
+ getitembound ScholarshipBadge, getskilllv(MG_LIGHTNINGBOLT), 4;
+ MAGIC_PTS-=getskilllv(MG_LIGHTNINGBOLT);
+ skill MG_LIGHTNINGBOLT, 0, 0;
+ dispbottom col(l("MSP for Lightning Strike was refunded."), 1);
+ }
+
+
// Eisten Update
if (getq(TulimsharQuest_Eistein) > 3) {
getitem GraduationAlbum, 1;