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?
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.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.
Sort of like getting 99 in one stat in ds3 and destroying the abyss watchers sort of thing.You know, it's kinda pointless. You're already going to overpower Dane and probably steamroll over everything on Mhen'ga anyway.
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.
// 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)];
}