mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
Added Underworld Smuggler Tatooine Quests
This commit is contained in:
@@ -44,7 +44,7 @@ def addPlanetSpawns(core, planet):
|
||||
gilBurtin = stcSvc.spawnObject('gilburtin', 'tatooine', hotel.getCellByCellNumber(5), float(20.3), float(1.6), float(12.8), float(0), float(0), float(0.99), float(0))
|
||||
|
||||
# Outside
|
||||
barak = stcSvc.spawnObject('brokerbarak', 'tatooine', long(0), float(-1049), float(5.0), float(-3537), float(0.97), float(0.23))
|
||||
barak = stcSvc.spawnObject('brokerbarak', 'tatooine', long(0), float(-1049), float(10), float(-3537), float(0.97), float(0.23))
|
||||
|
||||
barrezz = stcSvc.spawnObject('barezz', 'tatooine', long(0), float(-1146.8), float(98.0), float(-3892.1), float(0.75), float(0.65))
|
||||
|
||||
|
||||
@@ -27,4 +27,6 @@ def addPlanetSpawns(core, planet):
|
||||
# Jano Bix
|
||||
jano = stcSvc.spawnObject('jano', 'tatooine', long(0), float(3186), float(5), float(-4781), float(-0.38), float(0.92))
|
||||
|
||||
# Kaleb
|
||||
kaleb = stcSvc.spawnObject('kaleb', 'tatooine', long(0), float(3216), float(5), float(-4610), float(0.25), float(1))
|
||||
return
|
||||
@@ -20,6 +20,8 @@ def addPlanetSpawns(core, planet):
|
||||
ankwee.setCustomName2('An\'kwee')
|
||||
ankwee.setOptionsBitmask(256)
|
||||
|
||||
sarlin = stcSvc.spawnObject('sarlin', 'tatooine', long(0), float(1537), float(7), float(3052), float(0.6), float(0.8))
|
||||
|
||||
#Junkdealer
|
||||
stcSvc.spawnObject('junkdealer', 'tatooine', long(0), float(1271), float(7.7), float(2919), float(0), float(0))
|
||||
stcSvc.spawnObject('junkdealer', 'tatooine', long(0), float(1271), float(7.7), float(2960), float(1), float(0))
|
||||
|
||||
@@ -24,6 +24,7 @@ def addPlanetSpawns(core, planet):
|
||||
#dalaSocuna.setCustomName2('Commander Da\'la Socuna')
|
||||
#dalaSocuna.setOptionsBitmask(256)
|
||||
|
||||
diala = stcSvc.spawnObject('diala', 'tatooine', long(0), float(-3105), float(5), float(2314), float(0.48), float(0.88))
|
||||
#Watto's Shop ****TODO: Get Proper cells for Watto's Shop once Buildout structures are spawning as intended again.
|
||||
|
||||
watto = stcSvc.spawnObject('object/mobile/shared_watto.iff', 'tatooine', building.getCellByCellNumber(2), float(4.7), float(-0.5), float(2.4), float(-0.71), float(0), float(0.70), float(0))
|
||||
|
||||
@@ -15,6 +15,7 @@ def addPlanetSpawns(core, planet):
|
||||
|
||||
# TODO Check all NPCs for personalized scripting, change format.
|
||||
|
||||
kara = stcSvc.spawnObject('kara', 'tatooine', long(0), float(3839), float(16.13), float(2335), float(-0.1), float(0.98))
|
||||
|
||||
#Junkdealer
|
||||
stcSvc.spawnObject('junkdealer', 'tatooine', long(0), float(3902), float(33), float(2362), float(0), float(0))
|
||||
|
||||
@@ -14,8 +14,8 @@ def addPlanetSpawns(core, planet):
|
||||
objSvc = core.objectService
|
||||
|
||||
# TODO Check all NPCs for personalized scripting, change format.
|
||||
|
||||
|
||||
# Smuggler Fence Jalen
|
||||
jalen = stcSvc.spawnObject('jalen', 'tatooine', long(0), float(-5185), float(75), float(-6458), float(0.7), float(0.7))
|
||||
#Junkdealer
|
||||
stcSvc.spawnObject('junkdealer', 'tatooine', long(0), float(-5240.87), float(75), float(-641.015), float(0.879), float(0.476))
|
||||
stcSvc.spawnObject('junkdealer', 'tatooine', long(0), float(-5132.33), float(75), float(-6584.92), float(0.637), float(0.771))
|
||||
|
||||
Reference in New Issue
Block a user