diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-18 15:40:00 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-18 18:40:00 +0000 |
commit | dbd6750203eadadd4f7c89da0e1305b61eaa7031 (patch) | |
tree | fb0453d15c6a3f3ac449fe1d41542954c43472bd /world/map/npc/027-5 | |
parent | 18fb4177bb7e9ebbba2d73ab0a5a24b7d0c180b1 (diff) | |
download | serverdata-dbd6750203eadadd4f7c89da0e1305b61eaa7031.tar.gz serverdata-dbd6750203eadadd4f7c89da0e1305b61eaa7031.tar.bz2 serverdata-dbd6750203eadadd4f7c89da0e1305b61eaa7031.tar.xz serverdata-dbd6750203eadadd4f7c89da0e1305b61eaa7031.zip |
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.
Diffstat (limited to 'world/map/npc/027-5')
-rw-r--r-- | world/map/npc/027-5/general_terogan_door.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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; |