summaryrefslogtreecommitdiff
path: root/npc/018-2-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-20 04:56:22 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-20 04:56:22 -0200
commit95b9d844a0b940df9e82fb5b24de2f417671fa01 (patch)
tree7d6a5190d090a55fa2467f8e542f4ae820053cc8 /npc/018-2-4
parent03cd53018a304010179f8a49b022b63908b10a28 (diff)
downloadserverdata-95b9d844a0b940df9e82fb5b24de2f417671fa01.tar.gz
serverdata-95b9d844a0b940df9e82fb5b24de2f417671fa01.tar.bz2
serverdata-95b9d844a0b940df9e82fb5b24de2f417671fa01.tar.xz
serverdata-95b9d844a0b940df9e82fb5b24de2f417671fa01.zip
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. 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.
Diffstat (limited to 'npc/018-2-4')
-rw-r--r--npc/018-2-4/lv1.txt1
-rw-r--r--npc/018-2-4/lv2.txt1
-rw-r--r--npc/018-2-4/lv3.txt1
-rw-r--r--npc/018-2-4/lv4.txt1
4 files changed, 4 insertions, 0 deletions
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;