From 66cd2b71b25fd8570bdb7642382f6756f2547d12 Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Sat, 22 Dec 2012 19:01:05 +0100 Subject: Illia: allow players to see the progress of the team. Update submodule pointer --- world/map/npc/051-1/desert.txt | 1 + world/map/npc/051-1/forest.txt | 1 + 2 files changed, 2 insertions(+) (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 ba163347..1f3676cc 100644 --- a/world/map/npc/051-1/desert.txt +++ b/world/map/npc/051-1/desert.txt @@ -106,6 +106,7 @@ L_CheckSouls: delitem "SealedSoul", $@illia_num_sealed_souls; set $@illia_level_3_progress, 2; set $@illia_progress, 4; + callfunc "UpdateIlliaProgress"; set $@illia_max_time, $@illia_max_time + 1200; // Clean all spawned monsters diff --git a/world/map/npc/051-1/forest.txt b/world/map/npc/051-1/forest.txt index e21940ce..a69aba8b 100644 --- a/world/map/npc/051-1/forest.txt +++ b/world/map/npc/051-1/forest.txt @@ -51,6 +51,7 @@ L_TaskNotComplete: L_TaskComplete: set $@illia_level_1_progress, 3; set $@illia_progress, 2; + callfunc "UpdateIlliaProgress"; set $@illia_max_time, $@illia_max_time + 900; 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