summaryrefslogtreecommitdiff
path: root/world/map/npc/052-2
diff options
context:
space:
mode:
authorVincent Petithory <vincent.petithory@gmail.com>2013-08-26 23:30:41 +0200
committerVincent Petithory <vincent.petithory@gmail.com>2013-08-26 23:30:41 +0200
commit24b2886d9a20f85e972e4e12c28cb2667675a474 (patch)
treee58d88feef3b4f136a0234ebe712ad3d1fe97b52 /world/map/npc/052-2
parentdbdf7c4ddad4c69c5c8f55786cfe23ad233fc056 (diff)
downloadserverdata-24b2886d9a20f85e972e4e12c28cb2667675a474.tar.gz
serverdata-24b2886d9a20f85e972e4e12c28cb2667675a474.tar.bz2
serverdata-24b2886d9a20f85e972e4e12c28cb2667675a474.tar.xz
serverdata-24b2886d9a20f85e972e4e12c28cb2667675a474.zip
Illia: adjust the alloted times after completing each step
Diffstat (limited to 'world/map/npc/052-2')
-rw-r--r--world/map/npc/052-2/lobby.txt2
-rw-r--r--world/map/npc/052-2/partyroom.txt4
-rw-r--r--world/map/npc/052-2/storage.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/052-2/lobby.txt b/world/map/npc/052-2/lobby.txt
index 744a0a2a..d8dd6e44 100644
--- a/world/map/npc/052-2/lobby.txt
+++ b/world/map/npc/052-2/lobby.txt
@@ -337,7 +337,7 @@ L_AllWavesClear:
L_ChaseLuvia:
set $@illia_progress, 6;
callfunc "UpdateIlliaProgress";
- set $@illia_max_time, $@illia_max_time + 600;
+ set $@illia_max_time, $@illia_max_time + 360;
areatimer "052-2.gat", 19, 18, 48, 43, 2000, "#LuviaShadow::OnNN";
end;
diff --git a/world/map/npc/052-2/partyroom.txt b/world/map/npc/052-2/partyroom.txt
index edbade40..4c22336a 100644
--- a/world/map/npc/052-2/partyroom.txt
+++ b/world/map/npc/052-2/partyroom.txt
@@ -149,7 +149,7 @@ OnTimer5500:
OnTimer9000:
if ($@illia_level_7_progress != 1) end;
- set $@illia_luvia_trance_delay, 900; // 15 minutes before turning in trance mode
+ set $@illia_luvia_trance_delay, 480; // 8 minutes before turning in trance mode
set $@illia_witch_guard_threshold, 30 + ($Illia_Luvia_Harvest*3)/5;
if ($@illia_witch_guard_threshold > 100)
set $@illia_witch_guard_threshold, 100;
@@ -242,7 +242,7 @@ OnDeath:
// Extend the time limit of +7 mins to leave enough time to pick
// the rewards even if close to the time limit
- set $@illia_max_time, $@illia_max_time + 420;
+ set $@illia_max_time, $@illia_max_time + 300;
// Record how many times the quest was finished
set $Illia_Win_Counter, $Illia_Win_Counter + 1;
diff --git a/world/map/npc/052-2/storage.txt b/world/map/npc/052-2/storage.txt
index 464eee9b..50c4bad7 100644
--- a/world/map/npc/052-2/storage.txt
+++ b/world/map/npc/052-2/storage.txt
@@ -151,7 +151,7 @@ L_Stop:
set $@illia_level_6_progress, 2;
set $@illia_progress, 7;
callfunc "UpdateIlliaProgress";
- set $@illia_max_time, $@illia_max_time + 1200;
+ set $@illia_max_time, $@illia_max_time + 900;
areatimer "052-2.gat", 19, 60, 35, 78, 10, "#ItemsInvoker::OnStop";
end;