mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
Reverted .project commit
This commit is contained in:
@@ -5,11 +5,6 @@
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.python.pydev.PyDevBuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
@@ -18,6 +13,5 @@
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
<nature>org.python.pydev.pythonNature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
|
||||
import sys
|
||||
from resources.datatables import Options
|
||||
from resources.datatables import StateStatus
|
||||
|
||||
def addPlanetSpawns(core, planet):
|
||||
#This Script is no longer to be used for NPC Scripting. - Levarris
|
||||
|
||||
|
||||
return
|
||||
@@ -1,14 +0,0 @@
|
||||
|
||||
import sys
|
||||
from resources.datatables import Options
|
||||
from resources.datatables import StateStatus
|
||||
|
||||
def addPlanetSpawns(core, planet):
|
||||
########################################################
|
||||
# DO NOT ADD ANYTHING ELSE TO THIS SCRIPT, PLEASE USE THE
|
||||
# SUBFOLDERS FOR EACH PLANET AND CREATE NEW SCRIPTS FOR
|
||||
# EACH AREA OF A PLANET. - LEVARRIS
|
||||
########################################################
|
||||
|
||||
|
||||
return
|
||||
@@ -0,0 +1,8 @@
|
||||
import sys
|
||||
|
||||
def addPlanetSpawns(core, planet):
|
||||
|
||||
stcSvc = core.staticService
|
||||
#this script is no longer for NPC spawning - Levarris
|
||||
|
||||
return
|
||||
@@ -1,11 +0,0 @@
|
||||
import sys
|
||||
|
||||
def addPlanetSpawns(core, planet):
|
||||
|
||||
stcSvc = core.staticService
|
||||
########################################################
|
||||
# DO NOT ADD ANYTHING ELSE TO THIS SCRIPT, PLEASE USE THE
|
||||
# SUBFOLDERS FOR EACH PLANET AND CREATE NEW SCRIPTS FOR
|
||||
# EACH AREA OF A PLANET. - LEVARRIS
|
||||
|
||||
return
|
||||
@@ -1,14 +0,0 @@
|
||||
import sys
|
||||
|
||||
def addPlanetSpawns(core, planet):
|
||||
|
||||
stcSvc = core.staticService
|
||||
|
||||
########################################################
|
||||
# DO NOT ADD ANYTHING ELSE TO THIS SCRIPT, PLEASE USE THE
|
||||
# SUBFOLDERS FOR EACH PLANET AND CREATE NEW SCRIPTS FOR
|
||||
# EACH AREA OF A PLANET. - LEVARRIS
|
||||
########################################################
|
||||
|
||||
|
||||
return
|
||||
@@ -3,11 +3,7 @@ from resources.datatables import Options
|
||||
from resources.datatables import State
|
||||
|
||||
def addPlanetSpawns(core, planet):
|
||||
########################################################
|
||||
# DO NOT ADD ANYTHING ELSE TO THIS SCRIPT, PLEASE USE THE
|
||||
# SUBFOLDERS FOR EACH PLANET AND CREATE NEW SCRIPTS FOR
|
||||
# EACH AREA OF A PLANET. - LEVARRIS
|
||||
########################################################
|
||||
|
||||
stcSvc = core.staticService
|
||||
# Blue Frog: Uncomment only when needed for testing.
|
||||
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))
|
||||
@@ -168,7 +168,7 @@ public class StaticService implements INetworkDispatch {
|
||||
}
|
||||
} else {
|
||||
if (cell == null) {
|
||||
System.err.println("StaticService: Cell not found for: " + template);
|
||||
System.err.println("StaticService: Cell not found");
|
||||
return object;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user