diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 12:40:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 12:40:27 -0300 |
commit | 028cd8b5b08e06798ab8b2386efc429093ac95d3 (patch) | |
tree | d1ff1be0df52f0063a0a3b901bcff99958a957ad /npc/functions/mobhunter.txt | |
parent | a5183a38dd8d74fd1eb52b6f78236b725dcb9a87 (diff) | |
download | serverdata-028cd8b5b08e06798ab8b2386efc429093ac95d3.tar.gz serverdata-028cd8b5b08e06798ab8b2386efc429093ac95d3.tar.bz2 serverdata-028cd8b5b08e06798ab8b2386efc429093ac95d3.tar.xz serverdata-028cd8b5b08e06798ab8b2386efc429093ac95d3.zip |
Report what you were killing and GHQ, and how much are gone
Diffstat (limited to 'npc/functions/mobhunter.txt')
-rw-r--r-- | npc/functions/mobhunter.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt index ac4fd4250..cf13cc8b2 100644 --- a/npc/functions/mobhunter.txt +++ b/npc/functions/mobhunter.txt @@ -10,7 +10,7 @@ function 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 already hunting something else. Do you want to switch?"); + 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)))); select l("I'm not interested."), rif(GHMEMO[.@id] < 10000,l("I'll hunt them for you.")); |