summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-19 12:17:36 -0300
committerJesusaves <cpntb1@ymail.com>2019-02-19 12:17:36 -0300
commiteb034a2672d249c77c37e87a64f68813ab58edc4 (patch)
tree372c95fbd376146f77d4908c47d55c3a897a3460 /npc/functions/clientversion.txt
parent1f322dacebe70d6a3bed3afcd3825856a9cd01fd (diff)
downloadserverdata-eb034a2672d249c77c37e87a64f68813ab58edc4.tar.gz
serverdata-eb034a2672d249c77c37e87a64f68813ab58edc4.tar.bz2
serverdata-eb034a2672d249c77c37e87a64f68813ab58edc4.tar.xz
serverdata-eb034a2672d249c77c37e87a64f68813ab58edc4.zip
TBD
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index e968372ff..e953e4c26 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -146,6 +146,25 @@ function script checkclientversion {
mesc l("Use @@ to read the new version.", "@rules"), 1;
//GameRules S_NO_NPC_NAME | S_LAST_NEXT;
}
+ /*
+ // Msawis bug
+ // ter fev 19 12:15:00 -03 2019
+ if (UPDATE < 1550589300) {
+ UPDATE=1550589300;
+ if (strcharinfo(0) == "msawis") {
+ .@dg=1;
+ showavatar NPC_LOF_RICH;
+ mesn ("TMW2 Staff");
+ mesc l("Hello, @@! We just looked up and found out you that you were affected by BotCheck Logout bug!", strcharinfo(0)), 3;
+ mesc l("Due this bug, when you logged off on the BotCheck Area, the server jailed you. 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 @@", getitemlink(SupremeGift));
+ getitem SupremeGift, 1;
+ sc_end SC_JAILED;
+ next;
+ }
+ }
+ */