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/003-1 | |
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/003-1')
-rw-r--r-- | npc/003-1/aidan.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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: |