summaryrefslogtreecommitdiff
path: root/npc/019-1-1/miler.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/019-1-1/miler.txt')
-rw-r--r--npc/019-1-1/miler.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/019-1-1/miler.txt b/npc/019-1-1/miler.txt
index 45b69d1fa..8ed2270a5 100644
--- a/npc/019-1-1/miler.txt
+++ b/npc/019-1-1/miler.txt
@@ -23,7 +23,8 @@
rif(.@w == 1, l("I need help.")), L_Well,
rif(.@q == 3 && countitem(HerbalTea), l("The Doctor sent you some tea.")), L_Doctor,
rif(.@q == 5 && countitem(PresentBox), l("I have a present box to you open.")), L_Box,
- rif(.@q == 4, l("So, could I help you?")), L_Quest;
+ rif(.@q == 4, l("So, could I help you?")), L_Quest,
+ l("Do you want any monster killed?"), L_GHQ;
close;
@@ -173,6 +174,10 @@ L_Success:
mesq l("Many thanks. I couldn't live without it. Please come back later.");
close;
+L_GHQ:
+ GHQ_Assign(Moggun, "Nivalis", "150,000 GP, 60x "+getitemlink(StrangeCoin));
+ close;
+
OnInit:
.@npcId = getnpcid(0, .name$);
setunitdata(.@npcId, UDT_HEADTOP, KnitHat);