diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/029-9/boss.txt | 8 |
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(); |