From d0386d85b337dbd76870e78fd449138574755da5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 22 Feb 2020 01:50:14 -0300 Subject: There's now a lobby room for Candor Arena. --- npc/005-1/warpcandorbattle.txt | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 npc/005-1/warpcandorbattle.txt (limited to 'npc/005-1/warpcandorbattle.txt') diff --git a/npc/005-1/warpcandorbattle.txt b/npc/005-1/warpcandorbattle.txt deleted file mode 100644 index d7af54df4..000000000 --- a/npc/005-1/warpcandorbattle.txt +++ /dev/null @@ -1,17 +0,0 @@ -// TMW2 Script -// Author: -// Crazyfefe -// Jesusalva - -005-1,66,62,0 script Magic Barrier NPC_HIDDEN,0,0,{ - end; - -OnTouch: - if (BaseLevel >= 20 && !$@FEFE_CAVE_LEVEL) - warp "006-1", 49, 53; - else if (BaseLevel < 20) - npctalk3 l("You don't have the required level to pass this barrier."); - else - npctalk3 l("You can't pass this barrier while people are fighting inside!"); - end; -} -- cgit v1.2.3-60-g2f50