From f3ba1d14d5c04063070a8b47f94dd25e7ecbdee4 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Jul 2018 19:23:51 -0300 Subject: That amount of experience is too high. --- npc/012-1/jack.txt | 2 +- npc/012-1/luffyx.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') 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 baf8f919c..3f40e2685 100644 --- a/npc/012-1/luffyx.txt +++ b/npc/012-1/luffyx.txt @@ -53,7 +53,7 @@ L_SummerQuest: delitem CactusCocktail, 60; delitem JeansShorts, 1; getitem LuffyxSummerShorts, 1; - getexp 10000, 60; + getexp 6500, 120; setq SQuest_Summer, 1; mesn; mesq l("Yay yay! Many thanks! Here, take the reward as promised!"); -- cgit v1.2.3-60-g2f50