diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-07 19:23:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-07 19:23:51 -0300 |
commit | f3ba1d14d5c04063070a8b47f94dd25e7ecbdee4 (patch) | |
tree | 8418a3120049b943c1650f2c7bd27198f3578382 | |
parent | dba84e72701e79ae648a290d9425b664abc4f8e0 (diff) | |
download | serverdata-f3ba1d14d5c04063070a8b47f94dd25e7ecbdee4.tar.gz serverdata-f3ba1d14d5c04063070a8b47f94dd25e7ecbdee4.tar.bz2 serverdata-f3ba1d14d5c04063070a8b47f94dd25e7ecbdee4.tar.xz serverdata-f3ba1d14d5c04063070a8b47f94dd25e7ecbdee4.zip |
That amount of experience is too high.
-rw-r--r-- | npc/012-1/jack.txt | 2 | ||||
-rw-r--r-- | npc/012-1/luffyx.txt | 2 |
2 files changed, 2 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 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!"); |