diff options
Diffstat (limited to 'world/map/npc/027-5')
-rw-r--r-- | world/map/npc/027-5/_import.txt | 9 | ||||
-rw-r--r-- | world/map/npc/027-5/_mobs.txt | 10 | ||||
-rw-r--r-- | world/map/npc/027-5/_nodes.txt | 4 | ||||
-rw-r--r-- | world/map/npc/027-5/_warps.txt | 4 | ||||
-rw-r--r-- | world/map/npc/027-5/casket_traps.txt | 80 | ||||
-rw-r--r-- | world/map/npc/027-5/general_terogan_door.txt | 19 | ||||
-rw-r--r-- | world/map/npc/027-5/mapflags.txt | 1 |
7 files changed, 0 insertions, 127 deletions
diff --git a/world/map/npc/027-5/_import.txt b/world/map/npc/027-5/_import.txt deleted file mode 100644 index a0d686c6..00000000 --- a/world/map/npc/027-5/_import.txt +++ /dev/null @@ -1,9 +0,0 @@ -// Map 027-5: Crypt Sub-Basement Two -// This file is generated automatically. All manually added changes will be removed when running the Converter. -map: 027-5 -npc: npc/027-5/_mobs.txt -npc: npc/027-5/_nodes.txt -npc: npc/027-5/_warps.txt -npc: npc/027-5/casket_traps.txt -npc: npc/027-5/general_terogan_door.txt -npc: npc/027-5/mapflags.txt diff --git a/world/map/npc/027-5/_mobs.txt b/world/map/npc/027-5/_mobs.txt deleted file mode 100644 index 750163ad..00000000 --- a/world/map/npc/027-5/_mobs.txt +++ /dev/null @@ -1,10 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Crypt Sub-Basement Two mobs - -027-5,69,42,97,41|monster|Wight|1124,6,60000ms,8000ms -027-5,69,56,97,69|monster|VampireBat|1066,30,100000ms,30000ms -027-5,69,42,98,40|monster|Skeleton|1043,8,60000ms,8000ms -027-5,69,41,98,39|monster|LadySkeleton|1044,8,60000ms,8000ms -027-5,68,42,97,40|monster|RedBone|1074,6,60000ms,8000ms -027-5,70,80,98,34|monster|Skeleton|1043,8,60000ms,8000ms -027-5,69,80,99,36|monster|LadySkeleton|1044,8,60000ms,8000ms diff --git a/world/map/npc/027-5/_nodes.txt b/world/map/npc/027-5/_nodes.txt deleted file mode 100644 index 4e14e522..00000000 --- a/world/map/npc/027-5/_nodes.txt +++ /dev/null @@ -1,4 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Crypt Sub-Basement Two nodes - -// (no nodes) diff --git a/world/map/npc/027-5/_warps.txt b/world/map/npc/027-5/_warps.txt deleted file mode 100644 index 95289446..00000000 --- a/world/map/npc/027-5/_warps.txt +++ /dev/null @@ -1,4 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Crypt Sub-Basement Two warps - -027-5,125,17|warp|3,-1,027-4,21,97 diff --git a/world/map/npc/027-5/casket_traps.txt b/world/map/npc/027-5/casket_traps.txt deleted file mode 100644 index 965f91cb..00000000 --- a/world/map/npc/027-5/casket_traps.txt +++ /dev/null @@ -1,80 +0,0 @@ -027-5,60,34,0|script|#casket17|127,1,1 -{ - end; - -OnTouch: - heal ((MaxHp/100) * -10), 0; - specialeffect 301; - specialeffect 302; - end; -} -027-5,34,50,0|script|#casket18|127,1,1 -{ - end; - -OnTouch: - heal ((MaxHp/100) * -10), 0; - specialeffect 301; - specialeffect 302; - end; -} -027-5,49,76,0|script|#casket19|127,1,1 -{ - end; - -OnTouch: - heal ((MaxHp/100) * -10), 0; - specialeffect 301; - specialeffect 302; - end; -} -027-5,60,89,0|script|#casket20|127,1,1 -{ - end; - -OnTouch: - heal ((MaxHp/100) * -10), 0; - specialeffect 301; - specialeffect 302; - end; -} -027-5,90,90,0|script|#casket21|127,1,1 -{ - end; - -OnTouch: - heal ((MaxHp/100) * -10), 0; - specialeffect 301; - specialeffect 302; - end; -} -027-5,92,76,0|script|#casket22|127,1,1 -{ - end; - -OnTouch: - heal ((MaxHp/100) * -10), 0; - specialeffect 301; - specialeffect 302; - end; -} -027-5,117,61,0|script|#casket23|127,1,1 -{ - end; - -OnTouch: - heal ((MaxHp/100) * -10), 0; - specialeffect 301; - specialeffect 302; - end; -} -027-5,94,48,0|script|#casket24|127,1,1 -{ - end; - -OnTouch: - heal ((MaxHp/100) * -10), 0; - specialeffect 301; - specialeffect 302; - end; -} 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; -} diff --git a/world/map/npc/027-5/mapflags.txt b/world/map/npc/027-5/mapflags.txt deleted file mode 100644 index afe7748a..00000000 --- a/world/map/npc/027-5/mapflags.txt +++ /dev/null @@ -1 +0,0 @@ -027-5|mapflag|resave|027-2,28,94 |