summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/005-1/underground.txt15
-rw-r--r--npc/006-0/piouisle.txt11
-rw-r--r--npc/006-0/warpcandorbattle.txt13
3 files changed, 39 insertions, 0 deletions
diff --git a/npc/005-1/underground.txt b/npc/005-1/underground.txt
index 3e35b296f..1281ca04d 100644
--- a/npc/005-1/underground.txt
+++ b/npc/005-1/underground.txt
@@ -3,6 +3,21 @@
// Crazyfefe
// Jesusalva
+005-1,65,63,0 script Sign#0051UG NPC_SWORDS_SIGN,{
+ mes ".:: "+l("DANGER")+" ::.";
+ mesc l("Endless, cute, dangerous, deadly.");
+ mesc l("Only those whom overcome all Candor Challenges shall wield ultimate power.");
+ mes "";
+ mesc l("-- The Expedition");
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 3;
+ end;
+}
+
+// Effective Warp
005-1,66,62,0 script Magic Barrier#0051 NPC_HIDDEN,0,0,{
end;
diff --git a/npc/006-0/piouisle.txt b/npc/006-0/piouisle.txt
index e9dfeec37..9426c73ca 100644
--- a/npc/006-0/piouisle.txt
+++ b/npc/006-0/piouisle.txt
@@ -2,6 +2,17 @@
// Author:
// Jesusalva
+006-0,41,36,0 script Sign#0060PI NPC_SWORDS_SIGN,{
+ mesc l("To the lovely cuteness; Unwavering helpfulness.");
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 3;
+ end;
+}
+
+// Effective warp
006-0,66,62,0 script Magic Barrier#Pi NPC_HIDDEN,0,0,{
end;
diff --git a/npc/006-0/warpcandorbattle.txt b/npc/006-0/warpcandorbattle.txt
index 20ef44ee2..47ff7dccd 100644
--- a/npc/006-0/warpcandorbattle.txt
+++ b/npc/006-0/warpcandorbattle.txt
@@ -3,6 +3,19 @@
// Crazyfefe
// Jesusalva
+
+006-0,41,36,0 script Sign#0060CF NPC_SWORDS_SIGN,{
+ //mesc l("To the brave heart; An endless maze.");
+ mesc l("To the strong soul; Challenges to overthrow."); // challenges await thou?
+ close;
+
+OnInit:
+ .sex = G_OTHER;
+ .distance = 3;
+ end;
+}
+
+// Effective warp
006-0,54,35,0 script Magic Barrier NPC_HIDDEN,0,0,{
end;