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-4/general_razha_door.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'world/map/npc/027-4') diff --git a/world/map/npc/027-4/general_razha_door.txt b/world/map/npc/027-4/general_razha_door.txt index c7adf137..7d947368 100644 --- a/world/map/npc/027-4/general_razha_door.txt +++ b/world/map/npc/027-4/general_razha_door.txt @@ -3,10 +3,9 @@ 027-4,73,76,0|script|#GeneralDoor2|45,1,0 { - if ( (countitem("CryptKey") < 10) && ($@CRYPT_FIGHT2 != 0) ) + if ( ($@CRYPT_FIGHT2 != 0) ) goto L_NoKeys; - delitem "CryptKey", 10; warp "027-7",39,60; goto L_Close; -- cgit v1.2.3-60-g2f50