summaryrefslogtreecommitdiff
path: root/npc/015-5/sign.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/015-5/sign.txt')
-rw-r--r--npc/015-5/sign.txt22
1 files changed, 22 insertions, 0 deletions
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
+