Difference between revisions of "Talk:Dark Cave"
Tryourbreast (talk | contribs) |
|||
| (3 intermediate revisions by 3 users not shown) | |||
| 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) | |||
== Percentages == | |||
Correct me if I'm wrong (which I don't believe I am), but don't the percentages during the morning & evening add up to 105 percent? Last I checked, you can never have more than 100% of anything. At least, that's true according to Leo Bloom. Considering I do not know what the correct percentages are, somebody with authority on the issue should probably change it. I.e. the guys who wrote the code. | |||
:Just divide the whole thing by 105%, instead of 100%, to get the actual percentage. [[User:Tryourbreast|Tryourbreast]] ([[User talk:Tryourbreast|talk]]) 02:35, 25 January 2013 (UTC) | |||
Latest revision as of 04:36, 25 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)
Percentages
Correct me if I'm wrong (which I don't believe I am), but don't the percentages during the morning & evening add up to 105 percent? Last I checked, you can never have more than 100% of anything. At least, that's true according to Leo Bloom. Considering I do not know what the correct percentages are, somebody with authority on the issue should probably change it. I.e. the guys who wrote the code.
- Just divide the whole thing by 105%, instead of 100%, to get the actual percentage. Tryourbreast (talk) 02:35, 25 January 2013 (UTC)