From 9845a7cc8feecdc211b832ba5243facdb5b2861c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 19 Feb 2019 13:07:01 -0300 Subject: Ok, this should do the trick if SQL fails --- npc/functions/clientversion.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'npc/functions/clientversion.txt') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index e953e4c26..f51deaccc 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -146,7 +146,6 @@ 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) { @@ -159,12 +158,15 @@ function script checkclientversion { 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)); + mes ""; + mesc l("Please contact @@ to clear this misunderstanding.", b("Jesusalva")), 1; getitem SupremeGift, 1; sc_end SC_JAILED; + if (getmap() ~= "sec_pri") + warp "Save", 0, 0; next; } } - */ -- cgit v1.2.3-60-g2f50