summaryrefslogtreecommitdiff
path: root/world/map/npc/099-7/boss.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/099-7/boss.txt')
-rw-r--r--world/map/npc/099-7/boss.txt34
1 files changed, 21 insertions, 13 deletions
diff --git a/world/map/npc/099-7/boss.txt b/world/map/npc/099-7/boss.txt
index 7362690f..c621c68f 100644
--- a/world/map/npc/099-7/boss.txt
+++ b/world/map/npc/099-7/boss.txt
@@ -573,7 +573,7 @@ L_Off:
///////////////////////////////////////////////////////////////////////////////
// Totally optional Easter Egg :>
-099-7,75,49,0|script|Engraving#Keshlam|400
+099-7,95,65,0|script|Engraving#Keshlam|400
{
mes "There's an engraving on this tree.";
next;
@@ -604,9 +604,14 @@ L_Tools:
close;
OnInit:
- areamonster "099-7", 20, 20, 120, 120, "", 1148, 10, "Keshlam::OnDeath8";
- areamonster "099-7", 20, 20, 120, 120, "", 1149, 10, "Keshlam::OnDeath9";
- monster "099-7", 20, 105, "Grim Reaper", 1068, 1, "Keshlam::OnBoss";
+ areamonster "099-7", 37, 36, 142, 140, "", 1148, 10, "Keshlam::OnDeath8";
+ areamonster "099-7", 37, 36, 142, 140, "", 1149, 10, "Keshlam::OnDeath9";
+// areamobuseskill "099-7", 37, 36, 142, 140,
+// areamobuseskill "009-7", 155,188,2,1083,"MG_COLDBOLT",10,3000,1,e_gg,0;
+//*areamobuseskill "<map name>",<x>,<y>,<range>,<mob id>,<skill id>,<skill level>,<cast time>,<cancelable>,<emotion>,<target type>;
+//*areamobuseskill "<map name>",<x>,<y>,<range>,<mob id>,"<skill name>",<skill level>,<cast time>,<cancelable>,<emotion>,<target type>;
+
+ monster "099-7", 40, 121, "Grim Reaper", 1068, 1, "Keshlam::OnBoss";
end;
OnDeath8:
@@ -630,17 +635,17 @@ OnTimer150000:
// 1148
set $@KeshlamMc, mobcount("099-7", "Keshlam::OnDeath8")+1;
if ($@KeshlamMc < 10)
- areamonster "099-7", 20, 20, 120, 120, "", 1148, 10-$@KeshlamMc, "Keshlam::OnDeath8";
+ areamonster "099-7", 37, 36, 142, 140, "", 1148, 10-$@KeshlamMc, "Keshlam::OnDeath8";
// 1149
set $@KeshlamMc, mobcount("099-7", "Keshlam::OnDeath9")+1;
if ($@KeshlamMc < 10)
- areamonster "099-7", 20, 20, 120, 120, "", 1149, 10-$@KeshlamMc, "Keshlam::OnDeath9";
+ areamonster "099-7", 37, 36, 142, 140, "", 1149, 10-$@KeshlamMc, "Keshlam::OnDeath9";
// Boss (TODO maybe give boss their own timer with 5 minutes)
set $@KeshlamMc, mobcount("099-7", "Keshlam::OnBoss")+1;
if ($@KeshlamMc < 1)
- monster "099-7", 20, 105, "Grim Reaper", 1068, 1, "Keshlam::OnBoss";
+ monster "099-7", 40, 121, "Grim Reaper", 1068, 1, "Keshlam::OnBoss";
// Done
set $@KeshlamMc, 0;
@@ -650,7 +655,7 @@ OnTimer150000:
///////////////////////////////////////////////////////////////////////////////
// Who wants a rare drop?
-099-7,18,110,0|script|Chest#keshlam|111
+099-7,38,126,0|script|Chest#keshlam|111
{
if (FLAGS & FLAG_KESHLAM_RAREDROP) goto L_Finished;
mes "[Chest]";
@@ -724,7 +729,7 @@ L_Close:
///////////////////////////////////////////////////////////////////////////////
// Who wants experience?
-099-7,95,117,0|script|Knowledgeable Tree|400
+099-7,115,133,0|script|Knowledgeable Tree|400
{
mes "If you kill every monster, this tree can warp you back.";
mes "You will receive experience points for cleaning the map.";
@@ -746,8 +751,11 @@ L_Done:
"No", L_No;
L_Yes:
+ set #CHRONOS, 0;
getexp 1000000, 0;
warp "027-2", 50, 29;
+ if ($CHRONOS_STOCK < 3)
+ set $CHRONOS_STOCK, 3;
close;
L_No:
@@ -768,14 +776,14 @@ L_No:
mes "(The memorial is at left, behind the column.)";
close;
}
-099-7,73,20,0|script|#NoobKytty01|400,0,0
+099-7,93,36,0|script|#NoobKytty01|400,0,0
{
- warp "099-7", 74, 17;
+ warp "099-7", 94, 33;
end;
}
-099-7,73,17,0|script|#NoobKytty02|400,0,0
+099-7,93,33,0|script|#NoobKytty02|400,0,0
{
- warp "099-7", 72, 20;
+ warp "099-7", 92, 36;
end;
}