summaryrefslogtreecommitdiff
path: root/npc/012-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-1')
-rw-r--r--npc/012-1/jack.txt2
-rw-r--r--npc/012-1/luffyx.txt7
2 files changed, 7 insertions, 2 deletions
diff --git a/npc/012-1/jack.txt b/npc/012-1/jack.txt
index c1bb45e5b..c66a1a820 100644
--- a/npc/012-1/jack.txt
+++ b/npc/012-1/jack.txt
@@ -106,7 +106,7 @@ L_Loop:
delitem RawLog, 1;
.@success=rand(6,26)-.@k; // You will never need more than 20 logs nor less than 5 logs
- if (.@success == 1) {
+ if (.@success <= 1) {
mesc l("The wood bends a little, but doesn't breaks.");
getexp 295, 100; // 10% of max exp
setq2 HurscaldQuest_ForestBow, 99;
diff --git a/npc/012-1/luffyx.txt b/npc/012-1/luffyx.txt
index 96ac80a96..d3f0adae1 100644
--- a/npc/012-1/luffyx.txt
+++ b/npc/012-1/luffyx.txt
@@ -27,7 +27,11 @@ L_SummerQuest:
mesq l("Hey, do you know what is good on summer? @@!", getitemlink(LuffyxSummerShorts));
next;
mesn;
- mesq l("What about you bring me 60 @@, 40 @@ and 20 @@? And a @@!", getitemlink(CactusCocktail), getitemlink(AppleCocktail), getitemlink(CherryCocktail), getitemlink(JeansShorts));
+ mes l("What about you bring me:");
+ mes l("@@/60 @@", countitem(CactusCocktail), getitemlink(CactusCocktail));
+ mes l("@@/40 @@", countitem(AppleCocktail), getitemlink(AppleCocktail));
+ mes l("@@/20 @@", countitem(CherryCocktail), getitemlink(CherryCocktail));
+ mes l("@@/1 @@", countitem(JeansShorts), getitemlink(JeansShorts));
next;
select
l("Not now, thanks"),
@@ -49,6 +53,7 @@ L_SummerQuest:
delitem CactusCocktail, 60;
delitem JeansShorts, 1;
getitem LuffyxSummerShorts, 1;
+ getexp 6500, 120;
setq SQuest_Summer, 1;
mesn;
mesq l("Yay yay! Many thanks! Here, take the reward as promised!");