summaryrefslogtreecommitdiff
path: root/npc/015-5
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-09-04 10:37:11 -0300
committerJesusaves <cpntb1@ymail.com>2018-09-04 10:37:11 -0300
commit80e840aa48ae264887f031ea11deab6fb943c159 (patch)
tree361855e0b595cfa1e05d0cee80402d8d62cc126e /npc/015-5
parent184c4cdc710457560954343fd3c75dffa59c3f33 (diff)
downloadserverdata-80e840aa48ae264887f031ea11deab6fb943c159.tar.gz
serverdata-80e840aa48ae264887f031ea11deab6fb943c159.tar.bz2
serverdata-80e840aa48ae264887f031ea11deab6fb943c159.tar.xz
serverdata-80e840aa48ae264887f031ea11deab6fb943c159.zip
Terranite Cave Logic (5.74% penalty) + Hurnscald "Well" Master.
Diffstat (limited to 'npc/015-5')
-rw-r--r--npc/015-5/_import.txt1
-rw-r--r--npc/015-5/sign.txt22
2 files changed, 23 insertions, 0 deletions
diff --git a/npc/015-5/_import.txt b/npc/015-5/_import.txt
index 310602f5d..de4f5e1c2 100644
--- a/npc/015-5/_import.txt
+++ b/npc/015-5/_import.txt
@@ -2,3 +2,4 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
"npc/015-5/_mobs.txt",
"npc/015-5/_warps.txt",
+"npc/015-5/sign.txt",
diff --git a/npc/015-5/sign.txt b/npc/015-5/sign.txt
new file mode 100644
index 000000000..9d92af600
--- /dev/null
+++ b/npc/015-5/sign.txt
@@ -0,0 +1,22 @@
+// TMW2 Script.
+// Author:
+// Jesusalva
+// Description:
+// You're at a PVP Area
+
+015-5,356,61,0 script WARNING#015535661 NPC_SWORDS_SIGN2,{
+ mesn;
+ mesc l("You are entering on a PVP Area with lowered death penalty.");
+ next;
+ mesn;
+ mesc l("The mines beyond this point have been shut at 280 AT because Terranite. You've been warned!");
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 3;
+ end;
+}
+
+015-5,350,61,0 duplicate(WARNING#015535661) WARNING#015535061 NPC_SWORDS_SIGN2
+