From 2f8f7b2be3fa8e66409e2f9f9e6beaa8dffb9a57 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 20 Sep 2019 15:01:45 -0300 Subject: Fix Bracco. Remove a debug marker. Increase ore/coal rewards on Yeti King Quest. --- npc/001-7/celestia_bossfight.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/001-7/celestia_bossfight.txt') diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt index 66eddd809..281235fa6 100644 --- a/npc/001-7/celestia_bossfight.txt +++ b/npc/001-7/celestia_bossfight.txt @@ -60,9 +60,9 @@ L_Survivor: switch (@menu) { case 1: if (.@r > 70) - getitem rand(Diamond, Amethyst), 1; + getitem rand2(Diamond, Amethyst), 1; else - getitem rand(CopperOre, TitaniumOre), 1; + getitem rand2(CopperOre, TitaniumOre), any(1,2); break; case 2: getexp .@r*80, .@r*2; // max 8000 xp and 200 jp @@ -71,7 +71,7 @@ L_Survivor: Zeny=Zeny+.@r*75; // max 7500 gp break; case 4: - getitem Coal, (.@r/20); // max 5 coal + getitem Coal, (.@r/10); // max 10 coal break; } compareandsetq HurnscaldQuest_Celestia, 5, 6; @@ -80,7 +80,7 @@ L_Survivor: next; if ($@CINDY_STATE > gettimetick(2)) { mesn col(l("The Yeti King"), 3); - mesq l("Some rogue Yetis are trying to escape to Nivalis. I can't hold them back for more than @@.", FuzzyTime($@CINDY_STATE+rand(5,95))); + mesq l("Some rogue Yetis are trying to escape to Nivalis. I can't hold them back for more than @@.", FuzzyTime($@CINDY_STATE+rand2(5,95))); next; } mesn col(l("The Yeti King"), 3); -- cgit v1.2.3-60-g2f50