• ✨ 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 DITTO PARTY

Status
Not open for further replies.

Tim Dargan

Pokémon Ranger
Donator
Not sure if it was part of the new update (or an accident) but the only pokemon I encounter on route 34 is ditto now. It gives good exp. but I was kinda hoping to catch an abra and that can't happen during a ditto outbreak ;) so does anyone know anything that could fix this problem?
 

Tim Dargan

Pokémon Ranger
Donator
Yes... and encountering 10 dittos in a row when they have a 5% encounter chance is definetly luck ;)
 

Daziman

Champion
Trusted Support
Retired Mod
i'm sure that the random properties of the game are a little bit wrong...
 

Darkfire

Administrator
Administrator
P3D Developer
I just checked the .poke file for route 34
here's what it says
Code:
{0|19|35|-1|11,13}
{0|96|50|-1|10,12}
{0|63|10|-1|10,10}
{0|132|100|-1|10,10}
 

Tim Dargan

Pokémon Ranger
Donator
Wow... that's... pretty amazing. Uh, what's it mean - like - could I change something on my computer to fix the problem?
 

Daziman

Champion
Trusted Support
Retired Mod
actually this is a typo from nilllzz
dittos currently have a 100% probability of being picked
Yeah, you are right:
{0|19|35|-1|11,13}
{0|96|50|-1|10,12}
{0|63|10|-1|10,10}
{0|132|100|-1|10,10}
Now ditto has 100/195 probability to appear, like 50%
 

Daziman

Champion
Trusted Support
Retired Mod
Wow... that's... pretty amazing. Uh, what's it mean - like - could I change something on my computer to fix the problem?
Yes, you can change the file: Pokemon\maps\poke\route34.poke for this:
Code:
{0|19|35|-1|11,13}
{0|96|50|-1|10,12}
{0|63|10|-1|10,10}
{0|132|5|-1|10,10}
 

Darkfire

Administrator
Administrator
P3D Developer
the way nilllzz explained it to me once was that the game picks a pokemon at random
picks a random number
checks it that number is less than the "rate of appearance" if not it picks a different pokemon and repeats untill it gets one
right now ditto will appear as soon as it is randomly chosen
you can get other pokemon assuming they come up first and the value is less than theirs
 

Tim Dargan

Pokémon Ranger
Donator
It says I don't have a correct program to open the route34.poke file... should I use notepad to try and open it?
 

Darkfire

Administrator
Administrator
P3D Developer
with this game always notepad(though i recomend downloading notepad ++ and using it instead of notepad for everything :))
 

Tim Dargan

Pokémon Ranger
Donator
Hey! I changed it with notepad......(++)..... and it works now! So thanks to both of you for helping me eliminate the ditto outbreak! ;)
 
Status
Not open for further replies.
Top