diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/041-1/_import.txt | 4 | ||||
-rw-r--r-- | npc/041-1/_mobs.txt | 8 | ||||
-rw-r--r-- | npc/041-1/_warps.txt | 3 | ||||
-rw-r--r-- | npc/042-1/_import.txt | 4 | ||||
-rw-r--r-- | npc/042-1/_mobs.txt | 8 | ||||
-rw-r--r-- | npc/042-1/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 2 |
7 files changed, 32 insertions, 0 deletions
diff --git a/npc/041-1/_import.txt b/npc/041-1/_import.txt new file mode 100644 index 00000000..ddd49583 --- /dev/null +++ b/npc/041-1/_import.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 041-1.gat +npc: npc/041-1/_mobs.txt +npc: npc/041-1/_warps.txt diff --git a/npc/041-1/_mobs.txt b/npc/041-1/_mobs.txt new file mode 100644 index 00000000..a3360251 --- /dev/null +++ b/npc/041-1/_mobs.txt @@ -0,0 +1,8 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// 041-1 mobs + + + +041-1.gat,0,0,0 script Mob041-1 -1,{ + end; +} diff --git a/npc/041-1/_warps.txt b/npc/041-1/_warps.txt new file mode 100644 index 00000000..e0f12767 --- /dev/null +++ b/npc/041-1/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// 041-1 warps + diff --git a/npc/042-1/_import.txt b/npc/042-1/_import.txt new file mode 100644 index 00000000..140141d6 --- /dev/null +++ b/npc/042-1/_import.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 042-1.gat +npc: npc/042-1/_mobs.txt +npc: npc/042-1/_warps.txt diff --git a/npc/042-1/_mobs.txt b/npc/042-1/_mobs.txt new file mode 100644 index 00000000..f439ba03 --- /dev/null +++ b/npc/042-1/_mobs.txt @@ -0,0 +1,8 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// 042-1 mobs + + + +042-1.gat,0,0,0 script Mob042-1 -1,{ + end; +} diff --git a/npc/042-1/_warps.txt b/npc/042-1/_warps.txt new file mode 100644 index 00000000..0c25ca9d --- /dev/null +++ b/npc/042-1/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// 042-1 warps + diff --git a/npc/_import.txt b/npc/_import.txt index a995eee5..ce2f662f 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -74,4 +74,6 @@ import: npc/032-1_Outback/_import.txt import: npc/032-3_Cave/_import.txt import: npc/033-1_Snow_field/_import.txt import: npc/034-1_Snow_field/_import.txt +import: npc/041-1/_import.txt +import: npc/042-1/_import.txt import: npc/botcheck/_import.txt |