diff options
Diffstat (limited to 'npc')
-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 |