diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/010-1-1/_import.txt | 4 | ||||
-rw-r--r-- | npc/010-1-1/_mobs.txt | 5 | ||||
-rw-r--r-- | npc/010-1-1/_warps.txt | 6 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
4 files changed, 16 insertions, 0 deletions
diff --git a/npc/010-1-1/_import.txt b/npc/010-1-1/_import.txt new file mode 100644 index 000000000..7b76dd3de --- /dev/null +++ b/npc/010-1-1/_import.txt @@ -0,0 +1,4 @@ +// Map 010-1-1: magic school cave +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/010-1-1/_mobs.txt", +"npc/010-1-1/_warps.txt", diff --git a/npc/010-1-1/_mobs.txt b/npc/010-1-1/_mobs.txt new file mode 100644 index 000000000..94925b3b7 --- /dev/null +++ b/npc/010-1-1/_mobs.txt @@ -0,0 +1,5 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 010-1-1: magic school cave mobs +010-1-1,55,58,29,22 monster Cave Snake 1035,8,35000,150000 +010-1-1,70,40,3,1 monster Small Topaz Bif 1101,1,35000,150000 +010-1-1,54,54,54,54 monster Cave Maggot 1027,20,40000,200000 diff --git a/npc/010-1-1/_warps.txt b/npc/010-1-1/_warps.txt new file mode 100644 index 000000000..02af93450 --- /dev/null +++ b/npc/010-1-1/_warps.txt @@ -0,0 +1,6 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 010-1-1: magic school cave warps +010-1-1,78,73,0 warp #010-1-1_78_73 0,0,004-2,131,111 +010-1-1,29,86,0 warp #010-1-1_29_86 0,0,010-1,59,192 +010-1-1,25,47,0 warp #010-1-1_25_47 0,0,004-2,84,78 +010-1-1,51,26,0 warp #010-1-1_51_26 0,0,004-2,112,64 diff --git a/npc/_import.txt b/npc/_import.txt index 8556a07a8..ab2f69cf5 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -38,6 +38,7 @@ @include "npc/009-1/_import.txt" @include "npc/009-2/_import.txt" @include "npc/009-5/_import.txt" +@include "npc/010-1-1/_import.txt" @include "npc/010-1/_import.txt" @include "npc/boss/_import.txt" @include "npc/botcheck/_import.txt" |