Fixed bug where static spawns weren't spawning, added scout trooper belt, removed unneeded placeholders, changed quarantine zone static spaw

This commit is contained in:
Iosnowore Kun
2014-11-09 12:16:07 -05:00
parent 99cfc90945
commit e4f91cece4
22 changed files with 29 additions and 27 deletions
@@ -17,12 +17,12 @@ def addPlanetSpawns(core, planet):
#rebrecruiter tyrena
tyrenaCantina = core.objectService.getObject(long(2625352))
if tyrenaCantina not None:
if tyrenaCantina is not None:
stcSvc.spawnObject('rebel_recruiter', 'corellia', tyrenaCantina.getCellByCellNumber(11), float(-25.8), float(-0.9), float(0.4), float(0), float(-0.707), float(0), float(0.707))
#cnet cantina
cnetCantina = core.objectService.getObject(long(8105493))
if cnetCantina not None:
if cnetCantina is not None:
stcSvc.spawnObject('rebel_recruiter', 'corellia', cnetCantina.getCellByCellNumber(11), float(-25.8), float(-0.9), float(0.4), float(0), float(-0.707), float(0), float(0.707))