Reaction score
1

Profile posts Latest activity Postings About

  • Romsstar, I'm currently testing the calling method on Zapdos, It's a definite that it advances the frame.
    It'll end up in rng reporter. already added hg/ss egg ivs :) as for the time, maybe thats something to ask omegadonut about ....
    Yeah, thats cool. I really know how all of the rest of it works, I am pretty sure. I just want to get positive on how the dog locations work before I add all of this functionality to rng reporter.
    I replaced all the calls to Double.parseDouble to a new method I wrote, called parseD. The parseD method replaced all commas in the String with periods, then sent if off to Double.parseDouble, and returned the number.
    Interesting... that would indeed solve the problem lol. The ironic thing is the troubled method is not mine, it's Sun's! I can probably fix this to let you use your German OS and get it back to you in about 15 minutes.
    I meant copy or type the error message :P, my bad. Not real sure why that would happen, actually.
    Did you type that, or copy it? It said the exception was caused by "17,33" being sent to Double.parseDouble, which would throw an exception. "17.33" is what should be sent. I'm not sure where that error would come from, though.
    Sure. I'll post the zip of the BlueJ project files for just the timer on FileFront in a little bit. I don't have access to them at the moment.
    Are we having fun yet? When we get somewhere closer i will probably start working with your translated version. You are much further than me.
    okay.
    also ich mah mir gerad brave groudon .
    der frame is 36.
    -1 für groudon.
    restlichen 35 hab ich mitm radio erhöht, jetzt wills aber nich klappen.
    von orte und personen zu pokemon suchtrupp hin und her, danach hab ich auch den intial seed berechnen lassen, die delay hab ich anscheinend getroffen , aber wies aussieht is der frame falsch :S
    ok.
    gibts es noch ne andere möglichkeit den frame zu erhöhen als mit schritten (128) un dem radio ?
    ok ich habs jetzt vestanden un auch bei lugia geschafft, um wie viel erhöht sich eig der frame wenn man sein pkmn anspricht ?
    hi, kannst du mir vllt bei hgss rng was erklären ?
    am besten die sache mit dem frame. wie erhöht man den ?
    lg :)
    Hey man.... just to let you know... the bottom right radio button can also be "Serial Radio Drama" and it advances it 1... like they all do on that button... just saying you might want to add that.... you may also want to mention which sho appears on which station....
    Yeah... because the Calibrated Time error only comes when that throws a NumberFormatException... I'll keep working on it.
    I'm talking about the method that turns a string into a double value. Does this work?

    public class Tester
    {
    public static void main( String args[] )
    {
    System.out.println( Double.parseDouble( "24.32" ) );
    }
    }

    The "Double.parseDouble" method is what isn't working.
  • Loading…
  • Loading…
  • Loading…
Back
Top