Reaction score
0

Profile posts Latest activity Postings About

  • Yeah.. that stuff isn't for me. Well.. elements and atoms are fine, but I don't believe a lot of things. (Big bang theory = crap, etc.) So I'd end up arguing everything. Programming is fun to me though.. I like puzzles.
    Honestly, I didn't. We didn't have anything like that it my tiny high school. I actually just started programming about 2 years ago. And I started looking into the actual functionality of the RNG a few months ago. I just pick up things pretty fast and somehow started talking with the right people.
    up for a B/W wifi battle? It'd be my first, i just wanna test out a team and the wifi features on the game.
    let me know.
    the codes are the same, actually. the one from that thread is for IVs and the one in pidrng is for the pid.

    e: sorry for the wait, had to restart.
    the problem with what you're doing is that that seed check code in the thread is for one random number generator and the one pidrng is using is a different one. our app can't predict seeds for the IVRNG. if you use the codes from pidrng, you will have the right ones for checking your seed for PIDs.

    does that make sense? if not, i can meet you on AIM or IRC and explain.
    Yeah.. I noticed there were a couple of people posting on his profile too. They need to grow a brain. Bond is one of the nicest people I've met on here and it kinda annoys me that they see a shiny mew and take a side.
    Yeah.. Eppie is kinda a douche. I only talked to him once, and he sucked at life.. sooo.. yeah. I have that Mew.. Bond said he got it in a giveaway and didn't know it was nft until Eppie posted stuff cussing at him on PP.
    No, I haven't. Link?
    Yeah, he'll probably be able to tell you a little better. He's been testing so he knows what he's doing better than I do.
    the stuff you're aiming for is the IV RNG, though, not the PID RNG. you mean in rng reporter, right? that's for the mersenne twister rng, not the linear congruential rng. rng reporter at the moment only focuses on IVs, not the pid at all. this is entirely different. that's why pidrng is useful at the moment, because it has functionality that will be in rng reporter 9.0, but isn't in 8.4
    no, no. first of all, you can't hit that seed as of yet. hitting seeds in rng reporter 8.4 is for IVs, not PID. our app is just for the PID. basically, once you figure out what iv seed you want and hit that with rng reporter 8.4, you use our app to get the nature and ability you want. sorry, i thought you knew that.

    also, CA171C70 is only half of your seed. did you hold down L or R when you used the seed check codes? L or R changes whether you were looking at the upper or lower half of the full seed.
    Well.. you can only tell by your initial seed. The IVs have a little more flexibility.
    part of what i wrote before:


    now open windows calculator. pick programmer as the view. once you pick that you'll see a menu where you can choose decimal, hexadecimal, binary, etc. choose "decimal" and enter in the value you got from your cash. once it's entered in, click "hexadecimal" to convert from dec to hex. write down this hexadecimal value. now, change the number system back to decimal and enter in the value in your TID. convert to hexadecimal again and put that hex value right behind the one from your money. that's one half of your full seed. if you held L to get the seed, then it's the lower half of your full seed(seed1 in PIDRNG). if you held down R to get your seed, then it's the upper half of your seed(seed2 in PIDRNG). now, you need to repeat the process holding down the opposite button you held down last time. in other words, if the first time you did this you held down L, hold down R this time and vice-versa.
    You find out what you hit by checking the seed or IVs you hit against the seeds generated in the seed to time window.

    Edit: I expected you to hit late. Just gotta figure out how much and update it.
    that sound a about right. once you do it once or twice and have a better idea of how it works you'll probably have more specific questions that i can answer.
    Oh, I don't think I've ever come across that. Your best bet is to email Datel about it.
    just 123456. Decimal doesn't refer to a decimal place, it refers to a base 10 numbering system. AKA, the system we use. The TID and money are on the trainer card.
    i have a long post written up explaining exactly how to use the codes. i'll finish it up as soon as i get home. it's snowing like crazy, so in a few hours.
    Not sure what you mean. Frames are just advancements of the seed. One frame advances the seeds by 1. So it the seed that it shows also shows your current frame.
    It can be done.. but it's not very easy right now.. I'm getting a search put in to the program so that you can find your seed after advancing it in a battle.
    Well.. I think it's one RNG we're looking for here but the info is compiled from multiple seeds. Basically, if you get into a battle to catch something, the frame will be lost. The frame in battle advances at the rate of about 60 per second. This makes it really hard to find again.
    Well.. with the PIDRNG, you don't have to keep track of frames. It doesn't matter where you start, if you put a seed in, it'll tell you what follows.

    You have to try to catch whatever one it is that you want because a battle advances the frame at about 60fps. (Might've been 120, can't remember..)
  • Loading…
  • Loading…
  • Loading…
Back
Top