summaryrefslogtreecommitdiff
path: root/npc/019-1-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-11 11:33:00 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-11 11:33:00 -0300
commitca1306c78457437187588697bfbc8643c3b11656 (patch)
tree76b7cca3e1fc387682b14f7fbc5c1bd7533a1a41 /npc/019-1-1
parent0866ab60a83869022f3fb82fa667048146f1951a (diff)
downloadserverdata-ca1306c78457437187588697bfbc8643c3b11656.tar.gz
serverdata-ca1306c78457437187588697bfbc8643c3b11656.tar.bz2
serverdata-ca1306c78457437187588697bfbc8643c3b11656.tar.xz
serverdata-ca1306c78457437187588697bfbc8643c3b11656.zip
Miler
Diffstat (limited to 'npc/019-1-1')
-rw-r--r--npc/019-1-1/miler.txt7
1 files changed, 4 insertions, 3 deletions
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: