From e381bfd75ed2c664b1c980bd66271563a56301c2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 15 Jun 2018 23:49:19 -0300 Subject: Grand Hunter Hurnscald --- npc/functions/mobhunter.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'npc/functions/mobhunter.txt') diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt index d56b26840..44f4ac247 100644 --- a/npc/functions/mobhunter.txt +++ b/npc/functions/mobhunter.txt @@ -14,6 +14,9 @@ function script GHQ_GetQuestIDByMonsterID { case Scorpion: return 3; break; + case Mouboo: + return 4; + break; default: debugmes "Invalid mob ID: " + getarg(0); dispbottom l("ERROR, Please report: GHQ GQID: Invalid ID: @@", getarg(0)); @@ -35,6 +38,9 @@ function script GHQ_GetMonsterIDByQuestID { case 3: return Scorpion; break; + case 4: + return Mouboo; + break; default: debugmes "Invalid quest ID: " + getarg(0); dispbottom l("ERROR, Please report: GHQ GMID: Invalid ID: @@", getarg(0)); -- cgit v1.2.3-60-g2f50