diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-20 00:10:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-20 00:10:56 -0300 |
commit | 8e4d975deb5d56fa1d8243367b0aa81a27490251 (patch) | |
tree | cc4748085f182c0fc87360c677ec92a51140b9cc | |
parent | 5db8ae776c7dac76d49887609e14af9677de04a4 (diff) | |
download | serverdata-8e4d975deb5d56fa1d8243367b0aa81a27490251.tar.gz serverdata-8e4d975deb5d56fa1d8243367b0aa81a27490251.tar.bz2 serverdata-8e4d975deb5d56fa1d8243367b0aa81a27490251.tar.xz serverdata-8e4d975deb5d56fa1d8243367b0aa81a27490251.zip |
I'm terribly sorry, I cannot unjail @msawis or vilbou with SQL.r08.21_190220
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
-rw-r--r-- | npc/functions/clientversion.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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 |