diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-20 15:01:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-20 15:01:45 -0300 |
commit | 2f8f7b2be3fa8e66409e2f9f9e6beaa8dffb9a57 (patch) | |
tree | c3bd7e216387a30d3628cd63e5ecf2649aac8a91 /npc/001-7 | |
parent | ef292a89e0111a0915a9aba5b7b2a9d36d21790a (diff) | |
download | serverdata-2f8f7b2be3fa8e66409e2f9f9e6beaa8dffb9a57.tar.gz serverdata-2f8f7b2be3fa8e66409e2f9f9e6beaa8dffb9a57.tar.bz2 serverdata-2f8f7b2be3fa8e66409e2f9f9e6beaa8dffb9a57.tar.xz serverdata-2f8f7b2be3fa8e66409e2f9f9e6beaa8dffb9a57.zip |
Fix Bracco. Remove a debug marker. Increase ore/coal rewards on Yeti King Quest.
Diffstat (limited to 'npc/001-7')
-rw-r--r-- | npc/001-7/celestia_bossfight.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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); |