summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1/aidan.txt6
-rw-r--r--npc/functions/mobhunter.txt3
2 files changed, 9 insertions, 0 deletions
diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt
index 415cf9bd6..09dda89e5 100644
--- a/npc/003-1/aidan.txt
+++ b/npc/003-1/aidan.txt
@@ -123,6 +123,12 @@ L_Finish:
mesn;
mesq l("Good job, here is 250,000 GP!");
close;
+ case 3:
+ setq General_Hunter, 0, 0;
+ Zeny=Zeny+100000;
+ mesn;
+ mesq l("Good job, here is 100,000 GP!");
+ close;
}
OnInit:
diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt
index e11a08559..ac4fd4250 100644
--- a/npc/functions/mobhunter.txt
+++ b/npc/functions/mobhunter.txt
@@ -40,6 +40,9 @@ function GHQ_GetQuestIDByMonsterID {
case Snake:
return 2;
break;
+ case Scorpion:
+ return 3;
+ break;
default:
debugmes "Invalid mob ID: " + getarg(0);
dispbottom l("ERROR, Please report: GHQ GQID: Invalid ID: @@", getarg(0));