summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-03-20 16:17:01 -0300
committerJesusaves <cpntb1@ymail.com>2021-03-20 16:17:01 -0300
commitfd61c0168041643265dbe69ba90791d8cb5856b0 (patch)
treea5e5ac56e5d038544f3f5e6f25c1ce014d232ba9
parent04b2667b143eb5fc2485b3e7f31a19b4fbfcd551 (diff)
downloadserverdata-fd61c0168041643265dbe69ba90791d8cb5856b0.tar.gz
serverdata-fd61c0168041643265dbe69ba90791d8cb5856b0.tar.bz2
serverdata-fd61c0168041643265dbe69ba90791d8cb5856b0.tar.xz
serverdata-fd61c0168041643265dbe69ba90791d8cb5856b0.zip
Now that event is over - Sanitize and normalize the rewards.
-rw-r--r--npc/029-9/boss.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/029-9/boss.txt b/npc/029-9/boss.txt
index e02ca460a..d17e444bc 100644
--- a/npc/029-9/boss.txt
+++ b/npc/029-9/boss.txt
@@ -335,10 +335,10 @@ OnEventEnd:
if ($FIRESOFSTEAM >= 10) {
getexp 50000+($@FIRESOFSTEAM_DIFF*10), 5000+$@FIRESOFSTEAM_DIFF;
} else {
- getexp 1000000, 500000;
- getitem StrangeCoin, 2000;
- Mobpt+=1500000;
- Zeny+=1000000;
+ getexp 1000000, 250000;
+ getitem StrangeCoin, 200;
+ Mobpt+=500000;
+ Zeny+=250000;
}
dispbottom l("Congratulations! You've received participation rewards due to the Moubootaur Death.");
detachrid();