• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Solved Togepi availability?

Status
Not open for further replies.

Hunter Graves

Trainer
Banned
Hey, I just started the game, beat Falkner and all that jazz. Love it so far, but I never got my Togepi egg. I was just wondering if this was a bug or I missed something along the way, or it just isnt in yet.
If it isn't in yet, is there a way for me to insert Togepi in? And if I got Togepi, whether through cheating or in a legitimate fashion, is evolution into Togetic supported yet? Thanks for answering my questions.
 

Darkfire

Administrator
Administrator
P3D Developer
Togepi egg is not ready yet(don't think breeding is any good period...)
It has an evolution condition programmed in and should work(noone has treid a freindship evo or has reported it)
I will update in a few with code for it
 

Hunter Graves

Trainer
Banned
Togepi egg is not ready yet(don't think breeding is any good period...)
It has an evolution condition programmed in and should work(noone has treid a freindship evo or has reported it)
I will update in a few with code for it
Sweet thanks, from what I've seen I need to edit the Party.dat in the Player folder correct? I might need a program to read .dat files as well.
 

Darkfire

Administrator
Administrator
P3D Developer
Code:
{"Pokemon"[175]}{"Experience"[49]}{"Gender"[1]}{"EggSteps"[0]}{"Item"[0]}{"NickName"[]}{"Level"[1]}{"OT"[99597]}{"Ability"[65]}{"Status"[]}{"Nature"[19]}{"CatchLocation"[at New Bark Town]}{"CatchTrainer"[Ben]}{"CatchBall"[5]}{"CatchMethod"[As a gift from Darkfire006]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[204,20,20]}{"Attack2"[45,40,40]}{"Attack3"[]}{"Attack4"[]}{"Stats"[12,5,6,6,6,5]}{"FPs"[0,0,0,0,0,0]}{"DVs"[31,31,31,31,31,31]}{"AdditionalData"[]}
Yep use notepad they are basically .txt files...
 

Darkfire

Administrator
Administrator
P3D Developer
make sure the first number says 175 when you enter it fo a moment i uploaded a Gastly on accident :p
 

Hunter Graves

Trainer
Banned
Code:
{"Pokemon"[175]}{"Experience"[49]}{"Gender"[1]}{"EggSteps"[0]}{"Item"[0]}{"NickName"[]}{"Level"[1]}{"OT"[99597]}{"Ability"[65]}{"Status"[]}{"Nature"[19]}{"CatchLocation"[at New Bark Town]}{"CatchTrainer"[Ben]}{"CatchBall"[5]}{"CatchMethod"[As a gift from Darkfire006]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[204,20,20]}{"Attack2"[45,40,40]}{"Attack3"[]}{"Attack4"[]}{"Stats"[12,5,6,6,6,5]}{"FPs"[0,0,0,0,0,0]}{"DVs"[31,31,31,31,31,31]}{"AdditionalData"[]}
Yep use notepad they are basically .txt files...
When I try to load the save or continue the program exits.
Code:
{"Pokemon"[156]}{"Experience"[3136]}{"Gender"[0]}{"EggSteps"[0]}{"Item"[0]}{"NickName"[]}{"Level"[17]}{"OT"[80156]}{"Ability"[65]}{"Status"[]}{"Nature"[1]}{"CatchLocation"[at New Bark Town]}{"CatchTrainer"[Hunter]}{"CatchBall"[5]}{"CatchMethod"[As a gift from Prof. Elm]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[33,30,30]}{"Attack2"[43,30,30]}{"Attack3"[98,30,30]}{"Attack4"[52,25,24]}{"Stats"[44,49,32,27,35,32,34]}{"FPs"[0,0,0,0,0,0]}{"DVs"[14,27,20,18,28,11]}{"AdditionalData"[]}
{"Pokemon"[175]}{"Experience"[49]}{"Gender"[1]}{"EggSteps"[0]}{"Item"[0]}{"NickName"[]}{"Level"[1]}{"OT"[80156]}{"Ability"[65]}{"Status"[]}{"Nature"[19]}{"CatchLocation"[at New Bark Town]}{"CatchTrainer"[Ben]}{"CatchBall"[5]}{"CatchMethod"[As a gift from Darkfire006]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[204,20,20]}{"Attack2"[45,40,40]}{"Attack3"[]}{"Attack4"[]}{"Stats"[12,5,6,6,6,5]}{"FPs"[0,0,0,0,0,0]}{"DVs"[31,31,31,31,31,31]}{"AdditionalData"[]}
Did I do something wrong?
 

Darkfire

Administrator
Administrator
P3D Developer
maybe it doen't like that the CatchTrainers are different?
otherwise the problem doesn't look there
check in the pokemon folder for log.dat

If it doesn't work try putting it in the box.dat and then withdrawing it fro the pc
 

Hunter Graves

Trainer
Banned
Ok, fixed my little issue. Darkfire left a stat out, lol. We all make mistakes. Seems the friendship evo is broken, Togepi evolved as soon as his level increased. I'll post on here the code i used when I inserted Togepi. I also might make a thread for every pokemon's codes. :)
 

Hunter Graves

Trainer
Banned
maybe it doen't like that the CatchTrainers are different?
otherwise the problem doesn't look there
check in the pokemon folder for log.dat

If it doesn't work try putting it in the box.dat and then withdrawing it fro the pc
Didnt see this when i posted the other one. You left a stat out, no big deal. I guess the game didnt like that
 

Hunter Graves

Trainer
Banned
Here is the exact Togepi code. This is for female, non-shiny.
Code:
{"Pokemon"[175]}{"Experience"[49]}{"Gender"[1]}{"EggSteps"[0]}{"Item"[0]}{"NickName"[]}{"Level"[1]}{"OT"[80156]}{"Ability"[65]}{"Status"[]}{"Nature"[1]}{"CatchLocation"[at New Bark Town]}{"CatchTrainer"[Hunter]}{"CatchBall"[5]}{"CatchMethod"[As a gift from Prof. Elm]}{"Friendship"[0]}{"isShiny"[0]}{"Attack1"[204,20,20]}{"Attack2"[45,40,40]}{"Attack3"[]}{"Attack4"[]}{"Stats"[12,12,6,6,6,6,5]}{"FPs"[0,0,0,0,0,0]}{"DVs"[31,31,31,31,31,31]}{"AdditionalData"[]}
She will gain levels up to 4 when you fight for the first time. I fought a level 3 Pidgey and switched her out. She gained 11 exp for the record. I don't know if this will help anyone or not.
 

Darkfire

Administrator
Administrator
P3D Developer
explain?
a list of preprepared lvl 1 pokemon?
or like the info in
pokemon/contents/pokemon/data?
 

Hunter Graves

Trainer
Banned
explain?
a list of preprepared lvl 1 pokemon?
or like the info in
pokemon/contents/pokemon/data?
I mean preprepared, but not just lv 1. For example, starters. The list would have a bulbasaur on level and then an ivysaur on lv 16. The only thing i am having difficulty with right now are the codes used for moves, also abilities and natures. I was going to look into it to see if other abilities and natures have been implemented as well.
Sound like your cup of tea?
 

Darkfire

Administrator
Administrator
P3D Developer
I could do it.....I don't have lots of time though and am in college with lots of stupid busy work :/
It would be easier to make these by request than having a huge file of all of them :/
i would suggest downloading pokemononline
that's what i use to make sure it's good stat wise
 
Status
Not open for further replies.
Top