From 7ee83b0c4277e50c473a70138f1fd8e1b99b8acd Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Sun, 16 Dec 2012 18:35:28 +0100 Subject: Run 'make maps' for the Illia maps --- world/map/data/051-1.wlk | Bin 0 -> 15204 bytes world/map/data/051-3.wlk | Bin 0 -> 14954 bytes world/map/data/052-1.wlk | Bin 0 -> 8004 bytes world/map/data/052-2.wlk | Bin 0 -> 15004 bytes world/map/data/resnametable.txt | 4 +++ world/map/npc/051-1/_import.txt | 5 ++++ world/map/npc/051-1/_mobs.txt | 20 +++++++++++++ world/map/npc/051-1/_warps.txt | 3 ++ world/map/npc/051-3/_import.txt | 5 ++++ world/map/npc/051-3/_mobs.txt | 64 ++++++++++++++++++++++++++++++++++++++++ world/map/npc/051-3/_warps.txt | 3 ++ world/map/npc/052-1/_import.txt | 5 ++++ world/map/npc/052-1/_mobs.txt | 14 +++++++++ world/map/npc/052-1/_warps.txt | 3 ++ world/map/npc/052-2/_import.txt | 5 ++++ world/map/npc/052-2/_mobs.txt | 8 +++++ world/map/npc/052-2/_warps.txt | 3 ++ world/map/npc/_import.txt | 4 +++ 18 files changed, 146 insertions(+) create mode 100644 world/map/data/051-1.wlk create mode 100644 world/map/data/051-3.wlk create mode 100644 world/map/data/052-1.wlk create mode 100644 world/map/data/052-2.wlk create mode 100644 world/map/npc/051-1/_import.txt create mode 100644 world/map/npc/051-1/_mobs.txt create mode 100644 world/map/npc/051-1/_warps.txt create mode 100644 world/map/npc/051-3/_import.txt create mode 100644 world/map/npc/051-3/_mobs.txt create mode 100644 world/map/npc/051-3/_warps.txt create mode 100644 world/map/npc/052-1/_import.txt create mode 100644 world/map/npc/052-1/_mobs.txt create mode 100644 world/map/npc/052-1/_warps.txt create mode 100644 world/map/npc/052-2/_import.txt create mode 100644 world/map/npc/052-2/_mobs.txt create mode 100644 world/map/npc/052-2/_warps.txt diff --git a/world/map/data/051-1.wlk b/world/map/data/051-1.wlk new file mode 100644 index 00000000..a9f5caa7 Binary files /dev/null and b/world/map/data/051-1.wlk differ diff --git a/world/map/data/051-3.wlk b/world/map/data/051-3.wlk new file mode 100644 index 00000000..8fcb65f2 Binary files /dev/null and b/world/map/data/051-3.wlk differ diff --git a/world/map/data/052-1.wlk b/world/map/data/052-1.wlk new file mode 100644 index 00000000..64f84567 Binary files /dev/null and b/world/map/data/052-1.wlk differ diff --git a/world/map/data/052-2.wlk b/world/map/data/052-2.wlk new file mode 100644 index 00000000..042203c4 Binary files /dev/null and b/world/map/data/052-2.wlk 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 -- cgit v1.2.3-60-g2f50