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

Not a bug Rate Problems

Status
Not open for further replies.

Sola

Elite
Contributor
At Dark Cave, i have only 1% chance to find Dunsparce, but it is now really easy to find it. I think its rate is exchange with zubat rate, because i just found one in like an hour.
 

JojoP

Pokémon Ranger
for some reason Teddiursa is catchable in Dark Cave ... Dunsparce has an encounterrate of 1 while Teddiursa has 5.
 

Sola

Elite
Contributor
I know, but i did not find any teddiursa there and i found like 20 dunsparce. And just a bunch of zubats, maybe three. I think the rate is not working as it supposed to be.
 

Sola

Elite
Contributor
I restarted the game and now i`m finding a lot of zubats there... and, till now. no dunsparces. Maybe it`s reading diferently every time i restart the game, like it`s happening with the clock.
 

JojoP

Pokémon Ranger
Went in : First encounter - Teddiursa ...
10 Pokemon: 1 Teddiursa, 5 Geodudes, 4 Zubats ... matches the values given in darkcave.poke ...
 

Sola

Elite
Contributor
i could not find any teddiursa till now =/
i`m like 2h inside this cave ahha
 

JojoP

Pokémon Ranger
Code:
{0|41|39|-1|2,4}
{0|74|60|-1|2,4}
{0|206|1|-1|4,4}
{0|216|5|1,3|2,2}
41 - Zubat
74 - Geodude
206 - Dunsparce
216 - Teddiursa

Dunsparce has probability 1 so it is extremely rare ...
Teddiursa has 5, so it's also just a lucky find
Geodude should be the most common with 60
and Zubat just a bit less with 39

Teddiursa also has restrictions to the time it appears ( -1 is at all times while 1,3 could be morning and evening)

I don't know how the code works so don't quote me on that information ...
 

Daziman

Champion
Trusted Support
Retired Mod
I don't know how the code works so don't quote me on that information ...
Nilllzz said:
The first value means what type of encounter it can be (normal round/grass = 0, surf = 1, fishing rod = 2), second value is the Pokémon ID, third the encounter rate, fourth the time of day (-1 = every time, 0 = night, 1 = morning, 2 = day, 3 = evening), fifth is the level (minlevel, maxlevel)
 

Tornado9797

Content Developer
P3D Developer
Global Moderator
Code:
{0|41|39|-1|2,4}
{0|74|60|-1|2,4}
{0|206|1|-1|4,4}
{0|216|5|1,3|2,2}
41 - Zubat
74 - Geodude
206 - Dunsparce
216 - Teddiursa

Dunsparce has probability 1 so it is extremely rare ...
Teddiursa has 5, so it's also just a lucky find
Geodude should be the most common with 60
and Zubat just a bit less with 39

Teddiursa also has restrictions to the time it appears ( -1 is at all times while 1,3 could be morning and evening)

I don't know how the code works so don't quote me on that information ...


Here's a guide to the encounter code:


Code:
{0|41|39|-1|2,4}
{0|74|60|-1|2,4}
{0|206|1|-1|4,4}
{0|216|5|1,3|2,2}
The first number indicates how it can be found (0 - Walking, 1 - Surfing, 2 - Fishing Rod), the second number indicates which Pokémon the line of code is describing. The third number describes its encounter rate (in percentage (%)). The fourth number states which time of day said Pokémon will appear (-1 means any time, 0 for night, 1 for morning, 2 for day, and 3 for evening). The fifth numbers indicate minimum and maximum levels for that Pokémon.

That means the first line of code translates to:

Zubats, being levels 2 through 4, have a 39% chance of encounter, anytime, on foot.
 

Magikarp

Fisherman
Wow you are lucky.
I'm still searching in Dark Cave for a Dunsparce and its been 4 Days and i still cant find any.
 
Status
Not open for further replies.
Top