From 95b9d844a0b940df9e82fb5b24de2f417671fa01 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 20 Dec 2018 04:56:22 -0200 Subject: Without this line of code, HH Exchangers won't work. Now, I only need to remove “victory upon turns run out”, and add the boss. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The boss must also change room at least every server restart. Otherwise, they might try to cheat source code and that's no fun :< Important @Jesusalva you must remember that instances restart. HH Mobs must too. --- npc/018-2-4/lv1.txt | 1 + npc/018-2-4/lv2.txt | 1 + npc/018-2-4/lv3.txt | 1 + npc/018-2-4/lv4.txt | 1 + 4 files changed, 4 insertions(+) diff --git a/npc/018-2-4/lv1.txt b/npc/018-2-4/lv1.txt index f6bb1ce4e..be1c1021e 100644 --- a/npc/018-2-4/lv1.txt +++ b/npc/018-2-4/lv1.txt @@ -6,6 +6,7 @@ // Heroes Hold Exchanger - Level 1 018-2-4,33,28,0 script Novice Exchanger#0 NPC_M_COINKEEPER,{ + .@q=getq(LoFQuest_HH); if (.@q & HH_NOVICE) openshop; goodbye; diff --git a/npc/018-2-4/lv2.txt b/npc/018-2-4/lv2.txt index b70b888a8..87653ac14 100644 --- a/npc/018-2-4/lv2.txt +++ b/npc/018-2-4/lv2.txt @@ -6,6 +6,7 @@ // Heroes Hold Exchanger - Level 2 018-2-4,40,28,0 script Advanced Exchanger#0 NPC_M_COINKEEPER,{ + .@q=getq(LoFQuest_HH); if (.@q & HH_INTERMEDIARY) openshop; goodbye; diff --git a/npc/018-2-4/lv3.txt b/npc/018-2-4/lv3.txt index 483caa073..d4c24bc87 100644 --- a/npc/018-2-4/lv3.txt +++ b/npc/018-2-4/lv3.txt @@ -6,6 +6,7 @@ // Heroes Hold Exchanger - Level 3 018-2-4,47,28,0 script Master Exchanger#0 NPC_M_COINKEEPER,{ + .@q=getq(LoFQuest_HH); if (.@q & HH_ADVANCED) openshop; goodbye; diff --git a/npc/018-2-4/lv4.txt b/npc/018-2-4/lv4.txt index 52fc7d125..3de9a92b6 100644 --- a/npc/018-2-4/lv4.txt +++ b/npc/018-2-4/lv4.txt @@ -6,6 +6,7 @@ // Heroes Hold Exchanger - Level 4 018-2-4,54,28,0 script Ultimate Exchanger#0 NPC_M_COINKEEPER,{ + .@q=getq(LoFQuest_HH); if (.@q & HH_EXPERT) openshop; goodbye; -- cgit v1.2.3-70-g09d2