From 24b2886d9a20f85e972e4e12c28cb2667675a474 Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Mon, 26 Aug 2013 23:30:41 +0200 Subject: Illia: adjust the alloted times after completing each step --- world/map/npc/007-1/witch.txt | 4 ++-- world/map/npc/051-1/desert.txt | 2 +- world/map/npc/051-1/forest.txt | 2 +- world/map/npc/051-3/reinforcements.txt | 2 +- world/map/npc/052-1/channelling.txt | 2 +- world/map/npc/052-2/lobby.txt | 2 +- world/map/npc/052-2/partyroom.txt | 4 ++-- world/map/npc/052-2/storage.txt | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/world/map/npc/007-1/witch.txt b/world/map/npc/007-1/witch.txt index 8eb78a2b..bdf1e5a4 100644 --- a/world/map/npc/007-1/witch.txt +++ b/world/map/npc/007-1/witch.txt @@ -652,11 +652,11 @@ OnInit: disablenpc "#IlliaTorch6"; disablenpc "#IlliaTorch7"; disablenpc "#IlliaTorch8"; - set $@illia_max_time, 900; + set $@illia_max_time, 300; end; OnCommandToggle: - set $@illia_max_time, 900; + set $@illia_max_time, 300; if ($@ILLIA_STATUS >= 253) goto L_Stop; if ($@ILLIA_STATUS >= 4) diff --git a/world/map/npc/051-1/desert.txt b/world/map/npc/051-1/desert.txt index b51cd187..b79fe0f5 100644 --- a/world/map/npc/051-1/desert.txt +++ b/world/map/npc/051-1/desert.txt @@ -109,7 +109,7 @@ L_CheckSouls: set $@illia_level_3_progress, 2; set $@illia_progress, 4; callfunc "UpdateIlliaProgress"; - set $@illia_max_time, $@illia_max_time + 1200; + set $@illia_max_time, $@illia_max_time + 540; // Clean all spawned monsters killmonster "051-1.gat", "IlliaDMobs051-1::On1096"; diff --git a/world/map/npc/051-1/forest.txt b/world/map/npc/051-1/forest.txt index e773fb03..8b2f1ea6 100644 --- a/world/map/npc/051-1/forest.txt +++ b/world/map/npc/051-1/forest.txt @@ -53,7 +53,7 @@ L_TaskComplete: set $@illia_level_1_progress, 3; set $@illia_progress, 2; callfunc "UpdateIlliaProgress"; - set $@illia_max_time, $@illia_max_time + 900; + set $@illia_max_time, $@illia_max_time + 360; mes "You insert the rock in the mechanism, then hear an unlock noise. The rocks move by themselves in a rumbling noise, making an opening in the wall."; close; diff --git a/world/map/npc/051-3/reinforcements.txt b/world/map/npc/051-3/reinforcements.txt index 90699b8b..0aff4abc 100644 --- a/world/map/npc/051-3/reinforcements.txt +++ b/world/map/npc/051-3/reinforcements.txt @@ -73,7 +73,7 @@ L_OpenDoor: set $@illia_level_2_progress, 4; set $@illia_progress, 3; callfunc "UpdateIlliaProgress"; - set $@illia_max_time, $@illia_max_time + 900; + set $@illia_max_time, $@illia_max_time + 300; areatimer "051-3.gat", 25, 20, 80, 85, 10, "Door::OnKeyFound"; stopnpctimer; setnpctimer 0; diff --git a/world/map/npc/052-1/channelling.txt b/world/map/npc/052-1/channelling.txt index eda49450..af33683d 100644 --- a/world/map/npc/052-1/channelling.txt +++ b/world/map/npc/052-1/channelling.txt @@ -279,7 +279,7 @@ L_ChannellingComplete: set $@illia_level_4_progress, 2; set $@illia_progress, 5; callfunc "UpdateIlliaProgress"; - set $@illia_max_time, $@illia_max_time + 900; + set $@illia_max_time, $@illia_max_time + 600; // Effect to display the disenchant is cast misceffect FX_CHANNELLING_CAST; // move away the enchanted door 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; -- cgit v1.2.3-60-g2f50