From 683582c7406a1201cc6db81c878cae9fb014d0e7 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 12:51:01 -0300 Subject: Fix bad Bandit Lord spawn --- npc/015-2/lordcave.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc/015-2/lordcave.txt') diff --git a/npc/015-2/lordcave.txt b/npc/015-2/lordcave.txt index 5e403db98..661a37636 100644 --- a/npc/015-2/lordcave.txt +++ b/npc/015-2/lordcave.txt @@ -11,7 +11,8 @@ OnTouch: end; L_Summon: - if (mobcount("015-2", "#BanditLordDen::OnLordDeath") == 0) + .@q=getq(HurnscaldQuest_Bandits); + if (mobcount("015-2", "#BanditLordDen::OnLordDeath") == 0 && .@q == 6) monster "015-2",260,250,"Bandit Lord",BanditLord,1, "#BanditLordDen::OnLordDeath"; slide 251, 277; end; -- cgit v1.2.3-60-g2f50