Files
NGECore2/scripts/mobiles/spawnareas/dantooine_mining_mixed.py
Bronco69 5156682084 Added planetary prefix to most dynamic spawn groups
Fixed nge.cfg.example (got deleted by accident in previous commit)
2014-11-03 22:37:56 +01:00

11 lines
314 B
Python

# Spawn Area file created with PSWG Planetary Spawn Tool
import sys
from java.util import Vector
def addSpawnArea(core):
mixedGroups = Vector()
mixedGroups.add('dantooine_piket_plains')
mixedGroups.add('mixed_lair_group_1')
core.spawnService.addMixedSpawnArea(mixedGroups, 0, 2355, 1024, 'dantooine')
return