summaryrefslogtreecommitdiff
path: root/npc/functions/mobhunter.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-13 18:42:33 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-13 18:42:33 -0200
commitf41ed365c352f5bf5f5d5d7ee997bfa03c547607 (patch)
tree494ae82710fbcd4c251f93be9d3764e4b1dff73e /npc/functions/mobhunter.txt
parentccc4ca660d0d9653e9a416b94e6a9d7ec8543798 (diff)
downloadserverdata-f41ed365c352f5bf5f5d5d7ee997bfa03c547607.tar.gz
serverdata-f41ed365c352f5bf5f5d5d7ee997bfa03c547607.tar.bz2
serverdata-f41ed365c352f5bf5f5d5d7ee997bfa03c547607.tar.xz
serverdata-f41ed365c352f5bf5f5d5d7ee997bfa03c547607.zip
GHQ: First step only gives 50% of GP per step (because it is easier, duh)
Diffstat (limited to 'npc/functions/mobhunter.txt')
-rw-r--r--npc/functions/mobhunter.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt
index 3733838b1..65513fa22 100644
--- a/npc/functions/mobhunter.txt
+++ b/npc/functions/mobhunter.txt
@@ -88,7 +88,7 @@ function script GHQ_GetRewardsOnMilestone {
if (VarDiffValue(.@old, .@new, 1000)) {
mesc l("Goal: @@/@@ reached!", .@new, 1000), 2;
.@xp+=.@blv*10;
- .@gp+=.@bhp;
+ .@gp+=(.@bhp/2);
.@jp+=10;
} else if (.@new < 1000) {
mesc l("@@: @@/@@", l("1st step"), .@new, 1000);