From 7b52151ea476b6ca0a35e0010efb44a061d24100 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 3 Apr 2019 09:05:40 -0300 Subject: Make Master Dungeon an instance so it is restarted along everything else. --- npc/018-2-1/warps.txt | 2 +- npc/018-2-2/main.txt | 36 ++++++++++++++++++------------------ npc/functions/instances.txt | 7 ++++++- 3 files changed, 25 insertions(+), 20 deletions(-) diff --git a/npc/018-2-1/warps.txt b/npc/018-2-1/warps.txt index 4c0487d1b..876eaaed9 100644 --- a/npc/018-2-1/warps.txt +++ b/npc/018-2-1/warps.txt @@ -87,7 +87,7 @@ OnTouch: case 6: @HH_LEVEL=HH_MASTER; @HH_TIMER=0; - warp "018-2-5", 132, 92; + warp "018-2-5@Ma", 132, 92; addtimer(500, "#HH_CONTROLLER01::OnPlayerCycle"); closedialog; break; diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt index 868c75874..18689ca54 100644 --- a/npc/018-2-2/main.txt +++ b/npc/018-2-2/main.txt @@ -66,7 +66,7 @@ OnMasterBossKilled: mesc l("You just gained a Karma point, a Prism Gift, and 2000 Job Exp for your bravery!"), 2; } DungeonClear(); - monster "018-2-5", any(52,188), any(29,196), "Master Dungeon Boss", MonsterKing, 1, "#HH_CONTROLLER01::OnMasterBossKilled"; + monster "018-2-5@Ma", any(52,188), any(29,196), "Master Dungeon Boss", MonsterKing, 1, "#HH_CONTROLLER01::OnMasterBossKilled"; end; @@ -168,7 +168,7 @@ OnTimer7000: // HH_MASTER freeloop(true); for (.@i=0;.@i