From c440eb273ff4dfeaccf62949629d8a4a606e72bf Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Fri, 21 Jun 2013 22:43:54 +0200 Subject: Run 'make maps' for map changes and additions in and around Tulimshar. Updated submodule pointer. --- world/map/npc/002-5/_import.txt | 7 ++++++ world/map/npc/002-5/_mobs.txt | 50 +++++++++++++++++++++++++++++++++++++++++ world/map/npc/002-5/_warps.txt | 4 ++++ 3 files changed, 61 insertions(+) create mode 100644 world/map/npc/002-5/_import.txt create mode 100644 world/map/npc/002-5/_mobs.txt create mode 100644 world/map/npc/002-5/_warps.txt (limited to 'world/map/npc/002-5') diff --git a/world/map/npc/002-5/_import.txt b/world/map/npc/002-5/_import.txt new file mode 100644 index 00000000..e12c5372 --- /dev/null +++ b/world/map/npc/002-5/_import.txt @@ -0,0 +1,7 @@ +// Map 002-5: Deep Desert Mines +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 002-5.gat +npc: npc/002-5/_mobs.txt +npc: npc/002-5/_warps.txt +npc: npc/002-5/chest.txt +npc: npc/002-5/sema.txt diff --git a/world/map/npc/002-5/_mobs.txt b/world/map/npc/002-5/_mobs.txt new file mode 100644 index 00000000..2fbad511 --- /dev/null +++ b/world/map/npc/002-5/_mobs.txt @@ -0,0 +1,50 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Deep Desert Mines mobs + +002-5.gat,37,89,12,7|monster|AngryFireGoblin|1108,3,100000,30000,Mob002-5::On1108 +002-5.gat,33,76,3,11|monster|CaveMaggot|1056,3,100000,30000,Mob002-5::On1056 +002-5.gat,40,68,7,5|monster|AngryScorpion|1057,3,100000,30000,Mob002-5::On1057 +002-5.gat,40,38,18,5|monster|Archant|1060,3,100000,30000,Mob002-5::On1060 +002-5.gat,56,97,2,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060 +002-5.gat,68,100,12,2|monster|YellowSlime|1007,4,100000,30000,Mob002-5::On1007 +002-5.gat,91,80,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060 +002-5.gat,89,94,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060 +002-5.gat,74,78,1,5|monster|Archant|1060,2,100000,30000,Mob002-5::On1060 +002-5.gat,94,72,2,4|monster|Archant|1060,1,100000,30000,Mob002-5::On1060 +002-5.gat,90,61,6,2|monster|YellowSlime|1007,1,100000,30000,Mob002-5::On1007 +002-5.gat,74,35,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060 +002-5.gat,84,33,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060 +002-5.gat,84,46,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060 +002-5.gat,99,38,1,5|monster|Archant|1060,1,100000,30000,Mob002-5::On1060 +002-5.gat,93,38,8,2|monster|YellowSlime|1007,2,100000,30000,Mob002-5::On1007 +002-5.gat,62,62,5,43|monster|AngryFireGoblin|1108,3,100000,30000,Mob002-5::On1108 + + +002-5.gat,0,0,0|script|Mob002-5|-1,{ +On1007: + set @mobID, 1007; + callfunc "MobPoints"; + end; + +On1056: + set @mobID, 1056; + callfunc "MobPoints"; + end; + +On1057: + set @mobID, 1057; + callfunc "MobPoints"; + end; + +On1060: + set @mobID, 1060; + callfunc "MobPoints"; + end; + +On1108: + set @mobID, 1108; + callfunc "MobPoints"; + end; + + end; +} diff --git a/world/map/npc/002-5/_warps.txt b/world/map/npc/002-5/_warps.txt new file mode 100644 index 00000000..a7f33af9 --- /dev/null +++ b/world/map/npc/002-5/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Deep Desert Mines warps + +002-5.gat,34,98|warp|To Second Level|-1,-1,002-4.gat,68,99 -- cgit v1.2.3-60-g2f50