diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-20 04:05:55 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-20 04:05:55 -0200 |
commit | cf9d7237c0bad868c77f4344a1e2a748e7e2d11d (patch) | |
tree | 3a185b8a640c55c92707b7d25107d7a3f36d811d /npc/018-2-1/warps.txt | |
parent | 00e17906fded008e9277a40a07b7247020aaaa9d (diff) | |
download | serverdata-cf9d7237c0bad868c77f4344a1e2a748e7e2d11d.tar.gz serverdata-cf9d7237c0bad868c77f4344a1e2a748e7e2d11d.tar.bz2 serverdata-cf9d7237c0bad868c77f4344a1e2a748e7e2d11d.tar.xz serverdata-cf9d7237c0bad868c77f4344a1e2a748e7e2d11d.zip |
Heroes Hold Groups. I assume that was @pyndragon intention, but if not, we can
modify accordingly.
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 ""; |