Jump to content

B_HUNTER11

New Member
  • Posts

    8
  • Joined

  • Last visited

Everything posted by B_HUNTER11

  1. Yep, I found that post and managed to solve the problem, thanks!
  2. I created the Umbreon in an Emerald save game by using encounter databases and inputting my desired TID and SID into the trainer info data from the save file. The seed from core.dll via LinkPad matched the one from the successful Umbreon, hitting a working PID match on frame 4 in RNG Reporter. Span<uint> seeds = stackalloc uint[4]; var count = XDRNG.GetSeeds(seeds, (TIDu << 16) | SIDu); seeds = seeds[..count]; seeds.Dump(); Thanks anyway, this post was helpful
  3. I put all this data on pkhex and say "trainer id is not obtainable from any RNG seed". So the code is broken at the momento or this is wrong now?
  4. I want a normal one, regardless of the IVs or nature. However, I've been trying without success. I understand that not all TID and SID combinations are possible, but as I mentioned, I have successfully obtained some shiny purified shadows whit the same TID and SID. I’m not sure how to get a proper starter Umbreon without beginning an actual gameplay on an emulator.
  5. HELLO people, Thanks for sharing your knowledge. I’ve been trying to generate an Umbreon from COLO but haven’t succeeded. I’ve already successfully generated some shiny shadows (all with the same TID and SID, different seeds), and they all pass the legality check. I’ve tried dozens of seeds and PIDs to generate an Umbreon (Same TID and SID as my successful shiny shadow.), but it always fails the legality check (unable to match encounter conditions to a possible RNG frame + in-game fateful encounter flag missing). Someone can help me?
  6. Thanks a lot! This pokemon is locked to Hardy nature and 0 IVs right?
  7. This is one of 3 possible timid raiku for your TID/SID. 243 - RAIKOU - B1663AFC226A.pk3
×
×
  • Create New...