From 43f7d0b3f1e93d2fee1bf9323a2e99d21a8fb70d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Dec 2021 11:14:27 -0300 Subject: Prepare the showdown for the East Room of Candor B3F. WIP. --- npc/006-6/all.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'npc/006-6') 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; +} + + + + -- cgit v1.2.3-70-g09d2