From dbd6750203eadadd4f7c89da0e1305b61eaa7031 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 18 Apr 2022 15:40:00 -0300 Subject: Developer's Cleanup (#611) * Remove several unreleased quest items. Developers will re-add them as their quests are completed. REMOVED: - White Wizard Robe - Black Wizard Robe - Light Crystal - Crypt Key - Ectoplasm - Urn - Wraith Horn - Astral Cube - Runestone A, L, N, T and W - Quill of Binding - Blood Ink - Scented Candle Helmet - Assassin Ring - Assassin Amulet Also cleans up some stuff for the event. --- world/map/npc/027-5/general_terogan_door.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 index 93f4d8c1..9f43b5c9 100644 --- a/world/map/npc/027-5/general_terogan_door.txt +++ b/world/map/npc/027-5/general_terogan_door.txt @@ -3,10 +3,9 @@ 027-5,70,25,0|script|#GeneralDoor3|45,1,0 { - if ( (countitem("CryptKey") < 10) && ($@CRYPT_FIGHT3 != 0) ) + if ( ($@CRYPT_FIGHT3 != 0) ) goto L_NoKeys; - delitem "CryptKey", 10; warp "027-8",39,60; goto L_Close; -- cgit v1.2.3-70-g09d2