summaryrefslogtreecommitdiff
path: root/npc/001-7
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-07 21:12:12 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-07 21:12:12 -0300
commit7715ef42037ad35155eb228666776df6d859943e (patch)
treeaf4c3dc2914cbdd86cc666c65a5aa0a291869548 /npc/001-7
parent7d5f630745276ce8f457547f2e1b8fd926144f18 (diff)
parentd1256756676bc59bba39f2cde886fd5916861577 (diff)
downloadserverdata-7715ef42037ad35155eb228666776df6d859943e.tar.gz
serverdata-7715ef42037ad35155eb228666776df6d859943e.tar.bz2
serverdata-7715ef42037ad35155eb228666776df6d859943e.tar.xz
serverdata-7715ef42037ad35155eb228666776df6d859943e.zip
Merge branch 'master' into heroes_holdheroes_hold
Diffstat (limited to 'npc/001-7')
-rw-r--r--npc/001-7/celestia_bossfight.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt
index 89f57f3a3..a357bf9c4 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
@@ -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";