From 971470ec320b47e57d2b8d8385a04ba831ac1bb9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 26 Mar 2019 10:02:32 -0300 Subject: Miner Knife to Xanthem - keep compatibility for Grand Collector Quest --- npc/functions/clientversion.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index ca9ea89c8..87b32e217 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -215,6 +215,16 @@ function script checkclientversion { else Karma=100+Karma; } + // Update Tycoon quest Miner Knife + // ter mar 26 10:00:22 -03 2019 + if (UPDATE < 1553605222) { + if (UPDATE <= 1551626524) { + if (getq(MineQuest_Tycoon) >= 6) { + getitem MinerKnife, 1; + } + } + UPDATE=1553605222; + } -- cgit v1.2.3-60-g2f50