summaryrefslogtreecommitdiff
path: root/npc/012-1/luffyx.txt
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-07-09 20:47:39 +0000
committerSaulc <lucashelaine14@gmail.com>2018-07-09 20:47:39 +0000
commit1f1b4e48d019c993257da74b3024b3ecab02c7be (patch)
treef152fe9c5a59c3319c38f4397c4abbb7cdadf230 /npc/012-1/luffyx.txt
parent6161cbfba049f41f949b62860a78a2778faf8847 (diff)
downloadserverdata-1f1b4e48d019c993257da74b3024b3ecab02c7be.tar.gz
serverdata-1f1b4e48d019c993257da74b3024b3ecab02c7be.tar.bz2
serverdata-1f1b4e48d019c993257da74b3024b3ecab02c7be.tar.xz
serverdata-1f1b4e48d019c993257da74b3024b3ecab02c7be.zip
Update luffyx.txt
Diffstat (limited to 'npc/012-1/luffyx.txt')
-rw-r--r--npc/012-1/luffyx.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/012-1/luffyx.txt b/npc/012-1/luffyx.txt
index d3f0adae1..2e9d03429 100644
--- a/npc/012-1/luffyx.txt
+++ b/npc/012-1/luffyx.txt
@@ -28,9 +28,9 @@ L_SummerQuest:
next;
mesn;
mes l("What about you bring me:");
- mes l("@@/60 @@", countitem(CactusCocktail), getitemlink(CactusCocktail));
+ mes l("@@/80 @@", countitem(CactusCocktail), getitemlink(CactusCocktail));
mes l("@@/40 @@", countitem(AppleCocktail), getitemlink(AppleCocktail));
- mes l("@@/20 @@", countitem(CherryCocktail), getitemlink(CherryCocktail));
+ mes l("@@/25 @@", countitem(CherryCocktail), getitemlink(CherryCocktail));
mes l("@@/1 @@", countitem(JeansShorts), getitemlink(JeansShorts));
next;
select
@@ -42,15 +42,15 @@ L_SummerQuest:
goto L_Main;
if (@menu == 2) {
if (
- countitem(CherryCocktail) < 20 ||
- countitem(CactusCocktail) < 60 ||
+ countitem(CherryCocktail) < 25 ||
+ countitem(CactusCocktail) < 80 ||
countitem(AppleCocktail) < 40
) goto L_Lying;
inventoryplace LuffyxSummerShorts, 1;
- delitem CherryCocktail, 20;
+ delitem CherryCocktail, 25;
delitem AppleCocktail, 40;
- delitem CactusCocktail, 60;
+ delitem CactusCocktail, 80;
delitem JeansShorts, 1;
getitem LuffyxSummerShorts, 1;
getexp 6500, 120;