summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-06-06 08:38:09 -0600
committerJared Adams <jaxad0127@gmail.com>2009-06-06 08:38:52 -0600
commit6ec557b0a5433d135dc2584eb10ea472b210d602 (patch)
tree411acfd68229219dc91a3aba3ec0c7e19657e393 /npc
parentfa2b679382bb51b8854eee51f7fe5d3f9f4251c5 (diff)
downloadserverdata-6ec557b0a5433d135dc2584eb10ea472b210d602.tar.gz
serverdata-6ec557b0a5433d135dc2584eb10ea472b210d602.tar.bz2
serverdata-6ec557b0a5433d135dc2584eb10ea472b210d602.tar.xz
serverdata-6ec557b0a5433d135dc2584eb10ea472b210d602.zip
Make Hinnak respond to the Pinkie head
Diffstat (limited to 'npc')
-rw-r--r--npc/008-1_Hurnscald_outskirts/hinnak.txt40
1 files changed, 38 insertions, 2 deletions
diff --git a/npc/008-1_Hurnscald_outskirts/hinnak.txt b/npc/008-1_Hurnscald_outskirts/hinnak.txt
index 0aa10570..401f56da 100644
--- a/npc/008-1_Hurnscald_outskirts/hinnak.txt
+++ b/npc/008-1_Hurnscald_outskirts/hinnak.txt
@@ -12,8 +12,12 @@
008-1.gat,101,30,0 script Hinnak 142, {
if (Inspector == 10) goto L_NohMask;
+
+L_No_NohMask:
if (QUEST_Scythe_state == 1) goto L_Exchange;
if (QUEST_Scythe_state == 2) goto L_ThanksAgain;
+ if (getequipid(equip_head) == 751) goto L_Intro_Hat;
+
mes "[Farmer Hinnak]";
mes "\"Argh! I hate them! I @#$% hate them! I @#$% hate these @#$% pinkies!\"";
next;
@@ -23,6 +27,22 @@
"Why do you hate them?", L_Reason;
close;
+L_Intro_Hat:
+ mes "The farmer lunges at you with a farming implement.";
+ next;
+ heal -50, 0;
+
+ menu
+ "I'm out of here.", -,
+ "Whoa, what are you doing?", L_Intro_Hat_Explain;
+ close;
+
+L_Intro_Hat_Explain:
+ mes "[Farmer Hinnak]";
+ mes "\"Sorry, you look like a pinkie. They've been destroying my fields, and I guess I got a bit worked up.\"";
+ next;
+ goto L_Help;
+
L_Reason:
mes "[Farmer Hinnak]";
mes "\"These @#$% beasts are jumping around in my fields destroying all my harvest.";
@@ -52,6 +72,11 @@ L_Reward:
close;
L_Exchange:
+ if (getequipid(equip_head) != 751) goto L_Exchange_Start;
+ mes "The farmer glares at your hat.";
+ next;
+
+L_Exchange_Start;
mes "[Farmer Hinnak]";
mes "\"Have you got the 10 antennae?\"";
next;
@@ -83,11 +108,22 @@ L_Exchange_TooMany:
close;
L_ThanksAgain:
+ if (getequipid(equip_head) == 751) goto L_ThanksHat;
mes "[Farmer Hinnak]";
mes "\"Good to see you again, and thanks again for helping me with the pinkies!\"";
+ next;
+ goto L_ThanksMenu;
- next;
+L_ThanksHat:
+ mes "[Farmer Hinnak]";
+ mes "\"That better be a trophy on your head.\"";
+ menu
+ "It is.", -;
+
+ mes "[Farmer Hinnak]";
+ mes "\"Good then. Thanks for your help with the pinkies.\"";
+L_ThanksMenu;
menu
"Sure, any time!", -,
"Anything else you want me to do?", -,
@@ -217,7 +253,7 @@ L_NohMask:
menu
"Did you see anyone in a mask come by here at night?", L_NohMask_Mask,
"Did you see anyone with a large satchel come by here at night?", L_NohMask_Satchel,
- "Nothing...", -;
+ "Hello", L_No_NohMask;
close;
L_NohMask_Mask: