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/npc/051-3/_import.txt | 5 ++++ world/map/npc/051-3/_mobs.txt | 64 +++++++++++++++++++++++++++++++++++++++++ world/map/npc/051-3/_warps.txt | 3 ++ 3 files changed, 72 insertions(+) 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 (limited to 'world/map/npc/051-3') 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 + -- cgit v1.2.3-60-g2f50