From bae4b92e560c2694eaaf0e8b4d9e95e56204471b Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sat, 18 Jun 2011 21:58:47 -0700 Subject: Move to a subdirectory --- world/map/npc/004-1/_import.txt | 5 +++++ world/map/npc/004-1/_mobs.txt | 35 +++++++++++++++++++++++++++++++++++ world/map/npc/004-1/_warps.txt | 8 ++++++++ 3 files changed, 48 insertions(+) create mode 100644 world/map/npc/004-1/_import.txt create mode 100644 world/map/npc/004-1/_mobs.txt create mode 100644 world/map/npc/004-1/_warps.txt (limited to 'world/map/npc/004-1') diff --git a/world/map/npc/004-1/_import.txt b/world/map/npc/004-1/_import.txt new file mode 100644 index 00000000..441b28ba --- /dev/null +++ b/world/map/npc/004-1/_import.txt @@ -0,0 +1,5 @@ +// Map 004-1: Beach +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 004-1.gat +npc: npc/004-1/_mobs.txt +npc: npc/004-1/_warps.txt diff --git a/world/map/npc/004-1/_mobs.txt b/world/map/npc/004-1/_mobs.txt new file mode 100644 index 00000000..07f32beb --- /dev/null +++ b/world/map/npc/004-1/_mobs.txt @@ -0,0 +1,35 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Beach mobs + +004-1.gat,39,57,8,29 monster Sea slime 1033,5,100000,30000,Mob004-1::On1033 +004-1.gat,33,83,9,40 monster Sea Slime 1033,11,100000,30000,Mob004-1::On1033 +004-1.gat,28,103,11,14 monster Sea slime 1033,7,100000,30000,Mob004-1::On1033 +004-1.gat,71,103,27,19 monster Giant maggot 1006,5,100000,30000,Mob004-1::On1006 +004-1.gat,76,68,21,49 monster Red scorpion 1004,13,100000,30000,Mob004-1::On1004 +004-1.gat,68,25,19,10 monster Giant maggot 1006,2,100000,30000,Mob004-1::On1006 +004-1.gat,93,27,2,3 monster Black scorpion 1009,1,120000,60000,Mob004-1::On1009 + + +004-1.gat,0,0,0 script Mob004-1 -1,{ +On1004: + set @mobID, 1004; + callfunc "MobPoints"; + break; + +On1006: + set @mobID, 1006; + callfunc "MobPoints"; + break; + +On1009: + set @mobID, 1009; + callfunc "MobPoints"; + break; + +On1033: + set @mobID, 1033; + callfunc "MobPoints"; + break; + + end; +} diff --git a/world/map/npc/004-1/_warps.txt b/world/map/npc/004-1/_warps.txt new file mode 100644 index 00000000..eb232ec8 --- /dev/null +++ b/world/map/npc/004-1/_warps.txt @@ -0,0 +1,8 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Beach warps + +004-1.gat,84,113 warp ToSandstorm 1,-1,002-1.gat,29,15 +004-1.gat,37,111 warp ToBeach 1,-1,003-1.gat,141,21 +004-1.gat,80,31 warp ToHouse -1,-1,004-2.gat,21,28 +004-1.gat,86,27 warp To2ndFloor -1,-1,004-2.gat,57,65 +004-1.gat,68,19 warp to041-1 1,-1,041-1.gat,76,94 -- cgit v1.2.3-60-g2f50