Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: Killed the red planet person I was supposed to talk to  (Read 1542 times)

bamzooki2

  • Ensign
  • *
  • Posts: 16
    • View Profile
Killed the red planet person I was supposed to talk to
« on: November 28, 2018, 05:13:39 AM »

So I started the red planet quest, and it told me to talk to someone, but before I did that, I blew up the pirate base holding the person. The quest hasn't failed or anything, so i'm not sure what i'm supposed to do now.
Logged

TJJ

  • Admiral
  • *****
  • Posts: 1905
    • View Profile
Re: Killed the red planet person I was supposed to talk to
« Reply #1 on: November 28, 2018, 05:25:29 AM »

You can find the red planet without ever having talked to the person in question.
Logged

Histidine

  • Admiral
  • *****
  • Posts: 4688
    • View Profile
    • GitHub profile
Re: Killed the red planet person I was supposed to talk to
« Reply #2 on: November 28, 2018, 06:07:14 AM »

If you're too lazy to search the whole Sector for the planet, paste this into console:

Spoiler
Code: txt
runcode PlanetAPI planet = (PlanetAPI)Global.getSector().getMemoryWithoutUpdate().get("$core_planetaryShieldPlanet");
Console.showMessage(planet.getName() + ", " + planet.getContainingLocation().getName())
[close]
Logged

bamzooki2

  • Ensign
  • *
  • Posts: 16
    • View Profile
Re: Killed the red planet person I was supposed to talk to
« Reply #3 on: November 28, 2018, 06:23:26 AM »

If you're too lazy to search the whole Sector for the planet, paste this into console:

Spoiler
Code: txt
runcode PlanetAPI planet = (PlanetAPI)Global.getSector().getMemoryWithoutUpdate().get("$core_planetaryShieldPlanet");
Console.showMessage(planet.getName() + ", " + planet.getContainingLocation().getName())
[close]


I love you, so much, so very much
Logged