From 50f774a4bd3108b58a003fd4904bbbb574dfbbca Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Sat, 31 Mar 2012 20:26:20 +0200 Subject: Adding several snow maps. Converter ran, submodule pointer updated. --- world/map/npc/047-1/_import.txt | 5 +++++ world/map/npc/047-1/_mobs.txt | 47 +++++++++++++++++++++++++++++++++++++++++ world/map/npc/047-1/_warps.txt | 7 ++++++ 3 files changed, 59 insertions(+) create mode 100644 world/map/npc/047-1/_import.txt create mode 100644 world/map/npc/047-1/_mobs.txt create mode 100644 world/map/npc/047-1/_warps.txt (limited to 'world/map/npc/047-1') diff --git a/world/map/npc/047-1/_import.txt b/world/map/npc/047-1/_import.txt new file mode 100644 index 00000000..5da48aa6 --- /dev/null +++ b/world/map/npc/047-1/_import.txt @@ -0,0 +1,5 @@ +// Map 047-1: Highlands +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 047-1.gat +npc: npc/047-1/_mobs.txt +npc: npc/047-1/_warps.txt diff --git a/world/map/npc/047-1/_mobs.txt b/world/map/npc/047-1/_mobs.txt new file mode 100644 index 00000000..2b7a9c3e --- /dev/null +++ b/world/map/npc/047-1/_mobs.txt @@ -0,0 +1,47 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Highlands mobs + +047-1.gat,0,0,0,0|monster|Reinboo|1094,20,0,0,Mob047-1::On1094 +047-1.gat,0,0,0,0|monster|Fluffy|1020,25,0,0,Mob047-1::On1020 +047-1.gat,0,0,0,0|monster|White Bell|1095,4,100000,30000,Mob047-1::On1095 +047-1.gat,0,0,0,0|monster|Squirrel|1038,25,0,0,Mob047-1::On1038 +047-1.gat,19,57,1,1|monster|Yeti|1072,1,100000,30000,Mob047-1::On1072 +047-1.gat,106,26,23,13|monster|Wolvern|1090,4,100000,30000,Mob047-1::On1090 +047-1.gat,30,79,22,27|monster|Wolvern|1090,4,100000,30000,Mob047-1::On1090 +047-1.gat,122,65,23,13|monster|Wolvern|1090,4,100000,30000,Mob047-1::On1090 +047-1.gat,56,29,23,13|monster|Wolvern|1090,4,100000,30000,Mob047-1::On1090 + + +047-1.gat,0,0,0|script|Mob047-1|-1,{ +On1020: + set @mobID, 1020; + callfunc "MobPoints"; + end; + +On1038: + set @mobID, 1038; + callfunc "MobPoints"; + end; + +On1072: + set @mobID, 1072; + callfunc "MobPoints"; + end; + +On1090: + set @mobID, 1090; + callfunc "MobPoints"; + end; + +On1094: + set @mobID, 1094; + callfunc "MobPoints"; + end; + +On1095: + set @mobID, 1095; + callfunc "MobPoints"; + end; + + end; +} diff --git a/world/map/npc/047-1/_warps.txt b/world/map/npc/047-1/_warps.txt new file mode 100644 index 00000000..96ad19ed --- /dev/null +++ b/world/map/npc/047-1/_warps.txt @@ -0,0 +1,7 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Highlands warps + +047-1.gat,29,113|warp|ToRockPlateau|-1,-1,046-1.gat,29,14 +047-1.gat,31,113|warp|ToRockPlateau|-1,-1,046-1.gat,31,14 +047-1.gat,20,76|warp|ToSage|-1,0,048-1.gat,155,75 +047-1.gat,19,63|warp|ToSage|-1,0,048-1.gat,154,62 -- cgit v1.2.3-60-g2f50