summaryrefslogtreecommitdiff
path: root/npc/functions/mobhunter.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-20 21:35:14 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-20 21:35:14 -0300
commit48ea99f9d69ae8fa2f95536d6646388bf71d870d (patch)
tree666ec5e2f2cf8efe5f21aadb19a8dcd931bbf465 /npc/functions/mobhunter.txt
parent661fc87ccfe253a4aa8a374d71cd54ffb7a88e6c (diff)
downloadserverdata-48ea99f9d69ae8fa2f95536d6646388bf71d870d.tar.gz
serverdata-48ea99f9d69ae8fa2f95536d6646388bf71d870d.tar.bz2
serverdata-48ea99f9d69ae8fa2f95536d6646388bf71d870d.tar.xz
serverdata-48ea99f9d69ae8fa2f95536d6646388bf71d870d.zip
Mobhunter Cleanup
Diffstat (limited to 'npc/functions/mobhunter.txt')
-rw-r--r--npc/functions/mobhunter.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt
index 7030d28ef..9c3f76571 100644
--- a/npc/functions/mobhunter.txt
+++ b/npc/functions/mobhunter.txt
@@ -3,6 +3,21 @@
// Desc: Grand Hunter Quest Utils
// Note: Remember to update Aidan too
+function script mobhunter {
+ if (getq(General_Hunter) == 0)
+ return;
+
+ .@ghd=getq(General_Hunter);
+ if (killedrid == GHQ_GetMonsterIDByQuestID(.@ghd)) {
+ setq2 General_Hunter, getq2(General_Hunter)+1;
+ .@ghd=getq2(General_Hunter);
+ if (! (.@ghd % 1000))
+ dispbottom l("Grand Hunter Quest: @@/10,000", format_number(.@ghd));
+ }
+ return;
+
+}
+
// MobID
function script GHQ_GetQuestIDByMonsterID {
switch (getarg(0)) {