From dc7bac166265e27582f76b6ec1274432d79e2044 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 8 Jan 2019 04:31:43 -0200 Subject: Handle out token of apology and 1st screenshotting contest winners --- npc/functions/clientversion.txt | 60 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 58 insertions(+), 2 deletions(-) (limited to 'npc/functions/clientversion.txt') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 26349ee39..bc77b1630 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -73,8 +73,64 @@ function script checkclientversion { // ter jan 8 03:52:20 -02 2019 if (UPDATE < 1546926740) { UPDATE=1546926740; - skill TMW2_FAKESKILL, 1, 0; - skill TMW2_FAKESKILL2, 1, 0; + .@dg=0; + // Users connected during nodrop incident (2018-12-29) + // Jesusalva Mrhedx Ziah "Soren xd" WarBlade + // yuxin Xtreem monking "demure GM" "Se Francisc" + switch (strtolower(strcharinfo(0))) { + case "jesusalva": + case "mrhedx": + case "ziah": + case "soren xd": + case "warblade": + case "yuxin": + case "xtreem": + case "monking": + case "demure gm": + case "se francisc": + getitem GoldenGift, 1; + Zeny=Zeny+570; + .@dg=1; + showavatar NPC_LOF_RICH; + mesn ("TMW2 Staff"); + mesc l("Hello, @@! We just looked up and found out you were active during 2018-12-29!"), 3; + mesc l("And during that time, item dropped was bugged! We wanted to deliver you a token of apology!"), 3; + mesc l("Sorry, and enjoy the game! Your TMW2 Staff Team."), 3; + mesc l("Token Of Apology: 1x @@, 570 GP", getitemlink(GoldenGift)); + next; + break; + } + // 1st Gallery Contest Participants + // Mishana LawnCable bObr Jesusalva demure + switch (strtolower(strcharinfo(0))) { + case "jesusalva": + case "mishana": + case "bobr": + case "demure": + case "lawncable": + getitem StrangeCoin, 30; + .@dg=1; + showavatar NPC_LOF_RICH; + mesn ("TMW2 Staff"); + mesc l("Hello, @@! We are proud to announce the @@ RESULTS!", b(l("1° Screenshooting Contest"))), 3; + mesc l("Participants: Jesusalva * mishana * bObr * demure * LawnCable"), 3; + next; + mesc ("Mishana Entries: Happy"), 3; + mesc ("LawnCable Entries: Login Screen, TMW2 Field"), 3; + mesc ("Demure Entries: Buggy Map"), 3; + mesc ("Jesusalva Entries: LoF Secret Island, GM Plotting Evil Scheme For Next Event, Crazyfefe Cave"), 3; + mesc ("bObr Entries: My Very Own Tiny Orchard"), 3; + next; + mesc l("1st Place - Mishana, LawnCable, Jesusalva, bObr"); + mesc l("5th Place - Demure"); + mes ""; + mesc l("Hey, look, a tie happened!"); + mesc l("How's that even possible? Well, 30 @@ for all contestants!", getitemlink(StrangeCoin)); + next; + break; + } + if (.@dg) + close; } -- cgit v1.2.3-70-g09d2