diff options
Diffstat (limited to 'npc/001-2-38')
-rw-r--r-- | npc/001-2-38/_import.txt | 6 | ||||
-rw-r--r-- | npc/001-2-38/_savepoints.txt | 38 | ||||
-rw-r--r-- | npc/001-2-38/_warps.txt | 4 | ||||
-rw-r--r-- | npc/001-2-38/hammock.txt | 106 | ||||
-rw-r--r-- | npc/001-2-38/mapflags.txt | 1 |
5 files changed, 0 insertions, 155 deletions
diff --git a/npc/001-2-38/_import.txt b/npc/001-2-38/_import.txt deleted file mode 100644 index e60aa3f9b..000000000 --- a/npc/001-2-38/_import.txt +++ /dev/null @@ -1,6 +0,0 @@ -// Map 001-2-38: unnamed -// This file is generated automatically. All manually added changes will be removed when running the Converter. -"npc/001-2-38/_savepoints.txt", -"npc/001-2-38/_warps.txt", -"npc/001-2-38/hammock.txt", -"npc/001-2-38/mapflags.txt", diff --git a/npc/001-2-38/_savepoints.txt b/npc/001-2-38/_savepoints.txt deleted file mode 100644 index 8b89b8e5f..000000000 --- a/npc/001-2-38/_savepoints.txt +++ /dev/null @@ -1,38 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 001-2-38: unnamed saves -001-2-38,25,41,0 script #save_001-2-38_25_41 NPC_SAVE_POINT,{ - savepointparticle .map$, .x, .y, CURRENT_INN; - close; - -OnInit: - .distance = 2; - .sex = G_OTHER; - end; -} -001-2-38,35,41,0 script #save_001-2-38_35_41 NPC_SAVE_POINT,{ - savepointparticle .map$, .x, .y, CURRENT_INN; - close; - -OnInit: - .distance = 2; - .sex = G_OTHER; - end; -} -001-2-38,35,46,0 script #save_001-2-38_35_46 NPC_SAVE_POINT,{ - savepointparticle .map$, .x, .y, CURRENT_INN; - close; - -OnInit: - .distance = 2; - .sex = G_OTHER; - end; -} -001-2-38,25,46,0 script #save_001-2-38_25_46 NPC_SAVE_POINT,{ - savepointparticle .map$, .x, .y, CURRENT_INN; - close; - -OnInit: - .distance = 2; - .sex = G_OTHER; - end; -} diff --git a/npc/001-2-38/_warps.txt b/npc/001-2-38/_warps.txt deleted file mode 100644 index 9139345a8..000000000 --- a/npc/001-2-38/_warps.txt +++ /dev/null @@ -1,4 +0,0 @@ -// This file is generated automatically. All manually added changes will be removed when running the Converter. -// Map 001-2-38: unnamed warps -001-2-38,23,28,0 warp #001-2-38_23_28 0,0,001-2-33,44,30 -001-2-38,23,33,0 warp #001-2-38_23_33 0,0,001-2-39,44,33 diff --git a/npc/001-2-38/hammock.txt b/npc/001-2-38/hammock.txt deleted file mode 100644 index 2c8938da4..000000000 --- a/npc/001-2-38/hammock.txt +++ /dev/null @@ -1,106 +0,0 @@ -// Evol scripts. -// Author: -// Reid -// Description: -// Animated hammock at the top right level of the Legion of Aemil -// building of Artis. - -001-2-38,31,26,0 script #001-2-38hammock0 NPC_LEFT_HAMMOCK,1,0,{ - -OnTouch: hamTouchLeft; - -OnUnTouch: hamUnTouch; - -OnTimer5440: - hamTimerLeft; -} - -001-2-38,31,28,0 script #001-2-38hammock1 NPC_LEFT_HAMMOCK,1,0,{ - -OnTouch: hamTouchLeft; - -OnUnTouch: hamUnTouch; - -OnTimer5440: - hamTimerLeft; -} - -001-2-38,31,30,0 script #001-2-38hammock2 NPC_LEFT_HAMMOCK,1,0,{ - -OnTouch: hamTouchLeft; - -OnUnTouch: hamUnTouch; - -OnTimer5440: - hamTimerLeft; -} - -001-2-38,31,32,0 script #001-2-38hammoc3 NPC_LEFT_HAMMOCK,1,0,{ - -OnTouch: hamTouchLeft; - -OnUnTouch: hamUnTouch; - -OnTimer5440: - hamTimerLeft; -} - -001-2-38,34,26,0 script #001-2-38hammock4 NPC_RIGHT_HAMMOCK,1,0,{ - -OnTouch: hamTouchRight; - -OnUnTouch: hamUnTouch; - -OnTimer5440: - hamTimerRight; -} - -001-2-38,35,28,0 script #001-2-38hammock5 NPC_RIGHT_HAMMOCK,1,0,{ - -OnTouch: hamTouchRight; - -OnUnTouch: hamUnTouch; - -OnTimer5440: - hamTimerRight; -} - -001-2-38,35,30,0 script #001-2-38hammock6 NPC_RIGHT_HAMMOCK,1,0,{ - -OnTouch: hamTouchRight; - -OnUnTouch: hamUnTouch; - -OnTimer5440: - hamTimerRight; -} - -001-2-38,35,32,0 script #001-2-38hammock7 NPC_RIGHT_HAMMOCK,1,0,{ - -OnTouch: hamTouchRight; - -OnUnTouch: hamUnTouch; - -OnTimer5440: - hamTimerRight; -} - -001-2-38,35,34,0 script #001-2-38hammock8 NPC_RIGHT_HAMMOCK,1,0,{ - -OnTouch: hamTouchRight; - -OnUnTouch: hamUnTouch; - -OnTimer5440: - hamTimerRight; -} - -001-2-38,34,36,0 script #001-2-38hammock9 NPC_RIGHT_HAMMOCK,1,0,{ - -OnTouch: hamTouchRight; - -OnUnTouch: hamUnTouch; - -OnTimer5440: - hamTimerRight; -} diff --git a/npc/001-2-38/mapflags.txt b/npc/001-2-38/mapflags.txt deleted file mode 100644 index 8a5c5d4e7..000000000 --- a/npc/001-2-38/mapflags.txt +++ /dev/null @@ -1 +0,0 @@ -001-2-38 mapflag town |