mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
Added Content to Tatooine Planetary Map
This commit is contained in:
@@ -9,4 +9,5 @@ def setup(core, object):
|
||||
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
|
||||
@@ -10,6 +10,8 @@ def setup(core, object):
|
||||
spawnPoints.add(SpawnPoint(0.445015, 0.271775, 1.39199, 0.707038, 0.707176, 9))
|
||||
|
||||
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(), 'Hotel', object.getPosition().x, object.getPosition().z, 12, 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
|
||||
Reference in New Issue
Block a user