Bug - Fixed Ooh, I Think I Smell a Little Quest Tracking Bug

zarqon

Well-known member
For the Ooh, I Think I Smell a Rat quest (questL03Rat), mafia starts tracking it on step1, rather than started. Duplicate by reaching level 3, turning in your mosquito, and talking to the Council but not Bart. Here are the steps and relevant quest log code:

started
HTML:
<blockquote><b>Ooh, I Think I Smell a Rat</b><br>The Council says that the owner of the Typical Tavern, in the Distant Woods, is having some problems.<p></blockquote>


step1 (mafia presently considers this started)
HTML:
<blockquote><b>Ooh, I Think I Smell a Rat</b><br>Bart Ender wants you to head down into the Typical Tavern's cellar and find out what's causing his rat problems.<p></blockquote>


step2
HTML:
<blockquote><b>Ooh, I Think I Smell a Rat</b><br>You've found the source of the rats and put a stop to it.  You should head back to Bart for a reward.<p></blockquote>


finished (included for thoroughness, though mafia tracks this just fine)
HTML:
<p><b>Ooh, I Think I Smell a Rat</b><br>You've solved the rat problem at the Typical Tavern.  Way to go!<p>
 
Top