summaryrefslogtreecommitdiff
path: root/npc/005-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-22 02:01:52 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-22 02:01:52 -0300
commit238677b105a22f203334cead189a11b54e76541d (patch)
tree784aff6b1debbd744b66d71edaec4b7e20aefd66 /npc/005-1
parent3be6145376aa95a6c7f5bdc5dee2663240b8b35c (diff)
downloadserverdata-238677b105a22f203334cead189a11b54e76541d.tar.gz
serverdata-238677b105a22f203334cead189a11b54e76541d.tar.bz2
serverdata-238677b105a22f203334cead189a11b54e76541d.tar.xz
serverdata-238677b105a22f203334cead189a11b54e76541d.zip
Tie again some of Saxso's lore, and add signs to Candor Underground Challenges
Diffstat (limited to 'npc/005-1')
-rw-r--r--npc/005-1/underground.txt15
1 files changed, 15 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;