diff options
Diffstat (limited to 'npc/003-1/aidan.txt')
-rw-r--r-- | npc/003-1/aidan.txt | 15 |
1 files changed, 9 insertions, 6 deletions
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); |