summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-19 12:22:58 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-19 12:22:58 -0200
commitb48391bd69845104dc655f5ee6b09e371b730c17 (patch)
tree6ad6e3fc005d9f2397731f55d390f2d461e75ab6
parent87a0c700b7dac901d3d651e8c47a32681c41cf11 (diff)
downloadserverdata-b48391bd69845104dc655f5ee6b09e371b730c17.tar.gz
serverdata-b48391bd69845104dc655f5ee6b09e371b730c17.tar.bz2
serverdata-b48391bd69845104dc655f5ee6b09e371b730c17.tar.xz
serverdata-b48391bd69845104dc655f5ee6b09e371b730c17.zip
Fix some bugs at Heroes Hold
-rw-r--r--npc/018-2-1/dustman.txt2
-rw-r--r--npc/018-2-2/main.txt4
2 files changed, 3 insertions, 3 deletions
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)