summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-20 04:05:55 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-20 04:05:55 -0200
commitcf9d7237c0bad868c77f4344a1e2a748e7e2d11d (patch)
tree3a185b8a640c55c92707b7d25107d7a3f36d811d
parent00e17906fded008e9277a40a07b7247020aaaa9d (diff)
downloadserverdata-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.
-rw-r--r--npc/018-2-1/dustman.txt1
-rw-r--r--npc/018-2-1/warps.txt14
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 "";