From a0b0c554d4cdec963ae74615a291dac075d33229 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 15 Jan 2020 19:58:01 +0000 Subject: Added Bat GHQ to Arkim --- npc/functions/mobhunter.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt index ce68ec0e5..527aacf3c 100644 --- a/npc/functions/mobhunter.txt +++ b/npc/functions/mobhunter.txt @@ -32,6 +32,9 @@ function script GHQ_GetQuestIDByMonsterID { case Duck: return 9; break; + case Bat: + return 10; + break; default: return Exception("GHQ GQID: Invalid ID: "+getarg(0), RB_DEFAULT^RB_PLEASEREPORT|RB_ISFATAL); break; @@ -69,6 +72,9 @@ function script GHQ_GetMonsterIDByQuestID { case 9: return Duck; break; + case 10: + return Bat; + break; default: return Exception("GHQ GMID: Invalid ID: "+getarg(0), RB_DEFAULT^RB_PLEASEREPORT|RB_ISFATAL); break; -- cgit v1.2.3-70-g09d2