mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-15 00:07:39 -04:00
Dathomir Nighsisters and Singing Mountain Clan added
- Nightsister vs Singing Mountain Clan Battle - Wild NS and SMC spawns in some areas of the planet
This commit is contained in:
@@ -147,6 +147,7 @@ public class DevService implements INetworkDispatch {
|
||||
suiOptions.put((long) 165, "Teleport to Spawn Area #1");
|
||||
suiOptions.put((long) 166, "Teleport to Imperial Op");
|
||||
suiOptions.put((long) 167, "Teleport to Rebel Base ");
|
||||
suiOptions.put((long) 168, "Teleport to NS vs SMC Battle");
|
||||
suiOptions.put((long) 153, "Teleport to Force Crystal Hunter's Cave");
|
||||
suiOptions.put((long) 121, "Teleport to Sandbox City");
|
||||
}
|
||||
@@ -1269,6 +1270,10 @@ public class DevService implements INetworkDispatch {
|
||||
case 167:
|
||||
core.simulationService.transferToPlanet(player, core.terrainService.getPlanetByName("dantooine"), new Point3D(-4211,18,-2349), player.getOrientation(), null);
|
||||
return;
|
||||
|
||||
case 168:
|
||||
core.simulationService.transferToPlanet(player, core.terrainService.getPlanetByName("dathomir"), new Point3D(-2450,18,1521), player.getOrientation(), null);
|
||||
return;
|
||||
|
||||
case 123:
|
||||
TangibleObject arakydDroids = (TangibleObject) core.objectService.createObject("object/tangible/mission/shared_mission_bounty_droid_probot.iff", planet);
|
||||
|
||||
Reference in New Issue
Block a user