diff options
Diffstat (limited to 'npc/021-2')
-rw-r--r-- | npc/021-2/_import.txt | 3 | ||||
-rw-r--r-- | npc/021-2/_mobs.txt | 7 | ||||
-rw-r--r-- | npc/021-2/_warps.txt | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/npc/021-2/_import.txt b/npc/021-2/_import.txt new file mode 100644 index 00000000..f00477be --- /dev/null +++ b/npc/021-2/_import.txt @@ -0,0 +1,3 @@ +map: 021-2.gat +npc: npc/021-2/_mobs.txt +npc: npc/021-2/_warps.txt diff --git a/npc/021-2/_mobs.txt b/npc/021-2/_mobs.txt new file mode 100644 index 00000000..e192181c --- /dev/null +++ b/npc/021-2/_mobs.txt @@ -0,0 +1,7 @@ +// 021-2 mobs + + + +021-2.gat,0,0,0 script Mob021-2 -1,{ + end; +} diff --git a/npc/021-2/_warps.txt b/npc/021-2/_warps.txt new file mode 100644 index 00000000..947ede8e --- /dev/null +++ b/npc/021-2/_warps.txt @@ -0,0 +1,5 @@ +// 021-2 warps + +021-2.gat,27,30 warp toOutside -1,-1,021-1.gat,53,135 +021-2.gat,33,30 warp toOutside -1,-1,021-1.gat,55,135 +021-2.gat,39,30 warp toOutside -1,-1,021-1.gat,57,135 |