From e1b06e23d29a4f2b10f6e8da21503998f92e9759 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Jul 2018 19:27:45 -0300 Subject: [skip ci] Raise a little exp/gp possible rewards on Celestia's Main Quest --- npc/001-7/celestia_bossfight.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/001-7') diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt index 89f57f3a3..1f2f1a06e 100644 --- a/npc/001-7/celestia_bossfight.txt +++ b/npc/001-7/celestia_bossfight.txt @@ -66,10 +66,10 @@ L_Survivor: getitem rand(CopperOre, TitaniumOre), 1; break; case 2: - getexp .@r*20, .@r; // max 2000 xp and 100 jp + getexp .@r*80, .@r*2; // max 8000 xp and 200 jp break; case 3: - Zeny=Zeny+.@r*25; // max 2500 gp + Zeny=Zeny+.@r*75; // max 7500 gp break; case 4: getitem Coal, (.@r/20); // max 5 coal -- cgit v1.2.3-60-g2f50 From 842005f9c17ef2cdcb4ff132492d0ae7b3230a87 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 7 Jul 2018 19:31:24 -0300 Subject: [skip ci] Don't spawn two Yeti Kings, no matter whatever happens... --- npc/001-7/celestia_bossfight.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/001-7') diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt index 1f2f1a06e..a357bf9c4 100644 --- a/npc/001-7/celestia_bossfight.txt +++ b/npc/001-7/celestia_bossfight.txt @@ -99,6 +99,8 @@ L_Survivor: next; mesn col(l("The Yeti King"), 3); mesq l("I give you five minutes to defeat me. Witness my wrath!"); + if (mobcount(.map$, "#YetiKing::OnVictory")) + close; setnpcdisplay .name$, NPC_NO_SPRITE; npctalk l("*Roaaaaaar!*"); monster .map$, .x, .y, strmobinfo(1, YetiKing), YetiKing, 1, "#YetiKing::OnVictory"; -- cgit v1.2.3-60-g2f50