From ca1306c78457437187588697bfbc8643c3b11656 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 11 Sep 2018 11:33:00 -0300 Subject: Miler --- npc/019-1-1/miler.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/019-1-1') diff --git a/npc/019-1-1/miler.txt b/npc/019-1-1/miler.txt index 2155ccd91..9d1f03c0e 100644 --- a/npc/019-1-1/miler.txt +++ b/npc/019-1-1/miler.txt @@ -125,12 +125,12 @@ L_Box: if (.@q2 >= 70) { goto L_Success; } else if (.@q2 >= 50) { - .@id=any(WhiteFur, Candy, Milk, Lockpicks, MaggotSlime, CandyCane, ChocolateBar, XmasCake, GingerBreadMan, CherryCake, Plushroom, Moss, Chagashroom, BugLeg); + .@id=any(WhiteFur, Candy, Milk, Lockpicks, MaggotSlime, CandyCane, ChocolateBar, XmasCake, GingerBreadMan, CherryCake, Plushroom, Moss, Chagashroom, BugLeg, Acorn, Manana, Mashmallow, HardSpike, SilkCoocon, IceCube); getitem .@id, 1; mesc l("But there was only a(n) @@ inside.", getitemlink(.@id)); } else if (.@q2 >= 30) { if (rand(1,50) < .@q2) { - .@id=any(Candy, MaggotSlime, Plushroom, Chagashroom, BugLeg); + .@id=any(Candy, MaggotSlime, Plushroom, Chagashroom, BugLeg, Acorn, MauveHerb); getitem .@id, 1; mesc l("But there was only a(n) @@ inside.", getitemlink(.@id)); } else { @@ -157,10 +157,11 @@ L_Box: // Quest Complete L_Success: setq LoFQuest_EPISODE, 6, 0; + // TODO: Experience? Gold? Pre-Requisite Item? (eg. Lazurite or Bent Neddle) mesc l("His golden ring pops right out of it."); next; mesn; - mesq l("Many thanks. I couldn't live without it. Please come back later."); + mesq l("Many thanks. I couldn't live without it. Here, take this reward. Please come back later."); close; OnInit: -- cgit v1.2.3-60-g2f50