Talk:Honey

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search

One little problem...

The English language version calls it honey, can this be edited?Gatogirl This has been taken care of. Sabresite 01:51, 26 Feburary 2009 (UTC)

Duration and Other Pokemon

Some information is incorrect. It does not take exactly ten hours before a Pokemon appears. I have periods of time shorter than this (approx 8 hours) and much longer (although I am not sure how much longer). It may also be of some use to record which other Pokemon can appear on the trees. i.e. Wurmple and one of those cocoon Pokemon. Dark2th 08:27, 15 July 2007 (UTC)

I have just found a Pokemon in a tree that I slathered with honey 4 hours ago. So the time is definitely not 10. I have also discovered what may or may not be a glitch. After slathering a tree with honey it is possible to slather it with honey again, but it seems to remove the first slathering of honey. For example, the text box will say - "The bark is slathered with honey, slather the bark with honey?" Check the tree again - "There is a sweet smell in the air, slather the bark with honey?" Has anyone else experienced this? Dark2th 08:27, 15 July 2007 (UTC)
Silcoon is the 'cocoon pokemon' I referred to earlier Dark2th 07:38, 16 July 2007 (UTC)

The duration is exactly 6 hours to 23 hours 59 minutes. Sabresite 01:49, 26 February 2009 (UTC)

Rarity

According to the game files, the pokemon are arranged in a table. The table for Diamond, Pearl, and Platinum have been posted. The rarity is based on a PRNG algorithm and applied to this table. I also put up the frequency of each combination. To calculate rarity for a pokemon, such as Wurmple, in Diamond/Pearl, you would do the following

( 0.05 × 0.10 ) + ( 0.40 * 0.70 ) = 0.285 or 28.5% Sabresite 01:54, 26 February 2009 (UTC)

I'm sorry, but I'm having a hard time trusting these calculations. There is absolutely no way that Munchlax's encounter rate is 20%. I've spent the past few days on Pokémon Platinum slathering Honey on the same five trees and not once have I encountered a Munchlax, and I've only encountered Heracross and Aipom once each. Danieru Lynx 07:43, 27 February 2009 (UTC)

Well, here is a link to the thumb code responsible for these probabilities. [1] If you can find an error in the calculation, please point it out. 021F4F2A- 021F4F42 determine which list the pokemon comes out of and 021F4F60-021F4F96 which pokemon out of that list. SCV 26 February 2009

It seems that under certain circumstances a new list number is not obtained, this definitely affects the probability. I will try to determine what causes that to happen. This effect happens per tree. SCV 27 Febreuary 2009 16:10:50 (UTC)

I figured out the discrepancy between observations and the previous calculation. There was another probability we were missing and it is that the list only changes 10% of the time. So for most people they only have a 2% chance of encountering muchlax. SCV 14:29, 1 March 2009 (UTC)

So if you get a tree that does not have a Munchlax, there is a 10% chance that the list will change, and of that 10% chance, a 20% chance that it will be Munchlax. How would we construct the statistical analysis so that we can get an overall percentage of occurance for each pokemon? Sabresite 18:02, 1 March 2009 (UTC)

Because of the nature of how the calculation works, 4 separate lists must be used. I have posted the encounter rates for each scenario. Sabresite 19:24, 1 March 2009 (UTC)

SCV has discovered more information regarding the probabilities. We will need to adjust the information greatly. Sabresite 20:50, 2 March 2009 (UTC)

The Bulbaglitch.

Okay, YouTube. Proof. Give it. TTEchidna 01:58, 26 February 2009 (UTC)

When I have time, I will produce the glitch and make a video. The easiest way to produce it is to save the game using an emulator. Go to locations 0x730C in the save file, (Route 209 Honey Tree), and 0x4730C and change the value to 0x20. Make sure you slathered something on the tree first. Changing the value tells the game to retrieve row 32 in the table, which is beyond the length of the table. The data in that location is 01, making the pokemon Bulbasaur. Sabresite 02:09, 26 February 2009 (UTC)

Well that's kinda. Hacking. Is there any way to force it for the actual game? TTEchidna 02:54, 26 February 2009 (UTC)

It is difficult to explain. I will remove it from the article until I have time to explain it in future detail. Sabresite 03:29, 26 February 2009 (UTC)

Multiple People Editing At Once

I apologize for reverting some formatting errors, Bulbapedia's site is very slow and choppy. Quite frequently I get a page down error and must repaste what I typed, which then overwrites what other people are changing. Sorry. Sabresite 02:09, 26 February 2009 (UTC)

It does that sometimes. TTEchidna 02:52, 26 February 2009 (UTC)

Making sense of the tables.

Could someone please explain to me how this formula works? On the main page, it's worded in an awkward way, and it's rather unclear what it means.

Firstly, from the 4 tables that are given, the first says "Slathering a tree". Does this mean that it is Slathered for the first time, or are these the base values for which the following three tables are derived? I'm asking this, because I'm really doubting that 20% chance of Munchlax the first time that the tree is Slathered, but the article isn't telling me that it's not.

Also, under the "Slathering the same tree" heading, the article mentions that the following three tables are only applicable "if the same tree is slathered more than once in a row". This would mean that if another tree is Slathered after the first is Slathered, then the game reverts back to the first table, meaning that the chances of encountering a Munchlax then becomes 20% again. However, I simply can't believe that Munchlax has a 20% encounter rate - there must be something wrong here.

I'd go through each of the calculations myself, but I really don't have the time at the moment, I have lots of School work to be doing, so could someone clarify the above please? Thanks a lot.--Ggled 18:31, 2 March 2009 (UTC)

As a matter of fact there is more to the calculation and the green value plays a different role than we had first anticipated. There also seems to be a restriction on Munchlax which we were not aware of before. I will adjust ALL of the numbers and tables once SCV has finished rewriting the THUMB/ARM game code in C++.
From what we can gather right now, Munchlax is only available on 4/21 trees, with an encounter rating of 1%. There is also a 10% chance of no Pokemon being on the tree, and for trees where Munchlax may be encountered, there is a 9% chance. This means there will be a total of 2 base tables (Slathering a Tree with Munchlax, and Slathering a Tree without (Munchlax), and 2 sets of Slathering the Same Tree in a row, one with Munchlax, and one without. Sabresite 06:19, 3 March 2009 (UTC)
I have updated the technical information, however not the encounter ratios. I will update those tonight sometime. Sabresite 22:20, 3 March 2009 (UTC)
Here is the rates for Diamond/Pearl. I writing this incase my computer blows up while I calculate Platinum. I will then post it into the article when finished.

Aipom: 22% Heracross: 14% Wurmple: 29% Silcoon: 1% Cascoon: 1% Burmy: 7.5% Combee: 5.5% Cherubi: 11% None: 10%


None: 9% Munchlax: 1%

Col 0:

Aipom: 38.2% Heracross: 1.4% Wurmple: 7.4% Silcoon: 5.5% Cascoon: 5.5% Burmy: 18.75% Combee: 9.55% Cherubi: 19.1% None: 1%


None: 0.9% Munchlax: 0.1%

Col 1:

Aipom: 20.2% Heracross: 19.4% Wurmple: 38.9% Silcoon: 0.5% Cascoon: 0.5% Burmy: 5.25% Combee: 5.05% Cherubi: 10.1% None: 1%


None: 0.9% Munchlax: 0.1%

Col 2:

Aipom: 2.2% Heracross: 1.4% Wurmple: 2.9% Silcoon: 0.1% Cascoon: 0.1% Burmy: 0.75% Combee: 0.55% Cherubi: 0.11% None: 0.9% Munchlax: 90.1%

Sabresite 06:45, 4 March 2009 (UTC)