diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-20 12:48:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-20 12:48:29 -0300 |
commit | 6c0c075f16efcebdcb8265df27475c54acc5610b (patch) | |
tree | 0924ac90e79db89b2804a52d116308aafa155534 /npc/019-1-1/miler.txt | |
parent | 7d91abc20099e908507d264aa9c64630ec27460d (diff) | |
download | serverdata-6c0c075f16efcebdcb8265df27475c54acc5610b.tar.gz serverdata-6c0c075f16efcebdcb8265df27475c54acc5610b.tar.bz2 serverdata-6c0c075f16efcebdcb8265df27475c54acc5610b.tar.xz serverdata-6c0c075f16efcebdcb8265df27475c54acc5610b.zip |
Miler is now part of GHQ (pretty basic reward, could use something else?)
Diffstat (limited to 'npc/019-1-1/miler.txt')
-rw-r--r-- | npc/019-1-1/miler.txt | 7 |
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); |