mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-01-17 00:05:17 -05:00
Added static spawn script for quarantine zone guards
This commit is contained in:
16
scripts/static_spawns/dathomir/quarantine_zone.py
Normal file
16
scripts/static_spawns/dathomir/quarantine_zone.py
Normal file
@@ -0,0 +1,16 @@
|
||||
import sys
|
||||
from resources.datatables import Options
|
||||
from resources.datatables import State
|
||||
from java.util import Vector
|
||||
from engine.resources.scene import Point3D
|
||||
|
||||
|
||||
def addPlanetSpawns(core, planet):
|
||||
stcSvc = core.staticService
|
||||
objSvc = core.objectService
|
||||
aiSvc = core.aiService
|
||||
|
||||
# Stormtrooper Gate Guards
|
||||
guard1 = stcSvc.spawnObject('vic_dark_trooper_80', 'dathomir', long(0), float(-5775), float(510), float(-6555), float(0.25), float(0.85))
|
||||
guard2 = stcSvc.spawnObject('vic_dark_trooper_80', 'dathomir', long(0), float(-5785), float(510), float(-6545), float(0.43), float(0.85))
|
||||
return
|
||||
Reference in New Issue
Block a user