summaryrefslogtreecommitdiff
path: root/npc/009-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-01 17:22:19 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-01 17:22:19 -0300
commitb68e43387daa519cdf36b290e1eeafa27089bf42 (patch)
tree3ac222263efff52a7ec2d4822b43ee33d92c48ea /npc/009-1
parent27add2af4e962568f5cda159af416632af17dfa6 (diff)
downloadserverdata-b68e43387daa519cdf36b290e1eeafa27089bf42.tar.gz
serverdata-b68e43387daa519cdf36b290e1eeafa27089bf42.tar.bz2
serverdata-b68e43387daa519cdf36b290e1eeafa27089bf42.tar.xz
serverdata-b68e43387daa519cdf36b290e1eeafa27089bf42.zip
Balance, tweak, Eternal Swamp utils, etc
Diffstat (limited to 'npc/009-1')
-rw-r--r--npc/009-1/guards.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt
index bfa5942f5..7574fd07f 100644
--- a/npc/009-1/guards.txt
+++ b/npc/009-1/guards.txt
@@ -8,13 +8,14 @@
// The Monster King guild have a special menu
if (strcharinfo(2) == "Monster King") goto L_MKControl;
mesn;
- mesq l("Sorry! The monsters are gone, but this gate stays closed.");
+ mesq l("Halt! Beyond this gate, is the Great River and the Eternal Swamps.");
next;
mesn;
- mesq l("Past this way is the Great River and the Eternal Swamps. But the river flooded.");
+ mesq l("Was not it only flooded constantly, the graveyard is not too far. If you stray away from the path, you'll get lost.");
next;
mesn;
- mesq l("Various people already went missing. We are not allowing anyone to pass, not even GMs!");
+ mesq l("Various people already went missing, including GMs. This is why if you plan to cross, @@.", b(l("You won't be allowed to walk sideways, except to avoid a monster or two.")));
+ mesc l("If you try to walk west or east too much, you'll hit an \"invisible wall\" to prevent you from getting lost.");
if (GHQUEST)
GHQ_Assign(Snake, "Halinarzo");
end;