diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-02 00:16:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-02 00:16:14 -0300 |
commit | 2d5f9307978b929b4e6a6096e1f78b1938f3cf23 (patch) | |
tree | 9be927c6814cf25a04f95fecb6fccd10b9ad2d29 /npc/functions/mobhunter.txt | |
parent | dce5be99daf0a0ea834c90cf3ccb805138ee223e (diff) | |
download | serverdata-2d5f9307978b929b4e6a6096e1f78b1938f3cf23.tar.gz serverdata-2d5f9307978b929b4e6a6096e1f78b1938f3cf23.tar.bz2 serverdata-2d5f9307978b929b4e6a6096e1f78b1938f3cf23.tar.xz serverdata-2d5f9307978b929b4e6a6096e1f78b1938f3cf23.zip |
Reorder GHQ partial rewards to be less confusing
Diffstat (limited to 'npc/functions/mobhunter.txt')
-rw-r--r-- | npc/functions/mobhunter.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt index f0fa46834..e52ad17b0 100644 --- a/npc/functions/mobhunter.txt +++ b/npc/functions/mobhunter.txt @@ -182,15 +182,18 @@ function script GHQ_Assign { .@p=getq2(General_Hunter); //next; //mesq l("Current Quest Progress: @@/10,000 kills", .@p); + + // Handle Partial Rewards + if (.@q) + GHQ_GetRewardsOnMilestone(); + mes ""; + mesn; mes l("I represent the @@ Hunters. We hunt @@.", .@loc$, getmonsterlink(.@mobId)); if (.@prize$ != "") mes l("The great prize is @@.", .@prize$); else mes l("The great prize is to unlock a pet!"); - - if (.@q) - GHQ_GetRewardsOnMilestone(); if (.@q == .@id) { .@m=GHQ_GetMonsterIDByQuestID(.@q); mes l("You are currently hunting @@/10000 @@.", .@p, getmonsterlink(.@m)); |