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/051-1/desert.txt | 2 +- world/map/npc/051-1/forest.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/051-1') 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; -- cgit v1.2.3-60-g2f50