Added "Bib's Offer" Quest

This commit is contained in:
Waverunner
2014-08-27 20:24:44 -04:00
parent 3cad7bf212
commit 5cd90a4cec
6 changed files with 169 additions and 8 deletions
+1 -3
View File
@@ -100,9 +100,7 @@ def addPlanetSpawns(core, planet):
alduq = stcSvc.spawnObject('alduq', 'tatooine', long(0), float(3512), float(5.0), float(-4814), float(-0.164), float(0.986))
#Eisley Legacy Quest NPCs
vourk = stcSvc.spawnObject('vourk', 'tatooine', long(0), float(3520.0), float(5.0), float(-4821.0), float(0.42), float(0.91))
building = core.objectService.getObject(long(1279956))
mayor = stcSvc.spawnObject('mos_eisley_mayor', 'tatooine', building.getCellByCellNumber(4), float(1.2), float(2.5), float(5.4), float(0), float(0), float(0), float(0))
@@ -2,9 +2,6 @@ import sys
# Project SWG: MosEisley Quest: Static Spawns
# (C)2014 ProjectSWG
from resources.datatables import Options
from resources.datatables import State
# This script is intended for any quest conversation mobiles, or single attackable npcs for a quest, within Mos Eisley
def addPlanetSpawns(core, planet):
@@ -12,7 +9,10 @@ def addPlanetSpawns(core, planet):
stcSvc = core.staticService
objSvc = core.objectService
# Pall - Talk to Pall
# Talk to Pall
pall = stcSvc.spawnObject('majolnir', 'tatooine', long(0), float(3526), float(5), float(-4619), float(0), float(0), float(0), float(0), 1)
# Bib's Offer
vourk = stcSvc.spawnObject('vourk', 'tatooine', long(0), float(3521.0), float(5.0), float(-4821.0), float(0.42), float(0.91))
return