summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-10 15:22:37 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-10 15:22:37 -0300
commit6e795539d61a63dd23fb48e5d6d2a375077ea92d (patch)
tree7d9260d307e496cb1b491eac1ca39470431c7a0f
parent96f9dcc356fcea07458631eb55603cffa33aaae5 (diff)
downloadserverdata-6e795539d61a63dd23fb48e5d6d2a375077ea92d.tar.gz
serverdata-6e795539d61a63dd23fb48e5d6d2a375077ea92d.tar.bz2
serverdata-6e795539d61a63dd23fb48e5d6d2a375077ea92d.tar.xz
serverdata-6e795539d61a63dd23fb48e5d6d2a375077ea92d.zip
Missing sign, easter egg on 014-5
-rw-r--r--npc/014-5/sign.txt3
-rw-r--r--npc/019-1/_import.txt1
-rw-r--r--npc/019-1/sign.txt21
3 files changed, 25 insertions, 0 deletions
diff --git a/npc/014-5/sign.txt b/npc/014-5/sign.txt
index c4018c1f4..d4a358c1f 100644
--- a/npc/014-5/sign.txt
+++ b/npc/014-5/sign.txt
@@ -8,6 +8,9 @@
mesc l("Welcome to the Greenlands, the place cursed by the Monster King to be ice forever, and now known as Icelands.");
next;
mesc l("It's advised to come ready for the cold, the hungry beasts, and other dangers snow may bring.");
+ if (is_staff()) {
+ mesc l("Blame @@, missing map between 014-5 and 019-1, solely to make trip longer.", any("jesusalva", "saulc", "lawncable", "mishana", "dragonstar", "4144", "everyone", "developers", "the Monster King", strcharinfo(0))), 1;
+ }
/*
next;
mesc l("WARNING: Path temporaly closed due strong snowstorm."), 3;
diff --git a/npc/019-1/_import.txt b/npc/019-1/_import.txt
index 3c9b74696..b060a47c2 100644
--- a/npc/019-1/_import.txt
+++ b/npc/019-1/_import.txt
@@ -2,3 +2,4 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/019-1/_mobs.txt",
"npc/019-1/_warps.txt",
+"npc/019-1/sign.txt",
diff --git a/npc/019-1/sign.txt b/npc/019-1/sign.txt
new file mode 100644
index 000000000..df2252b99
--- /dev/null
+++ b/npc/019-1/sign.txt
@@ -0,0 +1,21 @@
+// TMW2 Script.
+// Author:
+// Jesusalva
+// Description:
+// Random Sign nobody bothers reading.
+
+019-1,67,30,0 script Sign#01916730 NPC_SWORDS_SIGN,{
+ mesc l("WARNING: Nivalis is currently under siege from the Monster King himself."), 3;
+ next;
+ mesc l("We've built this blockade to prevent this area from being overrun with monsters!");
+ /*
+ next;
+ mesc l("WARNING: Path temporaly closed due strong snowstorm."), 3;
+ */
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 3;
+ end;
+}