summaryrefslogtreecommitdiff
path: root/npc/032-5/episode.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/032-5/episode.txt')
-rw-r--r--npc/032-5/episode.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/npc/032-5/episode.txt b/npc/032-5/episode.txt
index 13298fdd9..318b1b1d6 100644
--- a/npc/032-5/episode.txt
+++ b/npc/032-5/episode.txt
@@ -6,13 +6,13 @@
// NOTE: Several things could be done to ensure the original owner is fighting.
// I did none.
-// But if at any moment the boss is alone in the room, the fight resets.
-// Dead bodies should be warped out automagically.
+// But if at any moment the boss is alone in the room, the fight resets (FIXME).
+// Dead bodies should be warped out automagically. (FIXME)
// Reward is 400,000 experience points (almost enough to level up a Lv 61)
// But the reward is only given when cutscene is completed
// Meaning if you merely espectate/help you won't get it.
// For helpers (Everyone on map) they'll get 30,000 exp
-// Therefore, experience given is 30k + 370k
+// Therefore, experience given is 30k + 70k + 300k
032-5,37,34,0 script #EpShow NPC_HIDDEN,2,0,{
end;
@@ -123,7 +123,7 @@ OnWin:
getexp 30000, 0;
if (getq(LoFQuest_EPISODE) == 15) {
setq LoFQuest_EPISODE, 16, 0, 0;
- getexp 370000, 0;
+ getexp 70000, 0;
}
end;
@@ -166,7 +166,7 @@ OnNext:
freeloop(false);
unittalk(.platy, "...Of course every one who has fallen here serves me... And all those before!");
sleep(2500);
- unittalk(.platy, "...And with those from past and future... I'll be invencible! And reign forever!");
+ unittalk(.platy, "...And with those from past, present and future... I'll be invencible! And reign forever!");
sleep(2500);
// TODO: Bring elli!
enablenpc("Elli#Ep");
@@ -195,7 +195,9 @@ OnNext:
OnFin:
if (!@elli) end;
warp "032-1", 59, 130;
+ sleep2(25);
sendmapmask 129;
+ changeplayermusic "valkyries.ogg";
addtimer(100, "Elli::OnFin");
@elli=false;
end;