From 6ebb76b4b457e35901e4a7c1d9dcd64c095e159b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 14 Jun 2018 09:30:34 -0300 Subject: Farmers are complete, only the final node of the quest is missing. --- npc/012-1/hinnak.txt | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'npc/012-1') diff --git a/npc/012-1/hinnak.txt b/npc/012-1/hinnak.txt index 5297ee61d..9443a2f4b 100644 --- a/npc/012-1/hinnak.txt +++ b/npc/012-1/hinnak.txt @@ -10,12 +10,15 @@ mesn; if (strcharinfo(0) == $MOST_HEROIC$) mesq l("Ah, if it isn't @@? You're the talk of the town!", $MOST_HEROIC$); if (strcharinfo(0) == $MOST_HEROIC$) next; + if (.@q1 == 0) goto L_Start; if (.@q1 == 1) goto L_Check; - if (.@q1 > 2) goto L_Oscar; + if (.@q1 == 4) goto L_Letter; + if (.@q1 == 5) goto L_Thanks; + mesq l("Maybe you could now help my friend Oscar. His farm is west of here."); + close; L_Start: - mesn; - mesq l("I hate you Pinkies, and I hate you Monster King too, for bringing forth these plagues!!"); + mesq l("I hate you Pinkies, and I hate the Monster King too, for bringing forth these plagues!!"); next; mesn strcharinfo(0); mes col("The farmer seems mad and in need of help. Will you help him?", 9); @@ -55,7 +58,6 @@ L_Weak: close; L_Check: - mesn; mesq l("Hey, how is the monster extermination going?"); next; mesn; @@ -72,14 +74,14 @@ L_Check: mesq l("Go kill them!!"); next; menu - rif (.@q2 >= 210 && countitem(PinkAntenna) >= 10, l("No, I insist, keep the Antennas as a trophy.")), L_MegaHelp, + rif (.@q2 >= 210 && countitem(PinkAntenna) >= 10, l("No, I insist, keep the Antennas as a trophy.")), L_RealHelp, rif (.@q2 >= 210 && countitem(PinkAntenna) < 10, l("Thanks, they don't like to drop their Antennas.")), L_TrueHelp, rif (.@q2 >= 100 && .@q2 < 210 && countitem(PinkAntenna) >= 10, l("Here are the Antennas.")), L_Help, rif (.@q2 < 100 && countitem(PinkAntenna) >= 10, l("Here are the Antennas.")), L_NoKill, l("I'm not done yet. I'll be back."), -; close; -L_MegaHelp: +L_RealHelp: delitem PinkAntenna, 10; getexp 1600, 60; Zeny=Zeny+2500; @@ -119,11 +121,15 @@ L_NoKill: mesq l("The antennas by themselves mean nothing, I want to see you killing my ENEMIES, the pinkies!"); close; -L_Oscar: - mesq l("Maybe you could now help my friend Oscar. His farm is west of here."); +L_Letter: + mesq l("You're the savior of Hurnscald crops. Half from the world would die from famine, weren't for you."); + next; + mesn; + mesq l("Hinnak and I signed this letter. Deliver it to Airlia on the Town Hall, and she'll reward you correctly."); close; -L_Close: +L_Thanks: + mesq l("Many thanks for all the help!"); close; OnInit: -- cgit v1.2.3-60-g2f50