diff options
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/aidan.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index 0a52454ec..1ebc09170 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -91,7 +91,7 @@ L_Register: case 2: setq(General_Hunter, 1); mesn; - mesq l("Good luck! Don't come back until you reach 1000 kills!"); + mesq l("Good luck! Don't come back until you reach 10000 kills!"); close; break; case 3: @@ -108,9 +108,12 @@ L_Finish: switch (getq(General_Hunter)) { case 1: setq General_Hunter, 0, 0; - Zeny=Zeny+5000; + Zeny=Zeny+25000; + inventoryplace MaggotCocoon, 1; + getitem MaggotCocoon, 1; + getexp 50000, 0; mesn; - mesq l("Good job, here is 5,000 GP."); + mesq l("Good job, here is 25,000 GP."); close; case 2: setq General_Hunter, 0, 0; |