diff options
author | Jessica Tölke <jtoelke@mail.upb.de> | 2011-05-09 21:09:46 +0200 |
---|---|---|
committer | Jessica Tölke <jtoelke@mail.upb.de> | 2011-05-09 21:09:46 +0200 |
commit | 1d6d226aa22b990de721354b7bd3dcaadfa7a581 (patch) | |
tree | b05ab2879876e95ac56347077b62a68fd78cbd43 /npc | |
parent | c50ca1d2b612b1149b14eb161fcf443bbe3f2f16 (diff) | |
download | serverdata-1d6d226aa22b990de721354b7bd3dcaadfa7a581.tar.gz serverdata-1d6d226aa22b990de721354b7bd3dcaadfa7a581.tar.bz2 serverdata-1d6d226aa22b990de721354b7bd3dcaadfa7a581.tar.xz serverdata-1d6d226aa22b990de721354b7bd3dcaadfa7a581.zip |
adding 042-2
Diffstat (limited to 'npc')
-rw-r--r-- | npc/042-2/_import.txt | 4 | ||||
-rw-r--r-- | npc/042-2/_mobs.txt | 8 | ||||
-rw-r--r-- | npc/042-2/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
4 files changed, 16 insertions, 0 deletions
diff --git a/npc/042-2/_import.txt b/npc/042-2/_import.txt new file mode 100644 index 00000000..e5d03ab6 --- /dev/null +++ b/npc/042-2/_import.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 042-2.gat +npc: npc/042-2/_mobs.txt +npc: npc/042-2/_warps.txt diff --git a/npc/042-2/_mobs.txt b/npc/042-2/_mobs.txt new file mode 100644 index 00000000..589e4711 --- /dev/null +++ b/npc/042-2/_mobs.txt @@ -0,0 +1,8 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// 042-2 mobs + + + +042-2.gat,0,0,0 script Mob042-2 -1,{ + end; +} diff --git a/npc/042-2/_warps.txt b/npc/042-2/_warps.txt new file mode 100644 index 00000000..efc920e7 --- /dev/null +++ b/npc/042-2/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// 042-2 warps + diff --git a/npc/_import.txt b/npc/_import.txt index ce2f662f..3530824d 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -76,4 +76,5 @@ 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/042-2/_import.txt import: npc/botcheck/_import.txt |