diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-13 14:47:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-13 14:47:42 -0300 |
commit | f6895889f312e738124e004849eab9159c626c29 (patch) | |
tree | f0061382aabe7ce02857d1c202fdf66d7b7f8c49 /npc | |
parent | 04cbd607116e83e9a15c155186e08911b85a14ac (diff) | |
download | serverdata-f6895889f312e738124e004849eab9159c626c29.tar.gz serverdata-f6895889f312e738124e004849eab9159c626c29.tar.bz2 serverdata-f6895889f312e738124e004849eab9159c626c29.tar.xz serverdata-f6895889f312e738124e004849eab9159c626c29.zip |
Forest Shroom now have a pet: GP Reward -100.000
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/aidan.txt | 4 | ||||
-rw-r--r-- | 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: |