From f6895889f312e738124e004849eab9159c626c29 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 13 Sep 2018 14:47:42 -0300 Subject: Forest Shroom now have a pet: GP Reward -100.000 --- npc/003-1/aidan.txt | 4 ++-- npc/012-1/luffyx.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index 85a54b917..e956da866 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -149,11 +149,11 @@ L_Finish: close; case ForestMushroom: setq General_Hunter, 0, 0; - Zeny=Zeny+275000; + Zeny=Zeny+175000; getitem StrangeCoin, 60; getexp 15750, 100; mesn; - mesq l("Good job, here is 275,000 GP and 60 @@!", getitemlink(StrangeCoin)); + mesq l("Good job, here is 175,000 GP and 60 @@!", getitemlink(StrangeCoin)); mesc l("Gained @@ XP", "15750"); close; case Pinkie: diff --git a/npc/012-1/luffyx.txt b/npc/012-1/luffyx.txt index 2e9d03429..283a1c8d7 100644 --- a/npc/012-1/luffyx.txt +++ b/npc/012-1/luffyx.txt @@ -17,7 +17,7 @@ L_Main: if (GHQUEST) - GHQ_Assign(ForestMushroom, "Hurnscald", "275.000 GP, 60 "+getitemlink(StrangeCoin)); + GHQ_Assign(ForestMushroom, "Hurnscald", "175.000 GP, 60 "+getitemlink(StrangeCoin)); close; L_SummerQuest: -- cgit v1.2.3-60-g2f50