summaryrefslogtreecommitdiff
path: root/npc/006-6
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-25 11:14:27 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-25 11:14:27 -0300
commit43f7d0b3f1e93d2fee1bf9323a2e99d21a8fb70d (patch)
tree6c70b20225edff3bf7bcd6df037c179cdce11b9e /npc/006-6
parent7232c306bbc7d88d78d57eff66990f58fa294fbe (diff)
downloadserverdata-43f7d0b3f1e93d2fee1bf9323a2e99d21a8fb70d.tar.gz
serverdata-43f7d0b3f1e93d2fee1bf9323a2e99d21a8fb70d.tar.bz2
serverdata-43f7d0b3f1e93d2fee1bf9323a2e99d21a8fb70d.tar.xz
serverdata-43f7d0b3f1e93d2fee1bf9323a2e99d21a8fb70d.zip
Prepare the showdown for the East Room of Candor B3F. WIP.
Diffstat (limited to 'npc/006-6')
-rw-r--r--npc/006-6/all.txt17
1 files changed, 16 insertions, 1 deletions
diff --git a/npc/006-6/all.txt b/npc/006-6/all.txt
index bd1f6de45..8b69bead8 100644
--- a/npc/006-6/all.txt
+++ b/npc/006-6/all.txt
@@ -23,7 +23,7 @@ OnInit:
}
006-6,39,36,0 script Sign#0066ER NPC_SWORDS_SIGN,{
- mesc l("East Room closed for repairs");
+ mesc l("With Magic and Blades, The Icicle shall break.");
close;
OnInit:
@@ -32,3 +32,18 @@ OnInit:
end;
}
+// Effective warps
+006-6,40,35,0 script Magic Barrier#0067 NPC_HIDDEN,0,0,{
+ end;
+
+OnTouch:
+ if (BaseLevel > 50)
+ warp "006-7", 44, 49;
+ else
+ dispbottom l("Your strength is not enough to power on this portal.");
+ end;
+}
+
+
+
+