From 6c0c075f16efcebdcb8265df27475c54acc5610b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 20 Sep 2018 12:48:29 -0300 Subject: Miler is now part of GHQ (pretty basic reward, could use something else?) --- npc/019-1-1/miler.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'npc/019-1-1/miler.txt') 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); -- cgit v1.2.3-60-g2f50