diff options
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 19 |
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; + } + } + */ |