diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-07 21:12:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-07 21:12:12 -0300 |
commit | 7715ef42037ad35155eb228666776df6d859943e (patch) | |
tree | af4c3dc2914cbdd86cc666c65a5aa0a291869548 /npc/012-1/luffyx.txt | |
parent | 7d5f630745276ce8f457547f2e1b8fd926144f18 (diff) | |
parent | d1256756676bc59bba39f2cde886fd5916861577 (diff) | |
download | serverdata-heroes_hold.tar.gz serverdata-heroes_hold.tar.bz2 serverdata-heroes_hold.tar.xz serverdata-heroes_hold.zip |
Merge branch 'master' into heroes_holdheroes_hold
Diffstat (limited to 'npc/012-1/luffyx.txt')
-rw-r--r-- | npc/012-1/luffyx.txt | 7 |
1 files changed, 6 insertions, 1 deletions
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!"); |