summaryrefslogtreecommitdiff
path: root/npc/003-1/aidan.txt
diff options
context:
space:
mode:
authorSaulc <lucashelaine14@gmail.com>2018-05-22 23:34:22 +0000
committerSaulc <lucashelaine14@gmail.com>2018-05-22 23:34:22 +0000
commit4991a3511dff1cea07a5986902ac3cfdf20143b1 (patch)
treea1d06537c6a189b6f2196c839652d8a7f31cd31c /npc/003-1/aidan.txt
parentcdfa5f2ab83711be36b3c0e302809cc8ab942da5 (diff)
downloadserverdata-4991a3511dff1cea07a5986902ac3cfdf20143b1.tar.gz
serverdata-4991a3511dff1cea07a5986902ac3cfdf20143b1.tar.bz2
serverdata-4991a3511dff1cea07a5986902ac3cfdf20143b1.tar.xz
serverdata-4991a3511dff1cea07a5986902ac3cfdf20143b1.zip
add maggot cocoon
Diffstat (limited to 'npc/003-1/aidan.txt')
-rw-r--r--npc/003-1/aidan.txt9
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;