summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2011-12-01 22:16:36 +0100
committerReid <reidyaro@gmail.com>2011-12-01 22:16:36 +0100
commit8f14be5dc4faf1d4969e44c09e9e5e1aacb8fdc6 (patch)
tree669f7bbbf46009a975f5b39af86e27512edea602
parentffdc0b8c23ce84ea1d82e4a1788767a8112ff3a5 (diff)
downloadclientdata-8f14be5dc4faf1d4969e44c09e9e5e1aacb8fdc6.tar.gz
clientdata-8f14be5dc4faf1d4969e44c09e9e5e1aacb8fdc6.tar.bz2
clientdata-8f14be5dc4faf1d4969e44c09e9e5e1aacb8fdc6.tar.xz
clientdata-8f14be5dc4faf1d4969e44c09e9e5e1aacb8fdc6.zip
Add wlk of 000-x-x maps.
Add maps to resnametable.txt . Add _import.txt _mobs.txt _warps.txt on every maps. add general _import.txt on npc/ . Add previous scripts like area and alige on _import.txt .
-rw-r--r--data/000-0.wlkbin0 -> 1685 bytes
-rw-r--r--data/000-1.wlkbin0 -> 15604 bytes
-rw-r--r--data/000-2-0.wlkbin0 -> 2760 bytes
-rw-r--r--data/000-2-1.wlkbin0 -> 4901 bytes
-rw-r--r--data/000-2-2.wlkbin0 -> 2707 bytes
-rw-r--r--data/000-2-3.wlkbin0 -> 2760 bytes
-rw-r--r--data/resnametable.txt17
-rw-r--r--npc/000-0/_import.txt4
-rw-r--r--npc/000-0/_mobs.txt7
-rw-r--r--npc/000-0/_warps.txt3
-rw-r--r--npc/000-1/_import.txt3
-rw-r--r--npc/000-1/_mobs.txt7
-rw-r--r--npc/000-1/_warps.txt3
-rw-r--r--npc/000-2-0/_import.txt3
-rw-r--r--npc/000-2-0/_mobs.txt7
-rw-r--r--npc/000-2-0/_warps.txt5
-rw-r--r--npc/000-2-1/_import.txt4
-rw-r--r--npc/000-2-1/_mobs.txt7
-rw-r--r--npc/000-2-1/_warps.txt4
-rw-r--r--npc/000-2-2/_import.txt3
-rw-r--r--npc/000-2-2/_mobs.txt7
-rw-r--r--npc/000-2-2/_warps.txt3
-rw-r--r--npc/000-2-3/_import.txt3
-rw-r--r--npc/000-2-3/_mobs.txt7
-rw-r--r--npc/000-2-3/_warps.txt3
-rw-r--r--npc/_import.txt6
26 files changed, 95 insertions, 11 deletions
diff --git a/data/000-0.wlk b/data/000-0.wlk
new file mode 100644
index 00000000..6d04c7ee
--- /dev/null
+++ b/data/000-0.wlk
Binary files differ
diff --git a/data/000-1.wlk b/data/000-1.wlk
new file mode 100644
index 00000000..0156ae4e
--- /dev/null
+++ b/data/000-1.wlk
Binary files differ
diff --git a/data/000-2-0.wlk b/data/000-2-0.wlk
new file mode 100644
index 00000000..20ca8c95
--- /dev/null
+++ b/data/000-2-0.wlk
Binary files differ
diff --git a/data/000-2-1.wlk b/data/000-2-1.wlk
new file mode 100644
index 00000000..185cdaa2
--- /dev/null
+++ b/data/000-2-1.wlk
Binary files differ
diff --git a/data/000-2-2.wlk b/data/000-2-2.wlk
new file mode 100644
index 00000000..3df0ff8f
--- /dev/null
+++ b/data/000-2-2.wlk
Binary files differ
diff --git a/data/000-2-3.wlk b/data/000-2-3.wlk
new file mode 100644
index 00000000..20ca8c95
--- /dev/null
+++ b/data/000-2-3.wlk
Binary files differ
diff --git a/data/resnametable.txt b/data/resnametable.txt
index 59d8db65..83dcc46a 100644
--- a/data/resnametable.txt
+++ b/data/resnametable.txt
@@ -1,11 +1,6 @@
-001-1.gat#001-1.wlk#
-001-2-0.gat#001-2-0.wlk#
-001-2-1.gat#001-2-1.wlk#
-001-2-2.gat#001-2-2.wlk#
-001-2-3.gat#001-2-3.wlk#
-002-1.gat#002-1.wlk#
-002-3-0.gat#002-3-0.wlk#
-002-3-1.gat#002-3-1.wlk#
-002-3-2.gat#002-3-2.wlk#
-002-3-3.gat#002-3-3.wlk#
-002-3-4.gat#002-3-4.wlk#
+000-0.gat#000-0.wlk#
+000-1.gat#000-1.wlk#
+000-2-0.gat#000-2-0.wlk#
+000-2-1.gat#000-2-1.wlk#
+000-2-2.gat#000-2-2.wlk#
+000-2-3.gat#000-2-3.wlk#
diff --git a/npc/000-0/_import.txt b/npc/000-0/_import.txt
new file mode 100644
index 00000000..14d47ea4
--- /dev/null
+++ b/npc/000-0/_import.txt
@@ -0,0 +1,4 @@
+map: 000-0.gat
+npc: npc/000-0/_mobs.txt
+npc: npc/000-0/_warps.txt
+npc: npc/000-0/area.txt \ No newline at end of file
diff --git a/npc/000-0/_mobs.txt b/npc/000-0/_mobs.txt
new file mode 100644
index 00000000..b2af1d88
--- /dev/null
+++ b/npc/000-0/_mobs.txt
@@ -0,0 +1,7 @@
+// 000-0 mobs
+
+
+
+000-0.gat,0,0,0 script Mob000-0 -1,{
+ end;
+}
diff --git a/npc/000-0/_warps.txt b/npc/000-0/_warps.txt
new file mode 100644
index 00000000..041c85bb
--- /dev/null
+++ b/npc/000-0/_warps.txt
@@ -0,0 +1,3 @@
+// 000-0 warps
+
+000-0.gat,142,70 warp ToInterior -1,0,001-2-0.gat,20,27
diff --git a/npc/000-1/_import.txt b/npc/000-1/_import.txt
new file mode 100644
index 00000000..f7ba8781
--- /dev/null
+++ b/npc/000-1/_import.txt
@@ -0,0 +1,3 @@
+map: 000-1.gat
+npc: npc/000-1/_mobs.txt
+npc: npc/000-1/_warps.txt
diff --git a/npc/000-1/_mobs.txt b/npc/000-1/_mobs.txt
new file mode 100644
index 00000000..c6714820
--- /dev/null
+++ b/npc/000-1/_mobs.txt
@@ -0,0 +1,7 @@
+// 000-1 mobs
+
+
+
+000-1.gat,0,0,0 script Mob000-1 -1,{
+ end;
+}
diff --git a/npc/000-1/_warps.txt b/npc/000-1/_warps.txt
new file mode 100644
index 00000000..352ebae4
--- /dev/null
+++ b/npc/000-1/_warps.txt
@@ -0,0 +1,3 @@
+// 000-1 warps
+
+000-1.gat,142,70 warp ToInterior -1,0,001-2-0.gat,20,27
diff --git a/npc/000-2-0/_import.txt b/npc/000-2-0/_import.txt
new file mode 100644
index 00000000..ef59918c
--- /dev/null
+++ b/npc/000-2-0/_import.txt
@@ -0,0 +1,3 @@
+map: 000-2-0.gat
+npc: npc/000-2-0/_mobs.txt
+npc: npc/000-2-0/_warps.txt
diff --git a/npc/000-2-0/_mobs.txt b/npc/000-2-0/_mobs.txt
new file mode 100644
index 00000000..c6e01a0c
--- /dev/null
+++ b/npc/000-2-0/_mobs.txt
@@ -0,0 +1,7 @@
+// 000-2-0 mobs
+
+
+
+000-2-0.gat,0,0,0 script Mob000-2-0 -1,{
+ end;
+}
diff --git a/npc/000-2-0/_warps.txt b/npc/000-2-0/_warps.txt
new file mode 100644
index 00000000..f49f3a3f
--- /dev/null
+++ b/npc/000-2-0/_warps.txt
@@ -0,0 +1,5 @@
+// 000-2-0 warps
+
+000-2-0.gat,30,25 warp ToLevel1 -1,-1,001-2-1.gat,61,29
+000-2-0.gat,19,27 warp ToLevel1 -1,-1,001-1.gat,141,69
+000-2-0.gat,32,27 warp ToLevel1 -1,-1,001-2-3.gat,20,27
diff --git a/npc/000-2-1/_import.txt b/npc/000-2-1/_import.txt
new file mode 100644
index 00000000..27940b53
--- /dev/null
+++ b/npc/000-2-1/_import.txt
@@ -0,0 +1,4 @@
+map: 000-2-1.gat
+npc: npc/000-2-1/_mobs.txt
+npc: npc/000-2-1/_warps.txt
+npc: npc/000-2-1/alige.txt \ No newline at end of file
diff --git a/npc/000-2-1/_mobs.txt b/npc/000-2-1/_mobs.txt
new file mode 100644
index 00000000..c2169b76
--- /dev/null
+++ b/npc/000-2-1/_mobs.txt
@@ -0,0 +1,7 @@
+// 000-2-1 mobs
+
+
+
+000-2-1.gat,0,0,0 script Mob000-2-1 -1,{
+ end;
+}
diff --git a/npc/000-2-1/_warps.txt b/npc/000-2-1/_warps.txt
new file mode 100644
index 00000000..5ffaa5b4
--- /dev/null
+++ b/npc/000-2-1/_warps.txt
@@ -0,0 +1,4 @@
+// 000-2-1 warps
+
+000-2-1.gat,61,34 warp ToLevel2 -1,-1,001-2-2.gat,27,31
+000-2-1.gat,61,30 warp ToLevel0 -1,-1,001-2-0.gat,30,26
diff --git a/npc/000-2-2/_import.txt b/npc/000-2-2/_import.txt
new file mode 100644
index 00000000..b32db77f
--- /dev/null
+++ b/npc/000-2-2/_import.txt
@@ -0,0 +1,3 @@
+map: 000-2-2.gat
+npc: npc/000-2-2/_mobs.txt
+npc: npc/000-2-2/_warps.txt
diff --git a/npc/000-2-2/_mobs.txt b/npc/000-2-2/_mobs.txt
new file mode 100644
index 00000000..bfebec04
--- /dev/null
+++ b/npc/000-2-2/_mobs.txt
@@ -0,0 +1,7 @@
+// 000-2-2 mobs
+
+
+
+000-2-2.gat,0,0,0 script Mob000-2-2 -1,{
+ end;
+}
diff --git a/npc/000-2-2/_warps.txt b/npc/000-2-2/_warps.txt
new file mode 100644
index 00000000..f561379a
--- /dev/null
+++ b/npc/000-2-2/_warps.txt
@@ -0,0 +1,3 @@
+// 000-2-2 warps
+
+000-2-2.gat,31,28 warp ToLevel1 -1,-1,001-2-1.gat,61,34
diff --git a/npc/000-2-3/_import.txt b/npc/000-2-3/_import.txt
new file mode 100644
index 00000000..a31125e5
--- /dev/null
+++ b/npc/000-2-3/_import.txt
@@ -0,0 +1,3 @@
+map: 000-2-3.gat
+npc: npc/000-2-3/_mobs.txt
+npc: npc/000-2-3/_warps.txt
diff --git a/npc/000-2-3/_mobs.txt b/npc/000-2-3/_mobs.txt
new file mode 100644
index 00000000..e8dda677
--- /dev/null
+++ b/npc/000-2-3/_mobs.txt
@@ -0,0 +1,7 @@
+// 000-2-3 mobs
+
+
+
+000-2-3.gat,0,0,0 script Mob000-2-3 -1,{
+ end;
+}
diff --git a/npc/000-2-3/_warps.txt b/npc/000-2-3/_warps.txt
new file mode 100644
index 00000000..350c50d9
--- /dev/null
+++ b/npc/000-2-3/_warps.txt
@@ -0,0 +1,3 @@
+// 000-2-3 warps
+
+000-2-3.gat,19,27 warp ToLevel1 -1,-1,001-2-0.gat,31,27
diff --git a/npc/_import.txt b/npc/_import.txt
new file mode 100644
index 00000000..66dbace4
--- /dev/null
+++ b/npc/_import.txt
@@ -0,0 +1,6 @@
+import: npc/000-0/_import.txt
+import: npc/000-1/_import.txt
+import: npc/000-2-0/_import.txt
+import: npc/000-2-1/_import.txt
+import: npc/000-2-2/_import.txt
+import: npc/000-2-3/_import.txt