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/052-2/lobby.txt | 1 + world/map/npc/052-2/partyroom.txt | 1 + world/map/npc/052-2/storage.txt | 1 + 3 files changed, 3 insertions(+) (limited to 'world/map/npc/052-2') diff --git a/world/map/npc/052-2/lobby.txt b/world/map/npc/052-2/lobby.txt index 69953ce9..53de723c 100644 --- a/world/map/npc/052-2/lobby.txt +++ b/world/map/npc/052-2/lobby.txt @@ -322,6 +322,7 @@ L_AllWavesClear: L_ChaseLuvia: set $@illia_progress, 6; + callfunc "UpdateIlliaProgress"; set $@illia_max_time, $@illia_max_time + 600; 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 f5173c0a..cfb6c4a5 100644 --- a/world/map/npc/052-2/partyroom.txt +++ b/world/map/npc/052-2/partyroom.txt @@ -216,6 +216,7 @@ onDeath: areatimer "052-2.gat", 73, 11, 115, 49, 2000, "#LuviaDaemon::onW00t"; set $@illia_progress, 8; + callfunc "UpdateIlliaProgress"; // Set the number of common rewards rewards if ($Illia_Luvia_Harvest < 15) set $@illia_num_common_reward_items, 3; diff --git a/world/map/npc/052-2/storage.txt b/world/map/npc/052-2/storage.txt index e914635b..b52dc759 100644 --- a/world/map/npc/052-2/storage.txt +++ b/world/map/npc/052-2/storage.txt @@ -148,6 +148,7 @@ L_Stop: set $@illia_storage_max_items, 0; set $@illia_level_6_progress, 2; set $@illia_progress, 7; + callfunc "UpdateIlliaProgress"; set $@illia_max_time, $@illia_max_time + 1200; areatimer "052-2.gat", 19, 60, 35, 78, 10, "#ItemsInvoker::onStop"; end; -- cgit v1.2.3-60-g2f50