From 82ae61eae9e12de70bc463cc3bfbc6bdd9c454b1 Mon Sep 17 00:00:00 2001 From: wushin Date: Fri, 11 Apr 2014 11:54:20 -0500 Subject: Adding new Maps Adding Collision Files for Maps Mapflags to for Local Respawns Base Autogenerated files for New Maps / Respawns. --- world/map/npc/004-5/_import.txt | 5 +++++ world/map/npc/004-5/_mobs.txt | 36 ++++++++++++++++++++++++++++++++++++ world/map/npc/004-5/_warps.txt | 4 ++++ 3 files changed, 45 insertions(+) create mode 100644 world/map/npc/004-5/_import.txt create mode 100644 world/map/npc/004-5/_mobs.txt create mode 100644 world/map/npc/004-5/_warps.txt (limited to 'world/map/npc/004-5') diff --git a/world/map/npc/004-5/_import.txt b/world/map/npc/004-5/_import.txt new file mode 100644 index 00000000..6e7b0691 --- /dev/null +++ b/world/map/npc/004-5/_import.txt @@ -0,0 +1,5 @@ +// Map 004-5: Pirate Den +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 004-5.gat +npc: npc/004-5/_mobs.txt +npc: npc/004-5/_warps.txt diff --git a/world/map/npc/004-5/_mobs.txt b/world/map/npc/004-5/_mobs.txt new file mode 100644 index 00000000..3c636b8e --- /dev/null +++ b/world/map/npc/004-5/_mobs.txt @@ -0,0 +1,36 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Pirate Den mobs + +004-5.gat,41,70,6,5|monster|Grenadier|1121,1,100000,30000,Mob004-5::On1121 +004-5.gat,41,70,7,3|monster|Swashbuckler|1120,2,100000,30000,Mob004-5::On1120 +004-5.gat,40,70,8,2|monster|Thug|1119,2,100000,30000,Mob004-5::On1119 +004-5.gat,35,86,6,5|monster|Grenadier|1121,1,100000,30000,Mob004-5::On1121 +004-5.gat,34,86,8,2|monster|Thug|1119,2,100000,30000,Mob004-5::On1119 +004-5.gat,35,86,7,3|monster|Swashbuckler|1120,2,100000,30000,Mob004-5::On1120 +004-5.gat,54,38,6,5|monster|Grenadier|1121,1,100000,30000,Mob004-5::On1121 +004-5.gat,53,38,8,2|monster|Thug|1119,2,100000,30000,Mob004-5::On1119 +004-5.gat,54,38,7,3|monster|Swashbuckler|1120,2,100000,30000,Mob004-5::On1120 +004-5.gat,81,38,6,5|monster|Grenadier|1121,1,100000,30000,Mob004-5::On1121 +004-5.gat,80,38,8,2|monster|Thug|1119,2,100000,30000,Mob004-5::On1119 +004-5.gat,81,38,7,3|monster|Swashbuckler|1120,2,100000,30000,Mob004-5::On1120 + + +004-5.gat,0,0,0|script|Mob004-5|-1, +{ + end; + +On1119: + set @mobID, 1119; + callfunc "MobPoints"; + end; + +On1120: + set @mobID, 1120; + callfunc "MobPoints"; + end; + +On1121: + set @mobID, 1121; + callfunc "MobPoints"; + end; +} diff --git a/world/map/npc/004-5/_warps.txt b/world/map/npc/004-5/_warps.txt new file mode 100644 index 00000000..8c10079e --- /dev/null +++ b/world/map/npc/004-5/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Pirate Den warps + +004-5.gat,24,65|warp|To Pirates Den|-1,-1,004-4.gat,24,62 -- cgit v1.2.3-60-g2f50