summaryrefslogtreecommitdiff
path: root/npc/006-6
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-25 23:51:54 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-25 23:51:54 -0300
commitde9d9397306dee39ba6576ceb4d03fc550d039f1 (patch)
treec26c6b365fa4d0acccf0c9bfcbe3ce5db18b0a01 /npc/006-6
parent2ad7f0859644f95aff86f37f744fda87862a41a6 (diff)
downloadserverdata-de9d9397306dee39ba6576ceb4d03fc550d039f1.tar.gz
serverdata-de9d9397306dee39ba6576ceb4d03fc550d039f1.tar.bz2
serverdata-de9d9397306dee39ba6576ceb4d03fc550d039f1.tar.xz
serverdata-de9d9397306dee39ba6576ceb4d03fc550d039f1.zip
Prepare the Bloodbath Room
Diffstat (limited to 'npc/006-6')
-rw-r--r--npc/006-6/all.txt17
1 files changed, 14 insertions, 3 deletions
diff --git a/npc/006-6/all.txt b/npc/006-6/all.txt
index 50a40781f..41ec7b611 100644
--- a/npc/006-6/all.txt
+++ b/npc/006-6/all.txt
@@ -3,7 +3,7 @@
// Jesusalva
006-6,53,36,0 script Sign#0066WR NPC_SWORDS_SIGN,{
- mesc l("West Room closed for repairs");
+ mesc l("In a blood bath, survival is the epitaph.");
close;
OnInit:
@@ -33,17 +33,28 @@ OnInit:
}
// Effective warps
-006-6,40,35,0 script Magic Barrier#0067 NPC_HIDDEN,0,0,{
+006-6,40,35,0 script Magic Barrier#0067E NPC_HIDDEN,0,0,{
end;
OnTouch:
- if (!$@ICICLE_CHALLENGE)
+ if (!$@ICICLE_CHALLENGE || is_admin())
warp "006-7", 44, 49;
else
dispbottom l("Your strength is not enough to power on this portal.");
end;
}
+// Effective warps
+006-6,54,35,0 script Magic Barrier#0067W NPC_HIDDEN,0,0,{
+ end;
+
+OnTouch:
+ if (!$@SURVIVAL_CANDOR || is_admin())
+ warp "006-9", 37, 22;
+ else
+ dispbottom l("Your strength is not enough to power on this portal.");
+ end;
+}