From 9877fd4ad81120af8e63e96d5d429092014dc017 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 7 Jul 2021 20:34:27 -0300 Subject: Remove all Legacy files --- world/map/npc/027-5/general_terogan_door.txt | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 world/map/npc/027-5/general_terogan_door.txt (limited to 'world/map/npc/027-5/general_terogan_door.txt') diff --git a/world/map/npc/027-5/general_terogan_door.txt b/world/map/npc/027-5/general_terogan_door.txt deleted file mode 100644 index 93f4d8c1..00000000 --- a/world/map/npc/027-5/general_terogan_door.txt +++ /dev/null @@ -1,19 +0,0 @@ -// Mini-Boss -// General Terogan - -027-5,70,25,0|script|#GeneralDoor3|45,1,0 -{ - if ( (countitem("CryptKey") < 10) && ($@CRYPT_FIGHT3 != 0) ) - goto L_NoKeys; - - delitem "CryptKey", 10; - warp "027-8",39,60; - goto L_Close; - -L_NoKeys: - message strcharinfo(0), "This door is locked."; - end; - -L_Close: - close; -} -- cgit v1.2.3-60-g2f50