Can I get to Uveto early?

Sep 13, 2019
5
0
79
I'm level 7 (lots of grinding in new texas) and I haven't acquired the first probe yet. is it possible to go to uveto before tarkus?
 

Evil

Well-Known Member
Jul 18, 2017
2,539
4,252
39
Two ways of unlocking Uveto.
- Meet Shade on Myrellion and get the third probe. Which means you have to get the probes on Mhen'ga and Tarkus.
- Rescue Zaalt in one of the random scenes that come up as you travel between planets.
 

null_blank

Well-Known Member
Oct 29, 2015
2,752
3,429
I've tried it and it seems like none of the level-locked events fire if you haven't at least completed Mhenga.

Example: I ground out a level 10 Steele on NT and Zaalt's encounter wouldn't proc no matter how many times I flew around space.
 
Sep 13, 2019
5
0
79
Two ways of unlocking Uveto.
- Meet Shade on Myrellion and get the third probe. Which means you have to get the probes on Mhen'ga and Tarkus.
- Rescue Zaalt in one of the random scenes that come up as you travel between planets.
I've beeen trying to meet zaalt by going between mhenga and tavros ovr and over. would this method eventually work? I want to get to max level before I face dane.

EDIT : nevermind. thanks null_blank
 

Evil

Well-Known Member
Jul 18, 2017
2,539
4,252
39
You know, it's kinda pointless. You're already going to overpower Dane and probably steamroll over everything on Mhen'ga anyway.
 

adev

Well-Known Member
Apr 27, 2017
263
71
I've tried it and it seems like none of the level-locked events fire if you haven't at least completed Mhenga.

Example: I ground out a level 10 Steele on NT and Zaalt's encounter wouldn't proc no matter how many times I flew around space.

Travel events (phoenix,kiro,icequeen,kashima and event whorizon) are explicitly blocked before the dane fight

Code:
    // If there's an available message, and the player has unlocked the second planet (ie had the fight with Dane):
   // if debug, proc a random message
   // otherwise 25% of an event
   if (possibleMessages.length > 0 && (kGAMECLASS.debug || (rand(4) == 0) && flags["UNLOCKED_JUNKYARD_PLANET"] != undefined))
   {
       return possibleMessages[rand(possibleMessages.length)];
   }
 
  • Like
Reactions: Athena and sumgai