summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-02-19 13:09:08 -0300
committerJesusaves <cpntb1@ymail.com>2019-02-19 13:09:08 -0300
commite5337a4162d2f11221293cd8fabaa7f827fd0758 (patch)
treedbbc22425f993fd31de635335cae271d89af4563
parent9845a7cc8feecdc211b832ba5243facdb5b2861c (diff)
downloadserverdata-e5337a4162d2f11221293cd8fabaa7f827fd0758.tar.gz
serverdata-e5337a4162d2f11221293cd8fabaa7f827fd0758.tar.bz2
serverdata-e5337a4162d2f11221293cd8fabaa7f827fd0758.tar.xz
serverdata-e5337a4162d2f11221293cd8fabaa7f827fd0758.zip
[skip ci] comments
-rw-r--r--npc/functions/clientversion.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index f51deaccc..a44a535ed 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -154,13 +154,17 @@ function script checkclientversion {
.@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("Hello, @@! We just looked up and found out that you were affected by BotCheck Logout rules!", 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));
mes "";
mesc l("Please contact @@ to clear this misunderstanding.", b("Jesusalva")), 1;
getitem SupremeGift, 1;
+
+ // Better safe than sorry
+ atcommand "@unjail msawis";
+ // I dunno if my SQL query broke something so...........
sc_end SC_JAILED;
if (getmap() ~= "sec_pri")
warp "Save", 0, 0;