diff options
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/024-3/_import.txt | 5 | ||||
-rw-r--r-- | world/map/npc/024-3/_mobs.txt | 8 | ||||
-rw-r--r-- | world/map/npc/024-3/_warps.txt | 3 | ||||
-rw-r--r-- | world/map/npc/024-4/_import.txt | 5 | ||||
-rw-r--r-- | world/map/npc/024-4/_mobs.txt | 8 | ||||
-rw-r--r-- | world/map/npc/024-4/_warps.txt | 3 | ||||
-rw-r--r-- | world/map/npc/_import.txt | 2 |
7 files changed, 34 insertions, 0 deletions
diff --git a/world/map/npc/024-3/_import.txt b/world/map/npc/024-3/_import.txt new file mode 100644 index 00000000..306ec8ee --- /dev/null +++ b/world/map/npc/024-3/_import.txt @@ -0,0 +1,5 @@ +// Map 024-3: Entry Ancient Amulets +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 024-3.gat +npc: npc/024-3/_mobs.txt +npc: npc/024-3/_warps.txt diff --git a/world/map/npc/024-3/_mobs.txt b/world/map/npc/024-3/_mobs.txt new file mode 100644 index 00000000..5dc5d7fd --- /dev/null +++ b/world/map/npc/024-3/_mobs.txt @@ -0,0 +1,8 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Entry Ancient Amulets mobs + + + +024-3.gat,0,0,0|script|Mob024-3|-1,{ + end; +} diff --git a/world/map/npc/024-3/_warps.txt b/world/map/npc/024-3/_warps.txt new file mode 100644 index 00000000..eb326a51 --- /dev/null +++ b/world/map/npc/024-3/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Entry Ancient Amulets warps + diff --git a/world/map/npc/024-4/_import.txt b/world/map/npc/024-4/_import.txt new file mode 100644 index 00000000..e76b609b --- /dev/null +++ b/world/map/npc/024-4/_import.txt @@ -0,0 +1,5 @@ +// Map 024-4: Giant Maze +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 024-4.gat +npc: npc/024-4/_mobs.txt +npc: npc/024-4/_warps.txt diff --git a/world/map/npc/024-4/_mobs.txt b/world/map/npc/024-4/_mobs.txt new file mode 100644 index 00000000..c0ad131d --- /dev/null +++ b/world/map/npc/024-4/_mobs.txt @@ -0,0 +1,8 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Giant Maze mobs + + + +024-4.gat,0,0,0|script|Mob024-4|-1,{ + end; +} diff --git a/world/map/npc/024-4/_warps.txt b/world/map/npc/024-4/_warps.txt new file mode 100644 index 00000000..cd46789f --- /dev/null +++ b/world/map/npc/024-4/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Giant Maze warps + diff --git a/world/map/npc/_import.txt b/world/map/npc/_import.txt index 15563bfd..0ca266d1 100644 --- a/world/map/npc/_import.txt +++ b/world/map/npc/_import.txt @@ -55,6 +55,8 @@ import: npc/021-2/_import.txt import: npc/022-1/_import.txt import: npc/024-1/_import.txt import: npc/024-2/_import.txt +import: npc/024-3/_import.txt +import: npc/024-4/_import.txt import: npc/025-1/_import.txt import: npc/025-3/_import.txt import: npc/025-4/_import.txt |