Difference between revisions of "Talk:Dark Cave"

From Pokémon 3D Wiki
Jump to navigation Jump to search
(Reply)
Line 9: Line 9:
How can I see what time of day it arrives, or in what levels they show up in? Can I get some help? [[User:Tornado9797|Tornado9797]] ([[User talk:Tornado9797|talk]]) 21:35, 1 January 2013 (CST)
How can I see what time of day it arrives, or in what levels they show up in? Can I get some help? [[User:Tornado9797|Tornado9797]] ([[User talk:Tornado9797|talk]]) 21:35, 1 January 2013 (CST)
: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) [[User:Nilllzz|Nilllzz]] ([[User talk:Nilllzz|talk]]) 04:22, 2 January 2013 (UTC)
: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) [[User:Nilllzz|Nilllzz]] ([[User talk:Nilllzz|talk]]) 04:22, 2 January 2013 (UTC)
::Okay, so the above code really means: [[Zubat]]s, being levels 2 through 4, may be encountered at 39% regardless of time of day on foot. Thanks! [[User:Tornado9797|Tornado9797]] ([[User talk:Tornado9797|talk]]) 22:26, 1 January 2013 (CST)

Revision as of 06:27, 2 January 2013

Can someone help me translate the poke files for Pokémon 3D? I'm trying to enter vaild things onto this wiki, and I need help deciphering them. Through this line of code:

{0|41|39|-1|2,4}

I can see the following: In this location, Zubats have a 39% chance of being encountered.

How can I see what time of day it arrives, or in what levels they show up in? Can I get some help? Tornado9797 (talk) 21:35, 1 January 2013 (CST)

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) Nilllzz (talk) 04:22, 2 January 2013 (UTC)
Okay, so the above code really means: Zubats, being levels 2 through 4, may be encountered at 39% regardless of time of day on foot. Thanks! Tornado9797 (talk) 22:26, 1 January 2013 (CST)