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/012-1/hinnak.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/012-1') diff --git a/npc/012-1/hinnak.txt b/npc/012-1/hinnak.txt index 89172ee84..3356028b9 100644 --- a/npc/012-1/hinnak.txt +++ b/npc/012-1/hinnak.txt @@ -87,10 +87,12 @@ L_Check: close; L_RealHelp: + inventoryplace Scythe, 1; delitem PinkAntenna, 10; getexp 1600, 60; Zeny=Zeny+2500; setq HurnscaldQuest_Farmers, 2, 0; + getitem Scythe, 1; mes ""; mesn; mesq l("Waw! You really did it, you're the savior of my farm!! You have my eternal gratitute. Here is 2500 GP for your troubles!"); @@ -101,6 +103,8 @@ L_TrueHelp: mesn; mesq l("I know how hard it is! I hate them with all my heart, only seeing you killing them left and right was GREAT!"); next; + inventoryplace Scythe, 1; + getitem Scythe, 1; getexp 1000, 0; Zeny=Zeny+500; setq HurnscaldQuest_Farmers, 2, 0; @@ -109,10 +113,12 @@ L_TrueHelp: close; L_Help: + inventoryplace Scythe, 1; delitem PinkAntenna, 10; getexp 1000, 0; Zeny=Zeny+1000; setq HurnscaldQuest_Farmers, 2, 0; + getitem Scythe, 1; mes ""; mesn; mesq l("Many thanks. You have my eternal gratitute. Here is 1000 GP for your troubles."); -- cgit v1.2.3-60-g2f50