diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-26 10:22:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-26 10:22:50 -0300 |
commit | 79b08bb646df54d55179cbc57c72dc23a6f209fc (patch) | |
tree | ba641c00217e90c65e90773906addaa9eb22aa5d /npc/012-1/hinnak.txt | |
parent | 971470ec320b47e57d2b8d8385a04ba831ac1bb9 (diff) | |
download | serverdata-79b08bb646df54d55179cbc57c72dc23a6f209fc.tar.gz serverdata-79b08bb646df54d55179cbc57c72dc23a6f209fc.tar.bz2 serverdata-79b08bb646df54d55179cbc57c72dc23a6f209fc.tar.xz serverdata-79b08bb646df54d55179cbc57c72dc23a6f209fc.zip |
Move stuff around - Give Scythe after Hinnak, add Cotton Boots to last stage.
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."); |