summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petithory <vincent.petithory@gmail.com>2012-12-16 18:35:28 +0100
committerVincent Petithory <vincent.petithory@gmail.com>2012-12-17 13:25:08 +0100
commit7ee83b0c4277e50c473a70138f1fd8e1b99b8acd (patch)
tree457e02159994c3acd9fa156ffbb464b339680eae
parentda7d7883f895915dd4d835f8178ba60454731273 (diff)
downloadserverdata-7ee83b0c4277e50c473a70138f1fd8e1b99b8acd.tar.gz
serverdata-7ee83b0c4277e50c473a70138f1fd8e1b99b8acd.tar.bz2
serverdata-7ee83b0c4277e50c473a70138f1fd8e1b99b8acd.tar.xz
serverdata-7ee83b0c4277e50c473a70138f1fd8e1b99b8acd.zip
Run 'make maps' for the Illia maps
-rw-r--r--world/map/data/051-1.wlkbin0 -> 15204 bytes
-rw-r--r--world/map/data/051-3.wlkbin0 -> 14954 bytes
-rw-r--r--world/map/data/052-1.wlkbin0 -> 8004 bytes
-rw-r--r--world/map/data/052-2.wlkbin0 -> 15004 bytes
-rw-r--r--world/map/data/resnametable.txt4
-rw-r--r--world/map/npc/051-1/_import.txt5
-rw-r--r--world/map/npc/051-1/_mobs.txt20
-rw-r--r--world/map/npc/051-1/_warps.txt3
-rw-r--r--world/map/npc/051-3/_import.txt5
-rw-r--r--world/map/npc/051-3/_mobs.txt64
-rw-r--r--world/map/npc/051-3/_warps.txt3
-rw-r--r--world/map/npc/052-1/_import.txt5
-rw-r--r--world/map/npc/052-1/_mobs.txt14
-rw-r--r--world/map/npc/052-1/_warps.txt3
-rw-r--r--world/map/npc/052-2/_import.txt5
-rw-r--r--world/map/npc/052-2/_mobs.txt8
-rw-r--r--world/map/npc/052-2/_warps.txt3
-rw-r--r--world/map/npc/_import.txt4
18 files changed, 146 insertions, 0 deletions
diff --git a/world/map/data/051-1.wlk b/world/map/data/051-1.wlk
new file mode 100644
index 00000000..a9f5caa7
--- /dev/null
+++ b/world/map/data/051-1.wlk
Binary files differ
diff --git a/world/map/data/051-3.wlk b/world/map/data/051-3.wlk
new file mode 100644
index 00000000..8fcb65f2
--- /dev/null
+++ b/world/map/data/051-3.wlk
Binary files differ
diff --git a/world/map/data/052-1.wlk b/world/map/data/052-1.wlk
new file mode 100644
index 00000000..64f84567
--- /dev/null
+++ b/world/map/data/052-1.wlk
Binary files differ
diff --git a/world/map/data/052-2.wlk b/world/map/data/052-2.wlk
new file mode 100644
index 00000000..042203c4
--- /dev/null
+++ b/world/map/data/052-2.wlk
Binary files differ
diff --git a/world/map/data/resnametable.txt b/world/map/data/resnametable.txt
index 5888e51e..b1796af5 100644
--- a/world/map/data/resnametable.txt
+++ b/world/map/data/resnametable.txt
@@ -94,6 +94,10 @@
047-1.gat#047-1.wlk#
048-1.gat#048-1.wlk#
048-2.gat#048-2.wlk#
+051-1.gat#051-1.wlk#
+051-3.gat#051-3.wlk#
+052-1.gat#052-1.wlk#
+052-2.gat#052-2.wlk#
055-1.gat#055-1.wlk#
055-3.gat#055-3.wlk#
056-1.gat#056-1.wlk#
diff --git a/world/map/npc/051-1/_import.txt b/world/map/npc/051-1/_import.txt
new file mode 100644
index 00000000..5c7a5118
--- /dev/null
+++ b/world/map/npc/051-1/_import.txt
@@ -0,0 +1,5 @@
+// Map 051-1: Illia outskirts
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+map: 051-1.gat
+npc: npc/051-1/_mobs.txt
+npc: npc/051-1/_warps.txt
diff --git a/world/map/npc/051-1/_mobs.txt b/world/map/npc/051-1/_mobs.txt
new file mode 100644
index 00000000..4635bed0
--- /dev/null
+++ b/world/map/npc/051-1/_mobs.txt
@@ -0,0 +1,20 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// Illia outskirts mobs
+
+051-1.gat,42,35,42,24|monster|Log Head|1025,30,100000,30000,Mob051-1::On1025
+051-1.gat,42,35,41,22|monster|Spiky Mushroom|1019,10,100000,30000,Mob051-1::On1019
+
+
+051-1.gat,0,0,0|script|Mob051-1|-1,{
+On1019:
+ set @mobID, 1019;
+ callfunc "MobPoints";
+ end;
+
+On1025:
+ set @mobID, 1025;
+ callfunc "MobPoints";
+ end;
+
+ end;
+}
diff --git a/world/map/npc/051-1/_warps.txt b/world/map/npc/051-1/_warps.txt
new file mode 100644
index 00000000..2995487b
--- /dev/null
+++ b/world/map/npc/051-1/_warps.txt
@@ -0,0 +1,3 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// Illia outskirts warps
+
diff --git a/world/map/npc/051-3/_import.txt b/world/map/npc/051-3/_import.txt
new file mode 100644
index 00000000..f46391fd
--- /dev/null
+++ b/world/map/npc/051-3/_import.txt
@@ -0,0 +1,5 @@
+// Map 051-3: Illia Bandit Cave
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+map: 051-3.gat
+npc: npc/051-3/_mobs.txt
+npc: npc/051-3/_warps.txt
diff --git a/world/map/npc/051-3/_mobs.txt b/world/map/npc/051-3/_mobs.txt
new file mode 100644
index 00000000..115593af
--- /dev/null
+++ b/world/map/npc/051-3/_mobs.txt
@@ -0,0 +1,64 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// Illia Bandit Cave mobs
+
+051-3.gat,31,52,21,13|monster|Red Slime|1008,8,100000,30000,Mob051-3::On1008
+051-3.gat,31,52,19,14|monster|Cave Maggot|1056,3,100000,30000,Mob051-3::On1056
+051-3.gat,56,102,3,2|monster|Spider|1012,1,100000,250000,Mob051-3::On1012
+051-3.gat,61,102,2,2|monster|Spider|1012,1,100000,250000,Mob051-3::On1012
+051-3.gat,65,102,2,2|monster|Spider|1012,1,100000,250000,Mob051-3::On1012
+051-3.gat,71,109,4,2|monster|Black Scorpion|1009,1,100000,250000,Mob051-3::On1009
+051-3.gat,59,56,12,36|monster|Bandit|1064,47,100000,10000,Mob051-3::On1064
+051-3.gat,59,44,13,13|monster|Bandit Lord|1065,4,100000,20000,Mob051-3::On1065
+051-3.gat,60,69,18,9|monster|Bandit Lord|1065,4,100000,20000,Mob051-3::On1065
+051-3.gat,63,94,0,0|monster|Sleeping Bandit|1099,1,100000,60000,Mob051-3::On1099
+051-3.gat,53,93,0,0|monster|Sleeping Bandit|1099,1,100000,60000,Mob051-3::On1099
+051-3.gat,48,71,0,0|monster|Sleeping Bandit|1099,1,100000,60000,Mob051-3::On1099
+051-3.gat,38,30,17,12|monster|Bandit|1064,12,100000,10000,Mob051-3::On1064
+051-3.gat,39,33,11,8|monster|Bandit Lord|1065,2,100000,20000,Mob051-3::On1065
+051-3.gat,80,101,10,12|monster|Copper Slime|1098,7,100000,60000,Mob051-3::On1098
+051-3.gat,60,94,18,5|monster|Copper Slime|1098,7,100000,60000,Mob051-3::On1098
+
+
+051-3.gat,0,0,0|script|Mob051-3|-1,{
+On1008:
+ set @mobID, 1008;
+ callfunc "MobPoints";
+ end;
+
+On1009:
+ set @mobID, 1009;
+ callfunc "MobPoints";
+ end;
+
+On1012:
+ set @mobID, 1012;
+ callfunc "MobPoints";
+ end;
+
+On1056:
+ set @mobID, 1056;
+ callfunc "MobPoints";
+ end;
+
+On1064:
+ set @mobID, 1064;
+ callfunc "MobPoints";
+ end;
+
+On1065:
+ set @mobID, 1065;
+ callfunc "MobPoints";
+ end;
+
+On1098:
+ set @mobID, 1098;
+ callfunc "MobPoints";
+ end;
+
+On1099:
+ set @mobID, 1099;
+ callfunc "MobPoints";
+ end;
+
+ end;
+}
diff --git a/world/map/npc/051-3/_warps.txt b/world/map/npc/051-3/_warps.txt
new file mode 100644
index 00000000..49de88ef
--- /dev/null
+++ b/world/map/npc/051-3/_warps.txt
@@ -0,0 +1,3 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// Illia Bandit Cave warps
+
diff --git a/world/map/npc/052-1/_import.txt b/world/map/npc/052-1/_import.txt
new file mode 100644
index 00000000..29240d1c
--- /dev/null
+++ b/world/map/npc/052-1/_import.txt
@@ -0,0 +1,5 @@
+// Map 052-1: Illia archipelago
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+map: 052-1.gat
+npc: npc/052-1/_mobs.txt
+npc: npc/052-1/_warps.txt
diff --git a/world/map/npc/052-1/_mobs.txt b/world/map/npc/052-1/_mobs.txt
new file mode 100644
index 00000000..81068dd7
--- /dev/null
+++ b/world/map/npc/052-1/_mobs.txt
@@ -0,0 +1,14 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// Illia archipelago mobs
+
+052-1.gat,55,29,43,39|monster|Azul Slime|1100,18,100000,20000,Mob052-1::On1100
+
+
+052-1.gat,0,0,0|script|Mob052-1|-1,{
+On1100:
+ set @mobID, 1100;
+ callfunc "MobPoints";
+ end;
+
+ end;
+}
diff --git a/world/map/npc/052-1/_warps.txt b/world/map/npc/052-1/_warps.txt
new file mode 100644
index 00000000..7318be9e
--- /dev/null
+++ b/world/map/npc/052-1/_warps.txt
@@ -0,0 +1,3 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// Illia archipelago warps
+
diff --git a/world/map/npc/052-2/_import.txt b/world/map/npc/052-2/_import.txt
new file mode 100644
index 00000000..9926e305
--- /dev/null
+++ b/world/map/npc/052-2/_import.txt
@@ -0,0 +1,5 @@
+// Map 052-2: Illia forsaken inn
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+map: 052-2.gat
+npc: npc/052-2/_mobs.txt
+npc: npc/052-2/_warps.txt
diff --git a/world/map/npc/052-2/_mobs.txt b/world/map/npc/052-2/_mobs.txt
new file mode 100644
index 00000000..8ce33c63
--- /dev/null
+++ b/world/map/npc/052-2/_mobs.txt
@@ -0,0 +1,8 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// Illia forsaken inn mobs
+
+
+
+052-2.gat,0,0,0|script|Mob052-2|-1,{
+ end;
+}
diff --git a/world/map/npc/052-2/_warps.txt b/world/map/npc/052-2/_warps.txt
new file mode 100644
index 00000000..7f2c297f
--- /dev/null
+++ b/world/map/npc/052-2/_warps.txt
@@ -0,0 +1,3 @@
+// This file is generated automatically. All manually changes will be removed when running the Converter.
+// Illia forsaken inn warps
+
diff --git a/world/map/npc/_import.txt b/world/map/npc/_import.txt
index f16c4739..c16ab26e 100644
--- a/world/map/npc/_import.txt
+++ b/world/map/npc/_import.txt
@@ -94,6 +94,10 @@ import: npc/046-3/_import.txt
import: npc/047-1/_import.txt
import: npc/048-1/_import.txt
import: npc/048-2/_import.txt
+import: npc/051-1/_import.txt
+import: npc/051-3/_import.txt
+import: npc/052-1/_import.txt
+import: npc/052-2/_import.txt
import: npc/055-1/_import.txt
import: npc/055-3/_import.txt
import: npc/056-1/_import.txt