summaryrefslogtreecommitdiff
path: root/npc/006-6
diff options
context:
space:
mode:
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;
+}
+
+
+
+