diff options
Diffstat (limited to 'npc/012-1/hinnak.txt')
-rw-r--r-- | npc/012-1/hinnak.txt | 6 |
1 files changed, 6 insertions, 0 deletions
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."); |