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/021-3/_import.txt | 5 +++++ world/map/npc/021-3/_mobs.txt | 49 +++++++++++++++++++++++++++++++++++++++++ world/map/npc/021-3/_warps.txt | 6 +++++ 3 files changed, 60 insertions(+) create mode 100644 world/map/npc/021-3/_import.txt create mode 100644 world/map/npc/021-3/_mobs.txt create mode 100644 world/map/npc/021-3/_warps.txt (limited to 'world/map/npc/021-3') diff --git a/world/map/npc/021-3/_import.txt b/world/map/npc/021-3/_import.txt new file mode 100644 index 00000000..544afc3a --- /dev/null +++ b/world/map/npc/021-3/_import.txt @@ -0,0 +1,5 @@ +// Map 021-3: Central Tulimshar Sewers +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 021-3.gat +npc: npc/021-3/_mobs.txt +npc: npc/021-3/_warps.txt diff --git a/world/map/npc/021-3/_mobs.txt b/world/map/npc/021-3/_mobs.txt new file mode 100644 index 00000000..17ddb550 --- /dev/null +++ b/world/map/npc/021-3/_mobs.txt @@ -0,0 +1,49 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Central Tulimshar Sewers mobs + +021-3.gat,120,130,20,21|monster|AngrySeaSlime|1109,6,150000,100000,Mob021-3::On1109 +021-3.gat,53,130,20,21|monster|AngrySeaSlime|1109,6,150000,100000,Mob021-3::On1109 +021-3.gat,128,69,27,7|monster|AngrySeaSlime|1109,6,150000,100000,Mob021-3::On1109 +021-3.gat,120,38,11,8|monster|CaveMaggot|1056,5,100000,30000,Mob021-3::On1056 +021-3.gat,103,58,8,3|monster|CaveMaggot|1056,5,100000,30000,Mob021-3::On1056 +021-3.gat,80,98,34,31|monster|CaveMaggot|1056,5,100000,30000,Mob021-3::On1056 +021-3.gat,129,82,8,3|monster|CaveMaggot|1056,5,100000,30000,Mob021-3::On1056 +021-3.gat,140,38,16,8|monster|AngryFireGoblin|1108,3,100000,30000,Mob021-3::On1108 +021-3.gat,79,98,33,31|monster|BlackScorpion|1009,4,100000,1800000,Mob021-3::On1009 +021-3.gat,52,53,2,17|monster|Snake|1010,2,40000,50000,Mob021-3::On1010 +021-3.gat,93,31,28,22|monster|SeaSlime|1033,6,100000,30000,Mob021-3::On1033 + + +021-3.gat,0,0,0|script|Mob021-3|-1,{ +On1009: + set @mobID, 1009; + callfunc "MobPoints"; + end; + +On1010: + set @mobID, 1010; + callfunc "MobPoints"; + end; + +On1033: + set @mobID, 1033; + callfunc "MobPoints"; + end; + +On1056: + set @mobID, 1056; + callfunc "MobPoints"; + end; + +On1108: + set @mobID, 1108; + callfunc "MobPoints"; + end; + +On1109: + set @mobID, 1109; + callfunc "MobPoints"; + end; + + end; +} diff --git a/world/map/npc/021-3/_warps.txt b/world/map/npc/021-3/_warps.txt new file mode 100644 index 00000000..bf25a15b --- /dev/null +++ b/world/map/npc/021-3/_warps.txt @@ -0,0 +1,6 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Central Tulimshar Sewers warps + +021-3.gat,144,131|warp|To Central Tulimshar|-1,-1,021-1.gat,147,137 +021-3.gat,125,41|warp|To Central Tulimshar|-1,-1,021-1.gat,124,39 +021-3.gat,53,103|warp|To Central Tulimshar|-1,-1,021-1.gat,50,105 -- cgit v1.2.3-60-g2f50