From 26faa9a208a15ea858f5069a4c0d92e8a0709bdb Mon Sep 17 00:00:00 2001 From: Saulc Date: Sun, 18 Feb 2018 02:08:36 +0100 Subject: delete evol maps --- npc/000-2-4/_import.txt | 6 ------ npc/000-2-4/_mobs.txt | 3 --- npc/000-2-4/_warps.txt | 3 --- npc/000-2-4/alige.txt | 39 --------------------------------------- npc/000-2-4/mapflags.txt | 1 - 5 files changed, 52 deletions(-) delete mode 100644 npc/000-2-4/_import.txt delete mode 100644 npc/000-2-4/_mobs.txt delete mode 100644 npc/000-2-4/_warps.txt delete mode 100644 npc/000-2-4/alige.txt delete mode 100644 npc/000-2-4/mapflags.txt (limited to 'npc/000-2-4') diff --git a/npc/000-2-4/_import.txt b/npc/000-2-4/_import.txt deleted file mode 100644 index 579e400ac..000000000 --- a/npc/000-2-4/_import.txt +++ /dev/null @@ -1,6 +0,0 @@ -// Map 000-2-4: Alige's Hiding Place -// This file is generated automatically. All manually added changes will be removed when running the Converter. -"npc/000-2-4/_mobs.txt", -"npc/000-2-4/_warps.txt", -"npc/000-2-4/alige.txt", -"npc/000-2-4/mapflags.txt", diff --git a/npc/000-2-4/_mobs.txt b/npc/000-2-4/_mobs.txt deleted file mode 100644 index 56230670e..000000000 --- a/npc/000-2-4/_mobs.txt +++ /dev/null @@ -1,3 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 000-2-4: Alige's Hiding Place mobs -000-2-4,30,30,1,1 monster Cuco 1020,1,80000,90000 diff --git a/npc/000-2-4/_warps.txt b/npc/000-2-4/_warps.txt deleted file mode 100644 index adfe94409..000000000 --- a/npc/000-2-4/_warps.txt +++ /dev/null @@ -1,3 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 000-2-4: Alige's Hiding Place warps -000-2-4,41,30,0 warp #000-2-4_41_30 0,0,000-2-2,25,31 diff --git a/npc/000-2-4/alige.txt b/npc/000-2-4/alige.txt deleted file mode 100644 index fbfb79eeb..000000000 --- a/npc/000-2-4/alige.txt +++ /dev/null @@ -1,39 +0,0 @@ -// Evol scripts. -// Authors: -// Reid -// Travolta - -000-2-4,38,22,0 script Alige#000-2-4 NPC_ALIGE_BARREL,2,2,{ - npctalk3 l("Protect me, please..."); - end; - -OnTouch: - .dir = LEFT; - stopnpctimer; - initnpctimer; - end; - -OnUnTouch: - .dir = UP; - stopnpctimer; - initnpctimer; - end; - -OnTimer190: - switch (.dir) - { - case UP: - .dir = DOWN; - break; - case LEFT: - .dir = RIGHT; - break; - } - stopnpctimer; - end; - -OnInit: - .sex = G_MALE; - .distance = 2; - end; -} diff --git a/npc/000-2-4/mapflags.txt b/npc/000-2-4/mapflags.txt deleted file mode 100644 index 9c0339379..000000000 --- a/npc/000-2-4/mapflags.txt +++ /dev/null @@ -1 +0,0 @@ -000-2-4 mapflag nosave 000-2-1,50,38 -- cgit v1.2.3-70-g09d2