diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-19 13:07:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-19 13:07:01 -0300 |
commit | 9845a7cc8feecdc211b832ba5243facdb5b2861c (patch) | |
tree | ceeec896b131b41c2dd809bd2e13a00a5d7d724b /npc/functions/clientversion.txt | |
parent | eb034a2672d249c77c37e87a64f68813ab58edc4 (diff) | |
download | serverdata-9845a7cc8feecdc211b832ba5243facdb5b2861c.tar.gz serverdata-9845a7cc8feecdc211b832ba5243facdb5b2861c.tar.bz2 serverdata-9845a7cc8feecdc211b832ba5243facdb5b2861c.tar.xz serverdata-9845a7cc8feecdc211b832ba5243facdb5b2861c.zip |
Ok, this should do the trick if SQL fails
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 6 |
1 files changed, 4 insertions, 2 deletions
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; } } - */ |