diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-12-16 11:17:53 +0100 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-12-16 11:17:53 +0100 |
commit | 3840aa9113ba8dd505230da162a156a616019f75 (patch) | |
tree | 88282e1d40ddae5bb6409e2ee0a5cbc1f25c0ed0 /world/map | |
parent | f0dedcd47e8547397fe57ed951268f4dea120cbb (diff) | |
download | serverdata-3840aa9113ba8dd505230da162a156a616019f75.tar.gz serverdata-3840aa9113ba8dd505230da162a156a616019f75.tar.bz2 serverdata-3840aa9113ba8dd505230da162a156a616019f75.tar.xz serverdata-3840aa9113ba8dd505230da162a156a616019f75.zip |
New map: Snow Forest 045-1, submodule pointer updated.
Diffstat (limited to 'world/map')
-rw-r--r-- | world/map/data/045-1.wlk | bin | 0 -> 40004 bytes | |||
-rw-r--r-- | world/map/data/resnametable.txt | 1 | ||||
-rw-r--r-- | world/map/npc/045-1/_import.txt | 5 | ||||
-rw-r--r-- | world/map/npc/045-1/_mobs.txt | 8 | ||||
-rw-r--r-- | world/map/npc/045-1/_warps.txt | 3 | ||||
-rw-r--r-- | world/map/npc/_import.txt | 1 |
6 files changed, 18 insertions, 0 deletions
diff --git a/world/map/data/045-1.wlk b/world/map/data/045-1.wlk Binary files differnew file mode 100644 index 00000000..24f006d3 --- /dev/null +++ b/world/map/data/045-1.wlk diff --git a/world/map/data/resnametable.txt b/world/map/data/resnametable.txt index baf11880..746dfadc 100644 --- a/world/map/data/resnametable.txt +++ b/world/map/data/resnametable.txt @@ -83,4 +83,5 @@ 042-2.gat#042-2.wlk# 044-1.gat#044-1.wlk# 044-3.gat#044-3.wlk# +045-1.gat#045-1.wlk# botcheck.gat#botcheck.wlk# diff --git a/world/map/npc/045-1/_import.txt b/world/map/npc/045-1/_import.txt new file mode 100644 index 00000000..9ef61aff --- /dev/null +++ b/world/map/npc/045-1/_import.txt @@ -0,0 +1,5 @@ +// Map 045-1: Snow Forest +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 045-1.gat +npc: npc/045-1/_mobs.txt +npc: npc/045-1/_warps.txt diff --git a/world/map/npc/045-1/_mobs.txt b/world/map/npc/045-1/_mobs.txt new file mode 100644 index 00000000..f68b3421 --- /dev/null +++ b/world/map/npc/045-1/_mobs.txt @@ -0,0 +1,8 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Snow Forest mobs + + + +045-1.gat,0,0,0|script|Mob045-1|-1,{ + end; +} diff --git a/world/map/npc/045-1/_warps.txt b/world/map/npc/045-1/_warps.txt new file mode 100644 index 00000000..c916be68 --- /dev/null +++ b/world/map/npc/045-1/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Snow Forest warps + diff --git a/world/map/npc/_import.txt b/world/map/npc/_import.txt index 623dd490..ffa22921 100644 --- a/world/map/npc/_import.txt +++ b/world/map/npc/_import.txt @@ -83,4 +83,5 @@ import: npc/042-1/_import.txt import: npc/042-2/_import.txt import: npc/044-1/_import.txt import: npc/044-3/_import.txt +import: npc/045-1/_import.txt import: npc/botcheck/_import.txt |