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/043-3/_import.txt | 5 +++++ world/map/npc/043-3/_mobs.txt | 42 +++++++++++++++++++++++++++++++++++++++++ world/map/npc/043-3/_warps.txt | 4 ++++ 3 files changed, 51 insertions(+) create mode 100644 world/map/npc/043-3/_import.txt create mode 100644 world/map/npc/043-3/_mobs.txt create mode 100644 world/map/npc/043-3/_warps.txt (limited to 'world/map/npc/043-3') diff --git a/world/map/npc/043-3/_import.txt b/world/map/npc/043-3/_import.txt new file mode 100644 index 00000000..027beecc --- /dev/null +++ b/world/map/npc/043-3/_import.txt @@ -0,0 +1,5 @@ +// Map 043-3: Cave +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 043-3.gat +npc: npc/043-3/_mobs.txt +npc: npc/043-3/_warps.txt diff --git a/world/map/npc/043-3/_mobs.txt b/world/map/npc/043-3/_mobs.txt new file mode 100644 index 00000000..30362328 --- /dev/null +++ b/world/map/npc/043-3/_mobs.txt @@ -0,0 +1,42 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Cave mobs + +043-3.gat,39,45,24,17|monster|CaveMaggot|1056,6,20000,20000,Mob043-3::On1056 +043-3.gat,44,60,24,17|monster|CaveMaggot|1056,6,20000,20000,Mob043-3::On1056 +043-3.gat,41,96,34,26|monster|CaveMaggot|1056,10,20000,20000,Mob043-3::On1056 +043-3.gat,52,91,6,7|monster|AngryScorpion|1057,5,30000,30000,Mob043-3::On1057 +043-3.gat,102,116,26,19|monster|AngryFireGoblin|1108,10,30000,30000,Mob043-3::On1108 +043-3.gat,33,99,6,7|monster|AngryScorpion|1057,5,30000,30000,Mob043-3::On1057 +043-3.gat,116,78,25,19|monster|AngryFireGoblin|1108,8,30000,30000,Mob043-3::On1108 +043-3.gat,113,47,30,22|monster|RedSlime|1008,15,45000,35000,Mob043-3::On1008 +043-3.gat,94,44,40,18|monster|GreenSlime|1005,5,30000,15000,Mob043-3::On1005 + + +043-3.gat,0,0,0|script|Mob043-3|-1,{ +On1005: + set @mobID, 1005; + callfunc "MobPoints"; + end; + +On1008: + set @mobID, 1008; + callfunc "MobPoints"; + end; + +On1056: + set @mobID, 1056; + callfunc "MobPoints"; + end; + +On1057: + set @mobID, 1057; + callfunc "MobPoints"; + end; + +On1108: + set @mobID, 1108; + callfunc "MobPoints"; + end; + + end; +} diff --git a/world/map/npc/043-3/_warps.txt b/world/map/npc/043-3/_warps.txt new file mode 100644 index 00000000..244d5564 --- /dev/null +++ b/world/map/npc/043-3/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Cave warps + +043-3.gat,32,36|warp|To Beach|0,-1,043-1.gat,52,39 -- cgit v1.2.3-60-g2f50