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/046-1/_import.txt | 5 ++++ world/map/npc/046-1/_mobs.txt | 54 +++++++++++++++++++++++++++++++++++++++++ world/map/npc/046-1/_warps.txt | 12 +++++++++ 3 files changed, 71 insertions(+) create mode 100644 world/map/npc/046-1/_import.txt create mode 100644 world/map/npc/046-1/_mobs.txt create mode 100644 world/map/npc/046-1/_warps.txt (limited to 'world/map/npc/046-1') diff --git a/world/map/npc/046-1/_import.txt b/world/map/npc/046-1/_import.txt new file mode 100644 index 00000000..9775de82 --- /dev/null +++ b/world/map/npc/046-1/_import.txt @@ -0,0 +1,5 @@ +// Map 046-1: Rock Plateau +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 046-1.gat +npc: npc/046-1/_mobs.txt +npc: npc/046-1/_warps.txt diff --git a/world/map/npc/046-1/_mobs.txt b/world/map/npc/046-1/_mobs.txt new file mode 100644 index 00000000..205ac676 --- /dev/null +++ b/world/map/npc/046-1/_mobs.txt @@ -0,0 +1,54 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Rock Plateau mobs + +046-1.gat,0,0,0,0|monster|Reinboo|1094,40,0,0,Mob046-1::On1094 +046-1.gat,0,0,0,0|monster|Fluffy|1020,50,0,0,Mob046-1::On1020 +046-1.gat,0,0,0,0|monster|Squirrel|1038,50,0,0,Mob046-1::On1038 +046-1.gat,44,28,52,20|monster|Moggun|1061,12,100000,30000,Mob046-1::On1061 +046-1.gat,0,0,0,0|monster|Yeti|1072,2,100000,30000,Mob046-1::On1072 +046-1.gat,87,94,23,13|monster|Wolvern|1090,5,100000,30000,Mob046-1::On1090 +046-1.gat,0,0,0,0|monster|White Bell|1095,9,100000,30000,Mob046-1::On1095 +046-1.gat,72,52,15,12|monster|Wolvern|1090,2,100000,30000,Mob046-1::On1090 +046-1.gat,36,105,10,9|monster|Wolvern|1090,2,100000,30000,Mob046-1::On1090 +046-1.gat,115,33,45,33|monster|Wolvern|1090,7,100000,30000,Mob046-1::On1090 +046-1.gat,145,60,10,9|monster|Wolvern|1090,2,100000,30000,Mob046-1::On1090 + + +046-1.gat,0,0,0|script|Mob046-1|-1,{ +On1020: + set @mobID, 1020; + callfunc "MobPoints"; + end; + +On1038: + set @mobID, 1038; + callfunc "MobPoints"; + end; + +On1061: + set @mobID, 1061; + 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/046-1/_warps.txt b/world/map/npc/046-1/_warps.txt new file mode 100644 index 00000000..3624ae0b --- /dev/null +++ b/world/map/npc/046-1/_warps.txt @@ -0,0 +1,12 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Rock Plateau warps + +046-1.gat,95,117|warp|ToSnowForest|0,-1,034-1.gat,94,19 +046-1.gat,29,13|warp|ToHighlands1|-1,-1,047-1.gat,29,112 +046-1.gat,31,13|warp|ToHighlands1|-1,-1,047-1.gat,31,112 +046-1.gat,78,30|warp|ToFrostyUnderground|-1,-1,046-3.gat,78,29 +046-1.gat,131,48|warp|ToFrostyUnderground|-1,-1,046-3.gat,131,47 +046-1.gat,131,55|warp|ToFrostyUnderground|-1,-1,046-3.gat,131,54 +046-1.gat,139,19|warp|ToFrostyUnderground|-1,-1,046-3.gat,139,18 +046-1.gat,83,43|warp|ToFrostyUnderground|-1,-1,046-3.gat,83,42 +046-1.gat,124,109|warp|ToFrostyUnderground|-1,-1,046-3.gat,124,108 -- cgit v1.2.3-60-g2f50