diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 13:44:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 13:44:13 -0300 |
commit | 986e2f2a44684a018a776ee958223ef8f17154ef (patch) | |
tree | 691d989cb7e619b2790563e14f91b756ba301c32 /npc/functions/mobhunter.txt | |
parent | b2c3b6b1cba18b33141b3e34138079e404aad874 (diff) | |
download | serverdata-986e2f2a44684a018a776ee958223ef8f17154ef.tar.gz serverdata-986e2f2a44684a018a776ee958223ef8f17154ef.tar.bz2 serverdata-986e2f2a44684a018a776ee958223ef8f17154ef.tar.xz serverdata-986e2f2a44684a018a776ee958223ef8f17154ef.zip |
Moar bugs? What.. I have things to work on :inGame_e:
Diffstat (limited to 'npc/functions/mobhunter.txt')
-rw-r--r-- | npc/functions/mobhunter.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt index aaf344e7b..2b5988c31 100644 --- a/npc/functions/mobhunter.txt +++ b/npc/functions/mobhunter.txt @@ -33,7 +33,7 @@ function script GHQ_GetMonsterIDByQuestID { return Snake; break; case 3: - return Snake; + return Scorpion; break; default: debugmes "Invalid quest ID: " + getarg(0); @@ -52,7 +52,7 @@ function script GHQ_Assign { mesn; mes l("I represent the @@ Hunters. We hunt @@.", getarg(1), getmonsterlink(getarg(0))); mes l("The great prize is @@. It can be claimed with Aidan, on Tulimshar.", getarg(2)); - if (getq(General_Hunter)) mes l("You are currently hunting @@/10000 @@. Do you want to switch?", getq2(General_Hunter), getmonsterlink(GHQ_GetQuestIDByMonsterID(getq(General_Hunter)))); + if (getq(General_Hunter)) mes l("You are currently hunting @@/10000 @@. Do you want to switch?", getq2(General_Hunter), getmonsterlink(GHQ_GetMonsterIDByQuestID(getq(General_Hunter)))); select l("I'm not interested."), rif(GHMEMO[.@id] < 10000,l("I'll hunt them for you.")); |