diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-20 04:56:22 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-20 04:56:22 -0200 |
commit | 95b9d844a0b940df9e82fb5b24de2f417671fa01 (patch) | |
tree | 7d6a5190d090a55fa2467f8e542f4ae820053cc8 /npc/018-2-4/lv4.txt | |
parent | 03cd53018a304010179f8a49b022b63908b10a28 (diff) | |
download | serverdata-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/lv4.txt')
-rw-r--r-- | npc/018-2-4/lv4.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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; |