summaryrefslogtreecommitdiff
path: root/npc/019-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-11-02 19:22:43 -0300
committerJesusaves <cpntb1@ymail.com>2018-11-02 19:22:43 -0300
commitfbf79e6160c4800ec48f107c88d90a740fb3d55d (patch)
tree1f9910374089ca510380b2d10ff47cdb0cfdcaf5 /npc/019-2
parentd7038a66728d9f5ab889050be288556aa73031eb (diff)
downloadserverdata-fbf79e6160c4800ec48f107c88d90a740fb3d55d.tar.gz
serverdata-fbf79e6160c4800ec48f107c88d90a740fb3d55d.tar.bz2
serverdata-fbf79e6160c4800ec48f107c88d90a740fb3d55d.tar.xz
serverdata-fbf79e6160c4800ec48f107c88d90a740fb3d55d.zip
Update translations, bug fixes, rent Light Bringer for only one hourr07.2_20181102
Diffstat (limited to 'npc/019-2')
-rw-r--r--npc/019-2/guards.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/019-2/guards.txt b/npc/019-2/guards.txt
index be2f088b4..cf325ac15 100644
--- a/npc/019-2/guards.txt
+++ b/npc/019-2/guards.txt
@@ -110,6 +110,11 @@ L_MK:
L_Delay:
mesn;
mesq l("You already helped us today. Come back tomorrow.");
+ next;
+ mesc l("Do you want to cross to the other side? You'll need to find the sea to return here if you do."), 1;
+ next;
+ if (askyesno() == ASK_YES)
+ warp "019-1", 70, 30;
close;
OnInit:
@@ -134,6 +139,7 @@ OnClock1830:
if ($NLIB_DAY != 7)
end;
setmapflag("023-2",mf_bexp,200);
+ setmapflag("023-2",mf_nopenalty);
donpcevent("The Monster King#NLib::OnBegin");
end;
}