diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-18 12:24:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-18 12:24:36 -0300 |
commit | 968ff5b1e4b5b635ad6eb40f874e62b44e09cf0d (patch) | |
tree | fb0453d15c6a3f3ac449fe1d41542954c43472bd /world/map/npc/027-3 | |
parent | d7deaa53dbd3fd8e01a4f8f470947d3e315be70f (diff) | |
download | serverdata-jesusalva/patch-02.tar.gz serverdata-jesusalva/patch-02.tar.bz2 serverdata-jesusalva/patch-02.tar.xz serverdata-jesusalva/patch-02.zip |
Remove several unreleased quest items.jesusalva/patch-02
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
Diffstat (limited to 'world/map/npc/027-3')
-rw-r--r-- | world/map/npc/027-3/general_krukan_door.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/world/map/npc/027-3/general_krukan_door.txt b/world/map/npc/027-3/general_krukan_door.txt index 9ac26203..22134a4b 100644 --- a/world/map/npc/027-3/general_krukan_door.txt +++ b/world/map/npc/027-3/general_krukan_door.txt @@ -3,10 +3,9 @@ 027-3,82,88,0|script|#GeneralDoor1|45,1,0 { - if ( (countitem("CryptKey") < 10) && ($@CRYPT_FIGHT1 != 0) ) + if ( ($@CRYPT_FIGHT1 != 0) ) goto L_NoKeys; - delitem "CryptKey", 10; warp "027-6",39,60; goto L_Close; |