mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
Added Content to Corellia Planetary Map
This commit is contained in:
@@ -8,5 +8,6 @@ def setup(core, object):
|
||||
objSvc.createChildObject(object, 'object/tangible/terminal/shared_terminal_bank.iff', 0, 0.5, -4.2, 1, 0)
|
||||
objSvc.createChildObject(object, 'object/tangible/terminal/shared_terminal_bank.iff', 4.2, 0.5, 0.707107, 0.707107, 1)
|
||||
objSvc.createChildObject(object, 'object/tangible/terminal/shared_terminal_bank.iff', -4.2, 0.5, 0, -0.707107, 0.707107)
|
||||
|
||||
|
||||
core.mapService.addLocation(object.getPlanet(), 'Bank Terminal', object.getPosition().x, object.getPosition().z, 2, 0, 0)
|
||||
return
|
||||
@@ -1,4 +1,5 @@
|
||||
import sys
|
||||
|
||||
def setup(core, object):
|
||||
core.mapService.addLocation(object.getPlanet(), 'Cantina', object.getPosition().x, object.getPosition().z, 3, 0, 0)
|
||||
return
|
||||
@@ -17,6 +17,7 @@ def setup(core, object):
|
||||
spawnPoints.add(SpawnPoint(-2.84125, -4.79167, 0.657588, -0.0356012, 0.999366, 4))
|
||||
|
||||
object.setAttachment('spawnPoints', spawnPoints)
|
||||
|
||||
|
||||
core.mapService.addLocation(object.getPlanet(), 'Cloning Facility', object.getPosition().x, object.getPosition().z, 5, 0, 0)
|
||||
return
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import sys
|
||||
|
||||
def setup(core, object):
|
||||
core.mapService.addLocation(object.getPlanet(), 'Parking Garage', object.getPosition().x, object.getPosition().z, 55, 0, 0)
|
||||
return
|
||||
@@ -1,4 +1,5 @@
|
||||
import sys
|
||||
|
||||
def setup(core, object):
|
||||
core.mapService.addLocation(object.getPlanet(), 'Hospital', object.getPosition().x, object.getPosition().z, 13, 0, 0)
|
||||
return
|
||||
@@ -1,4 +1,5 @@
|
||||
import sys
|
||||
|
||||
def setup(core, object):
|
||||
core.mapService.addLocation(object.getPlanet(), 'Hotel', object.getPosition().x, object.getPosition().z, 12, 0, 0)
|
||||
return
|
||||
@@ -6,5 +6,8 @@ def setup(core, object):
|
||||
objSvc.createChildObject(object, 'object/tangible/terminal/shared_terminal_travel.iff', -13, 0.6, -10, -0.707107, 0.707107)
|
||||
objSvc.createChildObject(object, 'object/creature/npc/theme_park/shared_player_shuttle.iff', 0, 0.6, 0, 1, 0)
|
||||
objSvc.createChildObject(object, 'object/tangible/travel/ticket_collector/shared_ticket_collector.iff', -13, 0.6, 10, -0.707107, 0.707107)
|
||||
|
||||
|
||||
|
||||
core.mapService.addLocation(object.getPlanet(), 'Shuttleport', object.getPosition().x, object.getPosition().z, 14, 0, 0)
|
||||
|
||||
return
|
||||
Reference in New Issue
Block a user