From 3d0823d5c9b56be5c3892c0a4e717f961cb93e69 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Wed, 1 Jun 2011 15:27:26 -0600 Subject: Change the Converter to use different folder names And update everything to use it. --- npc/017-1/_import.txt | 6 ++++ npc/017-1/_mobs.txt | 33 ++++++++++++++++++++ npc/017-1/_warps.txt | 8 +++++ npc/017-1/monsters.txt | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 130 insertions(+) create mode 100644 npc/017-1/_import.txt create mode 100644 npc/017-1/_mobs.txt create mode 100644 npc/017-1/_warps.txt create mode 100644 npc/017-1/monsters.txt (limited to 'npc/017-1') diff --git a/npc/017-1/_import.txt b/npc/017-1/_import.txt new file mode 100644 index 00000000..41eb315e --- /dev/null +++ b/npc/017-1/_import.txt @@ -0,0 +1,6 @@ +// Map 017-1: Woodland hills +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 017-1.gat +npc: npc/017-1/_mobs.txt +npc: npc/017-1/_warps.txt +npc: npc/017-1/monsters.txt diff --git a/npc/017-1/_mobs.txt b/npc/017-1/_mobs.txt new file mode 100644 index 00000000..a28ae59b --- /dev/null +++ b/npc/017-1/_mobs.txt @@ -0,0 +1,33 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Woodland hills mobs + +017-1.gat,0,0,0,0 monster Clover 1037,2,0,1000,Mob017-1::On1037 +017-1.gat,29,29,19,12 monster GambogeHerb 2033,1,0,25000,Mob017-1::On2033 +017-1.gat,91,25,76,8 monster Loghead 2027,3,5000,60000,Mob017-1::On2027 +017-1.gat,31,48,19,12 monster Loghead 2027,3,5000,60000,Mob017-1::On2027 +017-1.gat,0,0,0,0 monster Butterfly 1055,10,30,20,Mob017-1::On1055 + + +017-1.gat,0,0,0 script Mob017-1 -1,{ +On1037: + set @mobID, 1037; + callfunc "MobPoints"; + break; + +On1055: + set @mobID, 1055; + callfunc "MobPoints"; + break; + +On2027: + set @mobID, 2027; + callfunc "MobPoints"; + break; + +On2033: + set @mobID, 2033; + callfunc "MobPoints"; + break; + + end; +} diff --git a/npc/017-1/_warps.txt b/npc/017-1/_warps.txt new file mode 100644 index 00000000..3eb1c24e --- /dev/null +++ b/npc/017-1/_warps.txt @@ -0,0 +1,8 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Woodland hills warps + +017-1.gat,46,105 warp toWoodland 2,-1,013-1.gat,45,22 +017-1.gat,43,32 warp toTheatre -1,-1,017-2.gat,26,28 +017-1.gat,76,31 warp toCave -1,-1,013-3.gat,141,147 +017-1.gat,98,20 warp toCave -1,-1,013-3.gat,173,129 +017-1.gat,97,31 warp toCave -1,-1,013-3.gat,162,168 diff --git a/npc/017-1/monsters.txt b/npc/017-1/monsters.txt new file mode 100644 index 00000000..28f2d7e2 --- /dev/null +++ b/npc/017-1/monsters.txt @@ -0,0 +1,83 @@ +// Map: 017-1 +// This is North Woodlands Mountains. +// + +017-1.gat,0,0,0,0 monster Bat 1017,5,0,0,Mob33::OnBat +017-1.gat,0,0,0,0 monster FireGoblin 1011,5,0,0,Mob33::OnFireGoblin +017-1.gat,0,0,0,0 monster Mouboo 1028,5,0,0,Mob33::OnMouboo +017-1.gat,0,0,0,0 monster PinkFlower 1014,5,0,0,Mob33::OnPinkFlower +017-1.gat,0,0,0,0 monster SpikyMushroom 1019,5,0,0,Mob33::OnSpikyMushroom +017-1.gat,0,0,0,0 monster EvilMushshroom 1013,10,0,0,Mob33::OnEvilMushroom + +017-1.gat,0,0,0,0 monster Alizarin 1032,3,0,0,Mob33::OnAlizarin +017-1.gat,0,0,0,0 monster Gamboge 1031,3,0,0,Mob33::OnGamboge +017-1.gat,0,0,0,0 monster Cobalt 1030,3,0,0,Mob33::OnCobalt +017-1.gat,0,0,0,0 monster Mauve 1029,5,0,0,Mob33::OnMauve + +017-1.gat,0,0,0,0 monster SilkWorm 1035,10,0,0,Mob33::OnSilkWorm + +017-1.gat,0,0,0,0 monster Squirrel 1038,30,20,10,Mob33::OnSquirrel + +017-1.gat,0,0,0 script Mob33 -1,{ +OnBat: + set @mobID, 1017; + callfunc "MobPoints"; + break; + +OnFireGoblin: + set @mobID, 1011; + callfunc "MobPoints"; + break; + +OnMouboo: + set @mobID, 1028; + callfunc "MobPoints"; + break; + +OnPinkFlower: + set @mobID, 1014; + callfunc "MobPoints"; + break; + +OnSpikyMushroom: + set @mobID, 1019; + callfunc "MobPoints"; + break; + +OnEvilMushroom: + set @mobID, 1013; + callfunc "MobPoints"; + break; + +OnAlizarin: + set @mobID, 1032; + callfunc "MobPoints"; + break; + +OnGamboge: + set @mobID, 1031; + callfunc "MobPoints"; + break; + +OnCobalt: + set @mobID, 1030; + callfunc "MobPoints"; + break; + +OnMauve: + set @mobID, 1029; + callfunc "MobPoints"; + break; + +OnSilkWorm: + set @mobID, 1035; + callfunc "MobPoints"; + break; + +OnSquirrel: + set @mobID, 1038; + callfunc "MobPoints"; + break; + + end; +} -- cgit v1.2.3-70-g09d2