From fd61c0168041643265dbe69ba90791d8cb5856b0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 20 Mar 2021 16:17:01 -0300 Subject: Now that event is over - Sanitize and normalize the rewards. --- npc/029-9/boss.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/029-9') 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(); -- cgit v1.2.3-60-g2f50