summaryrefslogtreecommitdiff
path: root/npc/052-2/lobby.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/052-2/lobby.txt')
-rw-r--r--npc/052-2/lobby.txt32
1 files changed, 16 insertions, 16 deletions
diff --git a/npc/052-2/lobby.txt b/npc/052-2/lobby.txt
index 0245cc6b..d6bfb824 100644
--- a/npc/052-2/lobby.txt
+++ b/npc/052-2/lobby.txt
@@ -129,7 +129,7 @@ L_Continue:
end;
OnCommandTalk:
- npctalk strnpcinfo(0), $@illia_lobby_voices$[$@illia_lobby_voices_index];
+ npctalk $@illia_lobby_voices$[$@illia_lobby_voices_index];
end;
}
@@ -162,49 +162,49 @@ L_TalkToHero:
OnTimer1500:
if ($@illia_level_5_progress != 4)
end;
- npctalk strnpcinfo(0), "Yes " + $@iLLIA_HERO$ + ", I am Luvia.";
+ npctalk "Yes " + $@iLLIA_HERO$ + ", I am Luvia.";
end;
OnTimer4500:
if ($@illia_level_5_progress != 4)
end;
- npctalk strnpcinfo(0), "How nice of all of you to have come to save me!";
+ npctalk "How nice of all of you to have come to save me!";
end;
OnTimer7500:
if ($@illia_level_5_progress != 4)
end;
- npctalk strnpcinfo(0), "But I fear...";
+ npctalk "But I fear...";
end;
OnTimer10500:
if ($@illia_level_5_progress != 4)
end;
- npctalk strnpcinfo(0), "... that you are mistaken about who has to be saved!";
+ npctalk "... that you are mistaken about who has to be saved!";
end;
OnTimer13500:
if ($@illia_level_5_progress != 4)
end;
- npctalk strnpcinfo(0), "Don't make these faces...";
+ npctalk "Don't make these faces...";
end;
OnTimer16500:
if ($@illia_level_5_progress != 4)
end;
- npctalk strnpcinfo(0), "Valia is just helping me by sending new soldiers for my personal army!";
+ npctalk "Valia is just helping me by sending new soldiers for my personal army!";
end;
OnTimer21500:
if ($@illia_level_5_progress != 4)
end;
- npctalk strnpcinfo(0), "So, if I may... Let's see what you are made of!";
+ npctalk "So, if I may... Let's see what you are made of!";
end;
OnTimer24500:
if ($@illia_level_5_progress != 4)
end;
- npctalk strnpcinfo(0), "Demonotis!";
+ npctalk "Demonotis!";
misceffect FX_EVIL_SUMMON;
callsub S_GetHeroRect;
areamonster "052-2", $@illia_lobby_x1, $@illia_lobby_y1, $@illia_lobby_x2, $@illia_lobby_y2, "", 1101, 20 + 16 - 480/(30+$Illia_Luvia_Harvest), "Luvia?::OnDSDeath";
@@ -214,7 +214,7 @@ OnTimer24500:
OnTimer44000:
if ($@illia_level_5_progress != 4)
end;
- npctalk strnpcinfo(0), "Demonotis!";
+ npctalk "Demonotis!";
misceffect FX_EVIL_SUMMON;
callsub S_GetHeroRect;
areamonster "052-2", $@illia_lobby_x1, $@illia_lobby_y1, $@illia_lobby_x2, $@illia_lobby_y2, "", 1101, 28 + 16 - 480/(30+$Illia_Luvia_Harvest), "Luvia?::OnDSDeath";
@@ -224,7 +224,7 @@ OnTimer44000:
OnTimer77000:
if ($@illia_level_5_progress != 4)
end;
- npctalk strnpcinfo(0), "Demonotis!";
+ npctalk "Demonotis!";
misceffect FX_EVIL_SUMMON;
callsub S_GetHeroRect;
areamonster "052-2", $@illia_lobby_x1, $@illia_lobby_y1, $@illia_lobby_x2, $@illia_lobby_y2, "", 1101, 42 + 16 - 480/(30+$Illia_Luvia_Harvest), "Luvia?::OnDSDeath";
@@ -237,25 +237,25 @@ OnTimer77000:
OnTimer6500:
if ($@illia_level_5_progress != 6)
end;
- npctalk strnpcinfo(0), "Okay. You have some skill.";
+ npctalk "Okay. You have some skill.";
end;
OnTimer10000:
if ($@illia_level_5_progress != 6)
end;
- npctalk strnpcinfo(0), "But that was only the beginning!";
+ npctalk "But that was only the beginning!";
end;
OnTimer13000:
if ($@illia_level_5_progress != 6)
end;
- npctalk strnpcinfo(0), "I'll leave you in the good hands of your predecessors. Farewell!";
+ npctalk "I'll leave you in the good hands of your predecessors. Farewell!";
end;
OnTimer18500:
if ($@illia_level_5_progress != 6)
end;
- npctalk strnpcinfo(0), "Demonotis Major!";
+ npctalk "Demonotis Major!";
misceffect FX_EVIL_SUMMON;
misceffect FX_MAGIC_DARK_EXPLOSION;
callsub S_GetHeroRect;
@@ -279,7 +279,7 @@ OnTimer2000:
setnpctimer 0;
// Mock players randomly (more or less once every 40 secs) and if still enough mobs running after them
if ($@illia_level_5_progress == 5 && rand(20) == 0 && (mobcount("052-2", "Luvia?::OnDSDeath") > 21))
- npctalk strnpcinfo(0), "Ahaha! Run... Run!";
+ npctalk "Ahaha! Run... Run!";
if ($@illia_level_5_progress == 5 && (mobcount("052-2", "Luvia?::OnDSDeath") <= 0))
goto L_AllWavesClear;
if ($@illia_level_5_progress == 7 && (mobcount("052-2", "Luvia?::OnWGDeath") <= 0))