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/032-3/_import.txt | 5 ++++ world/map/npc/032-3/_mobs.txt | 63 +++++++++++++++++++++++++++++++++++++++++ world/map/npc/032-3/_warps.txt | 5 ++++ 3 files changed, 73 insertions(+) create mode 100644 world/map/npc/032-3/_import.txt create mode 100644 world/map/npc/032-3/_mobs.txt create mode 100644 world/map/npc/032-3/_warps.txt (limited to 'world/map/npc/032-3') diff --git a/world/map/npc/032-3/_import.txt b/world/map/npc/032-3/_import.txt new file mode 100644 index 00000000..67304eae --- /dev/null +++ b/world/map/npc/032-3/_import.txt @@ -0,0 +1,5 @@ +// Map 032-3: Cave +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 032-3.gat +npc: npc/032-3/_mobs.txt +npc: npc/032-3/_warps.txt diff --git a/world/map/npc/032-3/_mobs.txt b/world/map/npc/032-3/_mobs.txt new file mode 100644 index 00000000..0e5fc998 --- /dev/null +++ b/world/map/npc/032-3/_mobs.txt @@ -0,0 +1,63 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Cave mobs + +032-3.gat,90,44,9,10 monster Sceleton 1043,3,30000,100000,Mob032-3::On1043 +032-3.gat,44,23,29,22 monster MountainSnake 1026,7,30000,100000,Mob032-3::On1026 +032-3.gat,125,46,35,75 monster MountainSnake 1010,13,30000,100000,Mob032-3::On1010 +032-3.gat,80,44,9,10 monster BlackScorpion 1009,5,30000,100000,Mob032-3::On1009 +032-3.gat,85,33,9,10 monster Spider 1012,5,30000,100000,Mob032-3::On1012 +032-3.gat,83,18,37,9 monster Archant 1060,8,30000,100000,Mob032-3::On1060 +032-3.gat,78,76,24,21 monster Archant 1060,8,30000,100000,Mob032-3::On1060 +032-3.gat,25,76,24,21 monster YellowSlime 1007,11,300000,1000000,Mob032-3::On1007 +032-3.gat,46,51,34,18 monster CaveMaggot 1056,11,30000,100000,Mob032-3::On1056 +032-3.gat,0,0,0,0 monster Bat 1017,25,30000,100000,Mob032-3::On1017 + + +032-3.gat,0,0,0 script Mob032-3 -1,{ +On1007: + set @mobID, 1007; + callfunc "MobPoints"; + break; + +On1009: + set @mobID, 1009; + callfunc "MobPoints"; + break; + +On1010: + set @mobID, 1010; + callfunc "MobPoints"; + break; + +On1012: + set @mobID, 1012; + callfunc "MobPoints"; + break; + +On1017: + set @mobID, 1017; + callfunc "MobPoints"; + break; + +On1026: + set @mobID, 1026; + callfunc "MobPoints"; + break; + +On1043: + set @mobID, 1043; + callfunc "MobPoints"; + break; + +On1056: + set @mobID, 1056; + callfunc "MobPoints"; + break; + +On1060: + set @mobID, 1060; + callfunc "MobPoints"; + break; + + end; +} diff --git a/world/map/npc/032-3/_warps.txt b/world/map/npc/032-3/_warps.txt new file mode 100644 index 00000000..e84a8da2 --- /dev/null +++ b/world/map/npc/032-3/_warps.txt @@ -0,0 +1,5 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Cave warps + +032-3.gat,128,33 warp ToDesert -1,-1,006-1.gat,30,124 +032-3.gat,56,61 warp toDesert -1,-1,032-1.gat,64,53 -- cgit v1.2.3-60-g2f50