As it is known, reborn has a daycare which gives the option to breed your pokemon. Personally I breed my pokemon but at the same time I find the task repetitive. As such I made a program that assists me in the breeding process. Since I'm a nice guy and I can use some experience in programming for less knowledgable people in computer science, I decided to make this public. However there is a catch, right now the code works for my computer and game but I'm not sure about other people's build. So instead I'm releasing a prototype , which has minimal functionality and needs testing. The good news with the prototype is that I can add functionality in function of the users desires over time. So now thats out of the way on to the program.
What does it help me with in the breeding process?
The program will do the walking, accepting the eggs from the daycare-man, hatching the eggs and storing the pokemon.
What does it require?
Since I'm used to coding in a jave, the file is jar file and therefore needs a java runtime envirement or jre. It is freely downloadable.
How does it work?
The program simulates keyboard input in a specific pattern. It does not use the reborn game or the save. The pattern is made in such a way that it can handle the randomness from the breeding process. The downside is that it is not the most efficient pattern. The upside is that there is minimal supervision necessairy by the user.
How do I use the program?
First make sure the following things are in order:
The game is at normal speed
Your pc's current box is the one you want to drop the pkmn in and has enough room.
Your party has room for the eggs.
Your npc stands on the following position.
You then press the start button. You now have 3 seconds to put the game back to the foreground by either clicking on the icon in the taskbar or on the window of the game. Now you leave the reborn game on the foreground and do something else while your character starts moving, interacting with the daycare man, ... . Also a counter between the buttons will increment and when it reaches 240 it will drop the last 5 pkmn in the current box. To stop the program you can either press stop or exit. Your game will most likely end up being in high speed.
So that is the program, if you have any feedback/bugs either pm me or post it on this thread. After all this is a prototype.
RebornBreeder.jar