diff options
Diffstat (limited to 'npc/018-2-1/warps.txt')
-rw-r--r-- | npc/018-2-1/warps.txt | 14 |
1 files changed, 10 insertions, 4 deletions
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 ""; |