From b48391bd69845104dc655f5ee6b09e371b730c17 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Dec 2018 12:22:58 -0200 Subject: Fix some bugs at Heroes Hold --- npc/018-2-1/dustman.txt | 2 +- npc/018-2-2/main.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'npc') diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index a049cbe39..d350a75bc 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -49,7 +49,7 @@ next; mesn; mesq l("Hm, good job out there."); - if (getq2(LoFQuest_HH) & HH_MASTER)) { + if (getq2(LoFQuest_HH) & HH_MASTER) { mesn; mesq l("I see you finished the Master Dungeon and didn't found my men. I'll think on something"); mesq l("Unfortunately, the main reward of this quest is still a Work In Progress."); diff --git a/npc/018-2-2/main.txt b/npc/018-2-2/main.txt index 14ac6bf67..b6e75a4a2 100644 --- a/npc/018-2-2/main.txt +++ b/npc/018-2-2/main.txt @@ -57,9 +57,9 @@ OnInit: // Master setarray .Master_Mobs, SupremeChest,BlueSlime,MurdererScorpion,Tipiou,AlphaMouboo,BanditLord,Tipiu,GreenDragon,GiantMutatedBat,FallenKing1, - FallenKing2, EvilScythe, YetiKing, TheMonsterKing; + FallenKing2, EvilScythe, YetiKing, MonsterKing; setarray .Master_Ammo, 1, 140, 20, 20, 20, 20, 20, 20, 20, 10, - 10, 1, 7, 1; + 10, 1, 7, 1; end; // Respawn Arrays (Manual) -- cgit v1.2.3-60-g2f50