From 79b08bb646df54d55179cbc57c72dc23a6f209fc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 26 Mar 2019 10:22:50 -0300 Subject: Move stuff around - Give Scythe after Hinnak, add Cotton Boots to last stage. --- npc/functions/clientversion.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'npc/functions/clientversion.txt') diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 87b32e217..b00eb870d 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -215,7 +215,7 @@ function script checkclientversion { else Karma=100+Karma; } - // Update Tycoon quest Miner Knife + // Update Tycoon quest Miner Knife + Hinnak & Oscar Scythe // ter mar 26 10:00:22 -03 2019 if (UPDATE < 1553605222) { if (UPDATE <= 1551626524) { @@ -223,6 +223,11 @@ function script checkclientversion { getitem MinerKnife, 1; } } + if (getq(HurnscaldQuest_Farmers) >= 2 && getq(HurnscaldQuest_Farmers) < 5) { + getitem Scythe, 1; + } else if (getq(HurnscaldQuest_Farmers) >= 5) { + getitem CottonBoots, 1; + } UPDATE=1553605222; } -- cgit v1.2.3-70-g09d2