From 4991a3511dff1cea07a5986902ac3cfdf20143b1 Mon Sep 17 00:00:00 2001 From: Saulc Date: Tue, 22 May 2018 23:34:22 +0000 Subject: add maggot cocoon --- npc/003-1/aidan.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'npc') 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; -- cgit v1.2.3-60-g2f50