diff --git a/scripts/mobiles/spawnareas/naboo_lair_center_2.py b/scripts/mobiles/spawnareas/naboo_lair_center_2.py new file mode 100644 index 00000000..23956c92 --- /dev/null +++ b/scripts/mobiles/spawnareas/naboo_lair_center_2.py @@ -0,0 +1,6 @@ +# Spawn Area file created with PSWG Planetary Spawn Tool +import sys + +def addSpawnArea(core): + core.spawnService.addLairSpawnArea('naboo_starter', 0, 1000, 2000, 'naboo') + return diff --git a/scripts/mobiles/spawnareas/naboo_lair_center_3.py b/scripts/mobiles/spawnareas/naboo_lair_center_3.py new file mode 100644 index 00000000..20fdc995 --- /dev/null +++ b/scripts/mobiles/spawnareas/naboo_lair_center_3.py @@ -0,0 +1,6 @@ +# Spawn Area file created with PSWG Planetary Spawn Tool +import sys + +def addSpawnArea(core): + core.spawnService.addLairSpawnArea('naboo_starter', -200, 2200, 800, 'naboo') + return diff --git a/scripts/mobiles/spawnareas/naboo_lair_e_1.py b/scripts/mobiles/spawnareas/naboo_lair_e_1.py new file mode 100644 index 00000000..3eae367a --- /dev/null +++ b/scripts/mobiles/spawnareas/naboo_lair_e_1.py @@ -0,0 +1,6 @@ +# Spawn Area file created with PSWG Planetary Spawn Tool +import sys + +def addSpawnArea(core): + core.spawnService.addLairSpawnArea('naboo_starter', 4900, -1200, 3700, 'naboo') + return diff --git a/scripts/mobiles/spawnareas/naboo_lair_n_1.py b/scripts/mobiles/spawnareas/naboo_lair_n_1.py new file mode 100644 index 00000000..2e89cafa --- /dev/null +++ b/scripts/mobiles/spawnareas/naboo_lair_n_1.py @@ -0,0 +1,6 @@ +# Spawn Area file created with PSWG Planetary Spawn Tool +import sys + +def addSpawnArea(core): + core.spawnService.addLairSpawnArea('naboo_starter', -500, 5200, 2700, 'naboo') + return diff --git a/scripts/mobiles/spawnareas/naboo_lair_ne_1.py b/scripts/mobiles/spawnareas/naboo_lair_ne_1.py new file mode 100644 index 00000000..2ea5493c --- /dev/null +++ b/scripts/mobiles/spawnareas/naboo_lair_ne_1.py @@ -0,0 +1,6 @@ +# Spawn Area file created with PSWG Planetary Spawn Tool +import sys + +def addSpawnArea(core): + core.spawnService.addLairSpawnArea('naboo_starter', 5300, 5000, 3300, 'naboo') + return diff --git a/scripts/mobiles/spawnareas/naboo_lair_nw_1.py b/scripts/mobiles/spawnareas/naboo_lair_nw_1.py new file mode 100644 index 00000000..3e4739fd --- /dev/null +++ b/scripts/mobiles/spawnareas/naboo_lair_nw_1.py @@ -0,0 +1,6 @@ +# Spawn Area file created with PSWG Planetary Spawn Tool +import sys + +def addSpawnArea(core): + core.spawnService.addLairSpawnArea('naboo_starter', -5700, 4700, 3200, 'naboo') + return diff --git a/scripts/mobiles/spawnareas/naboo_lair_s_1.py b/scripts/mobiles/spawnareas/naboo_lair_s_1.py new file mode 100644 index 00000000..6e755223 --- /dev/null +++ b/scripts/mobiles/spawnareas/naboo_lair_s_1.py @@ -0,0 +1,6 @@ +# Spawn Area file created with PSWG Planetary Spawn Tool +import sys + +def addSpawnArea(core): + core.spawnService.addLairSpawnArea('naboo_starter', 2800, -5700, 1900, 'naboo') + return diff --git a/scripts/mobiles/spawnareas/naboo_lair_s_3.py b/scripts/mobiles/spawnareas/naboo_lair_s_3.py new file mode 100644 index 00000000..c8c41d37 --- /dev/null +++ b/scripts/mobiles/spawnareas/naboo_lair_s_3.py @@ -0,0 +1,6 @@ +# Spawn Area file created with PSWG Planetary Spawn Tool +import sys + +def addSpawnArea(core): + core.spawnService.addLairSpawnArea('naboo_starter', -2000, -6600, 1500, 'naboo') + return diff --git a/scripts/mobiles/spawnareas/naboo_lair_se_1.py b/scripts/mobiles/spawnareas/naboo_lair_se_1.py new file mode 100644 index 00000000..609bfae4 --- /dev/null +++ b/scripts/mobiles/spawnareas/naboo_lair_se_1.py @@ -0,0 +1,6 @@ +# Spawn Area file created with PSWG Planetary Spawn Tool +import sys + +def addSpawnArea(core): + core.spawnService.addLairSpawnArea('naboo_starter', 6500, -6200, 2300, 'naboo') + return diff --git a/scripts/mobiles/spawnareas/naboo_lair_w_1.py b/scripts/mobiles/spawnareas/naboo_lair_w_1.py new file mode 100644 index 00000000..d4b1c5a0 --- /dev/null +++ b/scripts/mobiles/spawnareas/naboo_lair_w_1.py @@ -0,0 +1,6 @@ +# Spawn Area file created with PSWG Planetary Spawn Tool +import sys + +def addSpawnArea(core): + core.spawnService.addLairSpawnArea('naboo_starter', -6500, 500, 2000, 'naboo') + return