diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/mobhunter.txt | 4 | ||||
-rw-r--r-- | npc/functions/mobpoint.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt index 1a96a2f60..b38fea25d 100644 --- a/npc/functions/mobhunter.txt +++ b/npc/functions/mobhunter.txt @@ -161,6 +161,10 @@ function script GHQ_GetRewardsOnMilestone { Zeny=Zeny+.@bhp*25; // Maggot: 10.000 gp. That's plenty. getexp .@bhp*BaseLevel, .@bhp; // The monster hp, once again, drastically affects + // Achievements + if (!GHQ_WINNER) + GHQ_WINNER = gettimetick(2); + // Grand Prize switch (.@monsterId) { case Pinkie: diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 2139c02df..53ec1a91c 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -53,6 +53,7 @@ OnUnlock: OnNPCKillEvent: $MONSTERS_KILLED+=1; + MONSTERS_KILLED+=1; // Remove undue Job exp // The check is probably correct, but setparam is not working =/ |