From 08b629060711da081f9e6065764e1a7d32919fc8 Mon Sep 17 00:00:00 2001 From: Micksha Date: Tue, 25 May 2021 12:46:31 +0000 Subject: Mapfix --- npc/052-2/storage.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'npc/052-2/storage.txt') diff --git a/npc/052-2/storage.txt b/npc/052-2/storage.txt index 97e675f5..ae1656e3 100644 --- a/npc/052-2/storage.txt +++ b/npc/052-2/storage.txt @@ -1,5 +1,5 @@ -052-2,23,69,0 script #TriggerItemsInvoker NPC32767,1,0,{ +052-2,33,79,0 script #TriggerItemsInvoker NPC32767,1,0,{ @step = 6; if ($@illia_progress < @step) goto L_ShouldNotBeHere; if (strcharinfo(0) != $@iLLIA_HERO$) end; @@ -24,14 +24,14 @@ OnInit: setarray $@illia_storage_items, 541, 567, 568, 562; setarray $@illia_storage_special_items, 687, 827, 1229; // Map coords:* x1,y1, x2,y2, ... - setarray $@illia_storage_item_points, 20,67, 22,75, 27,71, 30,73, 34,76, 30,64, 34,65, 34,62, 21,61, 22,64; + setarray $@illia_storage_item_points, 30,77, 32,85, 37,81, 40,83, 44,86, 40,74, 44,75, 44,72, 31,71, 32,74; end; OnCommandStart: $@illia_storage_max_items = 20; $@illia_storage_deviation = (8 + ($Illia_Luvia_Harvest*70)/100)*3; initnpctimer; - areatimer 0, "052-2", 19, 60, 35, 78, 10, "#ItemsInvoker::OnStart"; + areatimer 0, "052-2", 29, 70, 45, 88, 10, "#ItemsInvoker::OnStart"; end; OnStart: @@ -53,7 +53,7 @@ OnTimer1000: OnTimer1500: // See the note above. enablenpc "#ItemsInvoker"; - areatimer 0, "052-2", 19, 60, 35, 78, 10, "#ItemsInvoker::OnItem"; + areatimer 0, "052-2", 29, 70, 45, 88, 10, "#ItemsInvoker::OnItem"; misceffect FX_GROUND_SPAWN; end; @@ -98,7 +98,7 @@ L_ItemSpawn: L_MakeSpecialMonster: monster "052-2", $@item_invoke_x, $@item_invoke_y, "", 1103, 1, "#ItemsInvoker::OnDeath"; - areatimer 0, "052-2", 19, 60, 35, 78, 10, "#ItemsInvoker::OnWtf"; + areatimer 0, "052-2", 29, 70, 45, 88, 10, "#ItemsInvoker::OnWtf"; $@illia_storage_max_items = $@illia_storage_max_items - 1; end; @@ -110,7 +110,7 @@ L_MakeMonster: L_MakeSpecialItem: makeitem $@illia_storage_special_items[rand(getarraysize($@illia_storage_special_items))], rand(2, 4), "052-2", $@item_invoke_x, $@item_invoke_y; - areatimer 0, "052-2", 19, 60, 35, 78, 10, "#ItemsInvoker::OnWow"; + areatimer 0, "052-2", 29, 70, 45, 88, 10, "#ItemsInvoker::OnWow"; $@illia_storage_max_items = $@illia_storage_max_items - 1; @r = 0; end; @@ -141,7 +141,7 @@ L_Stop: $@illia_progress = 7; callfunc "UpdateIlliaProgress"; $@illia_max_time = $@illia_max_time + 900; - areatimer 0, "052-2", 19, 60, 35, 78, 10, "#ItemsInvoker::OnStop"; + areatimer 0, "052-2", 29, 70, 45, 88, 10, "#ItemsInvoker::OnStop"; end; OnDeath: @@ -161,7 +161,7 @@ OnWow: } -052-2,35,68,0 script #ToPartyRoom NPC32767,1,1,{ +052-2,45,78,0 script #ToPartyRoom NPC32767,1,1,{ @step = 6; if ($@illia_progress < @step) goto L_ShouldNotBeHere; if ($@illia_level_6_progress == 2) goto L_Warp; @@ -169,7 +169,7 @@ OnWow: end; L_Warp: - warp "052-2", 73, 48; + warp "052-2", 83, 58; end; L_ShouldNotBeHere: -- cgit v1.2.3-60-g2f50