From cf9d7237c0bad868c77f4344a1e2a748e7e2d11d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 20 Dec 2018 04:05:55 -0200 Subject: Heroes Hold Groups. I assume that was @pyndragon intention, but if not, we can modify accordingly. --- npc/018-2-1/dustman.txt | 1 + npc/018-2-1/warps.txt | 14 ++++++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/npc/018-2-1/dustman.txt b/npc/018-2-1/dustman.txt index 666c0e5b1..1a9e43fea 100644 --- a/npc/018-2-1/dustman.txt +++ b/npc/018-2-1/dustman.txt @@ -80,6 +80,7 @@ next; mesc l("You need to choose a Heroes Hold Group. This currently makes absolutely no difference whatsoever."), 1; mesc l("However, each group may be expanded later. You can reset group by clearing the Master Floor.", 1); + mesc l("PS. The group names still aren't set. You're free to pinch in suggestions at LoF Discord (Legacy #discussion) :>"); next; select l("The Loyalists"), diff --git a/npc/018-2-1/warps.txt b/npc/018-2-1/warps.txt index c7f85edfb..08df04618 100644 --- a/npc/018-2-1/warps.txt +++ b/npc/018-2-1/warps.txt @@ -43,7 +43,7 @@ OnTouch: rif(.@q & HH_INTERMEDIARY, l("Advanced Dungeon (Lv 80+)")), // Level 41-80 rif(.@q & HH_ADVANCED, l("Expert Dungeon (Lv 100+)")), // Level 61-100 rif(.@q & HH_REQUISITE, l("Master Dungeon (BOSS)")), // Boss Only (HH_EXPERT) - rif(.@q & HH_NOVICE, l("Heroes Hold - Exchange Hall")), + l("Heroes Hold - Exchange Hall"), l("Information"); mes ""; switch (@menu) { @@ -83,9 +83,15 @@ OnTouch: closedialog; break; case 7: - mes ""; - mesn; - mesc l("Currently under development.", 1); + .@g=getq3(LoFQuest_HH); + // Wildlife + if (.@g) + warp "018-2-4", 24, 54; + else + warp "018-2-4", 24, 33; + // Loyalists + + closedialog; break; case 8: mes ""; -- cgit v1.2.3-60-g2f50