From 028cd8b5b08e06798ab8b2386efc429093ac95d3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 1 Jun 2018 12:40:27 -0300 Subject: Report what you were killing and GHQ, and how much are gone --- npc/003-1/aidan.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/003-1/aidan.txt') diff --git a/npc/003-1/aidan.txt b/npc/003-1/aidan.txt index 09dda89e5..62d99e3c7 100644 --- a/npc/003-1/aidan.txt +++ b/npc/003-1/aidan.txt @@ -74,7 +74,6 @@ if (getq(General_Hunter) == 0 && !GHQUEST) goto L_Register; if (getq(General_Hunter) == 0) goto L_Assign; mes ""; - mesq l("Current Progress: @@/10,000 kills", getq2(General_Hunter)); if (getq2(General_Hunter) >= 10000) goto L_Finish; goto L_Assign; close; // Will never be reach. @@ -105,6 +104,7 @@ L_Assign: close; L_Finish: + mes l("Current progress: @@/10000 @@", getq2(General_Hunter), getmonsterlink(GHQ_GetQuestIDByMonsterID(getq(General_Hunter)))); GHMEMO[getq(General_Hunter)]=getq2(General_Hunter); switch (getq(General_Hunter)) { case 1: -- cgit v1.2.3-60-g2f50