From 031a548bba1a4df72980d0def87c76aff8d59c53 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 13 Oct 2019 13:58:03 -0300 Subject: Squashed commit of the following: commit 95656323e8bc2f86450a2284ded759cfa77615fb Author: Jesusaves Date: Sun Oct 13 13:57:01 2019 -0300 This was redundant all along... commit 3b2f0a5987f0daa309b0a43f3a5ca909f0069178 Author: Jesusaves Date: Sun Oct 13 03:32:17 2019 -0300 Somewhat acceptable commit 71fd1ac27f0b3f44a96c33ff511e4f462e31a636 Author: Jesusaves Date: Sun Oct 13 02:47:08 2019 -0300 Works almost perfectly, there's only one problem: Islands. It's *random*, not *algorithimical*. This means it can fail at making a path from an edge to the other. commit 3c00014739c395c1d225b6392713f9d77a1ecd30 Author: Jesusaves Date: Sun Oct 13 02:27:12 2019 -0300 Only missing to fix south and east wall commit ec71b5552d0e2270677d6769239f5276c6c890dc Author: Jesusaves Date: Sun Oct 13 01:47:26 2019 -0300 More data commit 30b812b1f5e82a7334ad6fca04eb0dd6259768d2 Author: Jesusaves Date: Sun Oct 13 00:58:04 2019 -0300 It also includes debugs and reports. Let's also add a note here. commit 92741d91b85dfe530f4cf2be9e1993fcf7dc8e83 Author: Jesusaves Date: Sun Oct 13 00:56:59 2019 -0300 Populates some data, but there's lot of missing data and meaningless data commit f2db0160febeca62a186b3d9e144799e50bfefa9 Author: Jesusaves Date: Sun Oct 13 00:20:36 2019 -0300 Initial commit: Setup --- npc/_import.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'npc/_import.txt') diff --git a/npc/_import.txt b/npc/_import.txt index e5596800e..69b3b3add 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -174,6 +174,22 @@ @include "npc/boss/_import.txt" @include "npc/botcheck/_import.txt" @include "npc/guilds/_import.txt" +@include "npc/maze0/_import.txt" +@include "npc/maze1/_import.txt" +@include "npc/maze10/_import.txt" +@include "npc/maze11/_import.txt" +@include "npc/maze12/_import.txt" +@include "npc/maze13/_import.txt" +@include "npc/maze14/_import.txt" +@include "npc/maze15/_import.txt" +@include "npc/maze2/_import.txt" +@include "npc/maze3/_import.txt" +@include "npc/maze4/_import.txt" +@include "npc/maze5/_import.txt" +@include "npc/maze6/_import.txt" +@include "npc/maze7/_import.txt" +@include "npc/maze8/_import.txt" +@include "npc/maze9/_import.txt" @include "npc/sec_pri/_import.txt" @include "npc/soren-2/_import.txt" @include "npc/soren/_import.txt" -- cgit v1.2.3-60-g2f50