Additional Tatooine Statics

It is recommended that more NPCs not be added beyond this for now.
Several of the NPCs added to date will need adjustments made.
This commit is contained in:
Levarrishawk
2014-05-04 05:32:27 -04:00
parent 10022b99b8
commit e8a3da16f7
2 changed files with 50 additions and 0 deletions
@@ -0,0 +1,25 @@
import sys
# Project SWG: Mos Entha: Static Spawns
# (C)2014 ProjectSWG
from resources.datatables import Options
from resources.datatables import State
def addPlanetSpawns(core, planet):
stcSvc = core.staticService
objSvc = core.objectService
# TODO Check all NPCs for personalized scripting, change format.
#Outside
fa2po = stcSvc.spawnObject('object/mobile/shared_3po_protocol_droid.iff', 'tatooine', long(0), float(-3805.7), float(30.4), float(-4721.6), float(0), float(0))
fa2po.setCustomName2('FA-2PO')
fa2p0.setOptionsBitmask(256)
return
@@ -0,0 +1,25 @@
import sys
# Project SWG: Mos Entha: Static Spawns
# (C)2014 ProjectSWG
from resources.datatables import Options
from resources.datatables import State
def addPlanetSpawns(core, planet):
stcSvc = core.staticService
objSvc = core.objectService
# TODO Check all NPCs for personalized scripting, change format.
#Outside
zefAndo = stcSvc.spawnObject('object/mobile/shared_dressed_legacy_zef.iff', 'tatooine', long(0), float(-2574.9), float(0), float(-5516.7), float(0), float(0))
zefAndo.setCustomName2('Zef Ando')
zefAndo.setOptionsBitmask(256)
return