From 7b1e7d1540cf893d299bf471a23cab19e70e06df Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 26 Jun 2018 22:23:26 -0300 Subject: Rebalance prices. Don't kill mouboos! :mou: --- npc/003-1/aidan.txt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'npc/003-1/aidan.txt') diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index 7d315a102..69e5e434a 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -122,11 +122,12 @@ L_Finish: close; case 2: setq General_Hunter, 0, 0; - Zeny=Zeny+350000; - getitem StrangeCoin, 100; + Zeny=Zeny+300000; + getitem StrangeCoin, 80; getexp 15750, 100; mesn; - mesq l("Good job, here is 350,000 GP and 100 @@!", getitemlink(StrangeCoin)); + mesq l("Good job, here is 300,000 GP and 80 @@!", getitemlink(StrangeCoin)); + mesc l("Gained @@ XP", "15750"); close; case 3: setq General_Hunter, 0, 0; @@ -134,14 +135,16 @@ L_Finish: getexp 15750, 100; mesn; mesq l("Good job, here is 100,000 GP!"); + mesc l("Gained @@ XP", "15750"); close; case 4: setq General_Hunter, 0, 0; - Zeny=Zeny+250000; - getitem StrangeCoin, 100; + Zeny=Zeny+275000; + getitem StrangeCoin, 60; getexp 15750, 100; mesn; - mesq l("Good job, here is 250,000 GP and 100 @@!", getitemlink(StrangeCoin)); + mesq l("Good job, here is 275,000 GP and 60 @@!", getitemlink(StrangeCoin)); + mesc l("Gained @@ XP", "15750"); close; } mesc l("ILLEGAL SCRIPT POSITION REACHED, PLEASE REPORT.", 1); -- cgit v1.2.3-60-g2f50