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 48fdac03..047fd903 100644
--- a/npc/052-2/lobby.txt
+++ b/npc/052-2/lobby.txt
@@ -1,5 +1,5 @@
-052-2,40,19,0 script #InnDoorTrigger NPC32767,2,2,{
+052-2,50,29,0 script #InnDoorTrigger NPC32767,2,2,{
@step = 5;
if ($@illia_progress < @step) goto L_ShouldNotBeHere;
if ($@illia_level_5_progress == 8) goto L_Warp;
@@ -7,7 +7,7 @@
end;
L_Warp:
- warp "052-2", 23, 71;
+ warp "052-2", 33, 81;
message strcharinfo(0), "This place is full of dust... *coughs*";
end;
@@ -17,7 +17,7 @@ L_ShouldNotBeHere:
}
-052-2,33,40,0 script #EntranceTrigger NPC32767,4,2,{
+052-2,43,50,0 script #EntranceTrigger NPC32767,4,2,{
@step = 5;
if ($@illia_progress < @step) goto L_ShouldNotBeHere;
if ($@illia_level_5_progress == 0 && strcharinfo(0) == $@iLLIA_HERO$) goto L_StartVoices;
@@ -43,7 +43,7 @@ OnCommandEscape:
OnTimer100:
if ($@illia_level_5_progress != 7)
end;
- npcwarp 39, 35, "#LuviaShadow";
+ npcwarp 49, 45, "#LuviaShadow";
misceffect FX_DARK_TELEPORT;
npcwarp 1, 1, "Luvia?";
end;
@@ -63,7 +63,7 @@ OnCommandInvoke:
OnTimer650:
if ($@illia_level_5_progress != 2)
end;
- npcwarp 39, 35, "#LuviaShadow";
+ npcwarp 49, 45, "#LuviaShadow";
misceffect FX_EVIL_SUMMON;
end;
@@ -71,7 +71,7 @@ OnTimer1500:
if ($@illia_level_5_progress != 2)
end;
npcwarp 1, 1, "#LuviaShadow";
- npcwarp 39, 35, "Luvia?";
+ npcwarp 49, 45, "Luvia?";
$@illia_level_5_progress = 3;
stopnpctimer;
setnpctimer 0;
@@ -98,7 +98,7 @@ OnCommandStart:
OnTimer2000:
if ($@illia_level_5_progress != 1)
end;
- npcwarp rand(30,42), rand(32,38), "?";
+ npcwarp rand(40,52), rand(42,48), "?";
donpcevent "?::OnCommandTalk";
end;
@@ -136,7 +136,7 @@ OnCommandTalk:
052-2,1,1,0 script Luvia? NPC371,2,2,{
if ($@illia_level_5_progress != 3) end;
- if (isin("052-2", 37,36, 41,39)) goto L_HandleTalk;
+ if (isin("052-2", 47,46, 51,49)) goto L_HandleTalk;
// Notify too far
mes "You see a strange and frightening, yet beautiful woman.";
if (strcharinfo(0) == $@iLLIA_HERO$)
@@ -307,13 +307,13 @@ L_ChaseLuvia:
$@illia_progress = 6;
callfunc "UpdateIlliaProgress";
$@illia_max_time = $@illia_max_time + 360;
- areatimer 0, "052-2", 19, 18, 48, 43, 2000, "#LuviaShadow::OnNN";
+ areatimer 0, "052-2", 29, 28, 58, 53, 2000, "#LuviaShadow::OnNN";
end;
S_GetHeroRect:
if (!(attachrid($@iLLIA_HERO_ID)))
goto L_Clear;
- if(!(isin("052-2", 20, 21, 47, 43)))
+ if(!(isin("052-2", 30, 31, 57, 53)))
goto L_Clear;
$@illia_lobby_x = getx();
@@ -324,12 +324,12 @@ S_GetHeroRect:
$@illia_lobby_x2 = $@illia_lobby_x + 12;
$@illia_lobby_y2 = $@illia_lobby_y + 8;
- if ($@illia_lobby_x1 < 20)
- $@illia_lobby_x1 = 20;
+ if ($@illia_lobby_x1 < 30)
+ $@illia_lobby_x1 = 30;
if ($@illia_lobby_y1 < 19)
$@illia_lobby_y1 = 19;
- if ($@illia_lobby_x2 > 47)
- $@illia_lobby_x2 = 47;
+ if ($@illia_lobby_x2 > 57)
+ $@illia_lobby_x2 = 57;
if ($@illia_lobby_y2 > 42)
$@illia_lobby_y2 = 42;
@@ -337,9 +337,9 @@ S_GetHeroRect:
return;
S_ClearHeroRect:
- $@illia_lobby_x1 = 20;
+ $@illia_lobby_x1 = 30;
$@illia_lobby_y1 = 19;
- $@illia_lobby_x2 = 47;
+ $@illia_lobby_x2 = 57;
$@illia_lobby_y2 = 42;
return;