From de4c6dbbfc4e13224eef7a0792836c1aa554de64 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 21 Sep 2019 21:10:57 -0300 Subject: HH: Once a boss is dead, all party members become invulnerable - but aren't healed. --- npc/018-2-2/main.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/018-2-2') diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt index d8c6c5461..9368308fa 100644 --- a/npc/018-2-2/main.txt +++ b/npc/018-2-2/main.txt @@ -25,13 +25,13 @@ OnFinish: getitem HeroCoin, @HH_LEVEL*3; getexp 4800-@HH_TIMER, @HH_LEVEL*20; deltimer("#HH_CONTROLLER01::OnPlayerCycle"); - setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL, true); + setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_IMMUNE, true); addtimer(4000, "#HH_CONTROLLER01::OnCompulsoryWarp"); - recovery(getcharid(3)); + //recovery(getcharid(3)); end; OnCompulsoryWarp: - setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL, false); + setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_IMMUNE, false); warp "018-2-1", 0, 0; end; -- cgit v1.2.3-70-g09d2