I get a "Don't know how to retrieve a (unknown item -1)" occasionally and repeatable when the first thing I do after logging in is get a fax and fight it. I used the debugger and BBB line 259 is the culprit.
The line is if (ordr == $item[Guzzlr cocktail set] || retrieve_item(1, ordr))
ordr is previously set by checking guzzlrQuestBooze which for the character in question is an empty string so mafia is correctly reponding to a request to retrieve an unknown item
The line is if (ordr == $item[Guzzlr cocktail set] || retrieve_item(1, ordr))
ordr is previously set by checking guzzlrQuestBooze which for the character in question is an empty string so mafia is correctly reponding to a request to retrieve an unknown item