summaryrefslogtreecommitdiff
path: root/npc/functions/mobhunter.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-19 11:16:02 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-19 11:16:02 -0300
commit4886a23a484b9d3e1bf7deb783eb05c79474c1c1 (patch)
tree6f78cbb9994409ca78d9bc87f87df8f6954112ad /npc/functions/mobhunter.txt
parent4781bead3cc775414f20e90baabefad6bb2ef0aa (diff)
downloadserverdata-4886a23a484b9d3e1bf7deb783eb05c79474c1c1.tar.gz
serverdata-4886a23a484b9d3e1bf7deb783eb05c79474c1c1.tar.bz2
serverdata-4886a23a484b9d3e1bf7deb783eb05c79474c1c1.tar.xz
serverdata-4886a23a484b9d3e1bf7deb783eb05c79474c1c1.zip
Leona, the only Fairy at Lilit currently.
Part of a TBD quest. She lets you sell snake's skin based items for 20% more.
Diffstat (limited to 'npc/functions/mobhunter.txt')
-rw-r--r--npc/functions/mobhunter.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt
index 21bb55516..e08ac4429 100644
--- a/npc/functions/mobhunter.txt
+++ b/npc/functions/mobhunter.txt
@@ -26,6 +26,9 @@ function script GHQ_GetQuestIDByMonsterID {
case Fluffy:
return 7;
break;
+ case MountainSnake:
+ return 8;
+ break;
default:
debugmes "Invalid mob ID: " + getarg(0);
dispbottom l("ERROR, Please report: GHQ GQID: Invalid ID: @@", getarg(0));
@@ -59,6 +62,9 @@ function script GHQ_GetMonsterIDByQuestID {
case 7:
return Fluffy;
break;
+ case 8:
+ return MountainSnake;
+ break;
default:
debugmes "Invalid quest ID: " + getarg(0);
dispbottom l("ERROR, Please report: GHQ GMID: Invalid ID: @@", getarg(0));