Files
NGECore2/scripts/static_spawns/tatooine.py
T
CharonInferar 814ebe6cf3 Menu functionality improved
Lootkit implemented
Loot price and further stats considered
2014-04-18 21:52:04 +02:00

23 lines
1.1 KiB
Python

import sys
from resources.datatables import Options
from resources.datatables import StateStatus
def addPlanetSpawns(core, planet):
stcSvc = core.staticService
#this script is no longer for NPC spawning usage. - Levarris
#stcSvc.spawnObject('object/mobile/shared_3po_protocol_droid_red.iff', 'tatooine', long(26582), float(-14.3), float(2.0), float(47.4), float(0.70), float(0.71))
stcSvc.spawnObject('object/tangible/terminal/shared_terminal_character_builder.iff', 'tatooine', long(0), float(3525), float(4), float(-4801), float(0.70), float(0.71))
#object = stcSvc.spawnObject('object/mobile/shared_respec_seller_f_1.iff', 'tatooine', long(0), float(3533.14), float(5), float(-4788.86), float(-0.3327), float(0.9288))
#object.setOptionsBitmask(264)
junkdealer = stcSvc.spawnObject('object/mobile/shared_junk_dealer_m_01.iff', 'tatooine', long(0), float(3525), float(4), float(-4804), float(0.70), float(0.71))
junkdealer.setOptionsBitmask(264)
junkdealer.setCustomName('a Junk Dealer')
junkdealer.setAttachment('radial_filename', 'conversation');
junkdealer.setAttachment('conversationFile','junk_dealer')
return