diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2013-08-26 23:30:41 +0200 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2013-08-26 23:30:41 +0200 |
commit | 24b2886d9a20f85e972e4e12c28cb2667675a474 (patch) | |
tree | e58d88feef3b4f136a0234ebe712ad3d1fe97b52 /world/map/npc/051-3 | |
parent | dbdf7c4ddad4c69c5c8f55786cfe23ad233fc056 (diff) | |
download | serverdata-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/051-3')
-rw-r--r-- | world/map/npc/051-3/reinforcements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |