diff options
-rw-r--r-- | data/025-3.wlk | bin | 0 -> 36104 bytes | |||
-rw-r--r-- | data/025-4.wlk | bin | 0 -> 40004 bytes | |||
-rw-r--r-- | data/resnametable.txt | 2 | ||||
-rw-r--r-- | npc/018-1/_import.txt | 1 | ||||
-rw-r--r-- | npc/018-1/rossy.txt (renamed from npc/018-1_Woodland_mining_camp/rossy.txt) | 0 | ||||
-rw-r--r-- | npc/025-3/_import.txt | 4 | ||||
-rw-r--r-- | npc/025-3/_mobs.txt | 8 | ||||
-rw-r--r-- | npc/025-3/_warps.txt | 3 | ||||
-rw-r--r-- | npc/025-4/_import.txt | 4 | ||||
-rw-r--r-- | npc/025-4/_mobs.txt | 8 | ||||
-rw-r--r-- | npc/025-4/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 2 |
12 files changed, 35 insertions, 0 deletions
diff --git a/data/025-3.wlk b/data/025-3.wlk Binary files differnew file mode 100644 index 00000000..46c9b272 --- /dev/null +++ b/data/025-3.wlk diff --git a/data/025-4.wlk b/data/025-4.wlk Binary files differnew file mode 100644 index 00000000..7c59921c --- /dev/null +++ b/data/025-4.wlk diff --git a/data/resnametable.txt b/data/resnametable.txt index 6fcd8649..0db3e9a5 100644 --- a/data/resnametable.txt +++ b/data/resnametable.txt @@ -58,6 +58,8 @@ 024-1.gat#024-1.wlk# 024-2.gat#024-2.wlk# 025-1.gat#025-1.wlk# +025-3.gat#025-3.wlk# +025-4.gat#025-4.wlk# 026-1.gat#026-1.wlk# 027-1.gat#027-1.wlk# 027-2.gat#027-2.wlk# diff --git a/npc/018-1/_import.txt b/npc/018-1/_import.txt index b3ab9841..e7d6142b 100644 --- a/npc/018-1/_import.txt +++ b/npc/018-1/_import.txt @@ -5,4 +5,5 @@ npc: npc/018-1/_mobs.txt npc: npc/018-1/_warps.txt npc: npc/018-1/mike.txt npc: npc/018-1/miners.txt +npc: npc/018-1/rossy.txt npc: npc/018-1/sword.txt diff --git a/npc/018-1_Woodland_mining_camp/rossy.txt b/npc/018-1/rossy.txt index 1b85cbab..1b85cbab 100644 --- a/npc/018-1_Woodland_mining_camp/rossy.txt +++ b/npc/018-1/rossy.txt diff --git a/npc/025-3/_import.txt b/npc/025-3/_import.txt new file mode 100644 index 00000000..abec253e --- /dev/null +++ b/npc/025-3/_import.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 025-3.gat +npc: npc/025-3/_mobs.txt +npc: npc/025-3/_warps.txt diff --git a/npc/025-3/_mobs.txt b/npc/025-3/_mobs.txt new file mode 100644 index 00000000..715f8a4b --- /dev/null +++ b/npc/025-3/_mobs.txt @@ -0,0 +1,8 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// 025-3 mobs + + + +025-3.gat,0,0,0 script Mob025-3 -1,{ + end; +} diff --git a/npc/025-3/_warps.txt b/npc/025-3/_warps.txt new file mode 100644 index 00000000..8581ae21 --- /dev/null +++ b/npc/025-3/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// 025-3 warps + diff --git a/npc/025-4/_import.txt b/npc/025-4/_import.txt new file mode 100644 index 00000000..0cf829e7 --- /dev/null +++ b/npc/025-4/_import.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 025-4.gat +npc: npc/025-4/_mobs.txt +npc: npc/025-4/_warps.txt diff --git a/npc/025-4/_mobs.txt b/npc/025-4/_mobs.txt new file mode 100644 index 00000000..0aaacfdf --- /dev/null +++ b/npc/025-4/_mobs.txt @@ -0,0 +1,8 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// 025-4 mobs + + + +025-4.gat,0,0,0 script Mob025-4 -1,{ + end; +} diff --git a/npc/025-4/_warps.txt b/npc/025-4/_warps.txt new file mode 100644 index 00000000..fa84b4e1 --- /dev/null +++ b/npc/025-4/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// 025-4 warps + diff --git a/npc/_import.txt b/npc/_import.txt index 893c6dca..b3bcc75a 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -57,6 +57,8 @@ import: npc/022-1/_import.txt import: npc/024-1/_import.txt import: npc/024-2/_import.txt import: npc/025-1/_import.txt +import: npc/025-3/_import.txt +import: npc/025-4/_import.txt import: npc/026-1/_import.txt import: npc/027-1/_import.txt import: npc/027-2/_import.txt |