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/012-1/lufix.txt | 4 +++- npc/functions/mobhunter.txt | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/npc/012-1/lufix.txt b/npc/012-1/lufix.txt index 8647b3ab3..2957437bc 100644 --- a/npc/012-1/lufix.txt +++ b/npc/012-1/lufix.txt @@ -9,8 +9,10 @@ if (season() == SUMMER) { mesq l("Yay it's summer"); } else { - mesq l("Aww it's not summer"); + mesq l("Aww it's not summer. I love day June 21st, and the summer vacations!"); } + if (GHQUEST) + GHQ_Assign(Mouboo, "Hurnscald", "1.000.000 GP"); close; OnInit: 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-70-g09d2