From 8e4d975deb5d56fa1d8243367b0aa81a27490251 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 20 Feb 2019 00:10:56 -0300 Subject: I'm terribly sorry, I cannot unjail @msawis or vilbou with SQL. I'll send both of them a Mercenary Boxset of maximum rarity. Why people doesn't talks to GMs when they find themselves in jail? O.o %%U --- npc/functions/clientversion.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'npc/functions/clientversion.txt') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index c97577201..72637960b 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -159,10 +159,11 @@ function script checkclientversion { mesc l("First of, you didn't logged in. Without you online, WE CANNOT UNJAIL YOU! We tried with SQL but it didn't budge."), 3; mesc l("Due this bug, when you logged off on the BotCheck Area, @@. We wanted to deliver you a token of apology!", b(l("the server jailed you"))), 3; mesc l("Sorry, and enjoy the game! Your TMW2 Staff Team."), 3; - mesc l("Token Of Apology: 1x @@", getitemlink(SupremeGift)); + mesc l("Token Of Apology: 1x @@, 1x @@", getitemlink(SupremeGift), getitemlink(MercBoxC)); mes ""; mesc l("Please contact @@ to clear this misunderstanding.", b("Jesusalva")), 1; getitem SupremeGift, 1; + getitem MercBoxC, 1; // Better safe than sorry atcommand "@unjail msawis"; @@ -177,6 +178,7 @@ function script checkclientversion { sc_end SC_JAILED; if (getmap() ~= "sec_pri") warp "Save", 0, 0; + getitem MercBoxC, 1; } // Unclaimed Rewards // 2000283 Msawis 10 points -- cgit v1.2.3-60-g2f50