Buffet
Buffet is a food/water macro generator originally developed by tekkub and currently maintained by mZHg.
What's new :
- Added support for Mists of Pandaria
- (Beta) Added Earthen Race Support
Feel free to report any bug or request any feature here :)
Features:
- Dynamically scan your bag for usable food, drink, potion, rune, managem and bandage
- Provide 6 macros auto-magically updated (out of combat)
- Consumable and food/drink
- Food and Drink only
- Consumable only
- Allow configuration of modifiers used by macros
- Option to default macros to hearthstone if no item found
- Option to consider "well-fed" food items in macros
- Option to consider "toxic" potion items in macros
- Support dark and demonic runes
- Support Classic Wow
- Custom macro using lua scripting language, see here for more info
- User-defined ignore list (per characters)
Currently supporting the following localizations:
For retail:
- English (enUS)
- Deutsch (deDE)
- Español (esES)
- Français (frFR)
- Italiano (itIT)
- Русский (ruRU) provided by ZamestoTV
For Cataclysm:
- English (enUS)
- Deutsch (deDE)
- Español (esES)
- Français (frFR)
- Korean (koKR) provided by coderhyme
For Classic:
- English (enUS)
- Deutsch (deDE)
- Español (esES)
- Français (frFR)
Partially supporting the following localizations:
For Retail, Cataclysm and Classic:
- Simplified Chinese (zhCN) provided by Witnesscm, with additional fixes for WtLK by clijiac
If you want to contribute to localizations, pull requests are welcome!
-
View User Profile
-
Send Message
Posted Jul 9, 2024In reply to melkoooor:
Hello,
Can you show me the result of the following command:
/buffet debug [itemLink]
Thank you.
-
View User Profile
-
Send Message
Posted Jul 10, 2024[12:56] Buffet: Item [Eau de source des Hautes-terres]:
[12:56] Buffet: - Is health: No
[12:56] Buffet: - Is mana: Yes
[12:56] Buffet: - Is well fed: No
[12:56] Buffet: - Is conjured: No
[12:56] Buffet: - Is percent: No
[12:56] Buffet: - Is food and drink: Yes
[12:56] Buffet: - Is potion: No
[12:56] Buffet: - Is toxic potion: No
[12:56] Buffet: - Is bandage: No
[12:56] Buffet: - Is over time: No
[12:56] Buffet: - Is restricted: No
[12:56] Buffet: - health value: 0
[12:56] Buffet: - mana value: 0
[12:56] Buffet: - itemClassId: 0
[12:56] Buffet: - itemSubClassId: 5
-
View User Profile
-
Send Message
Posted Jul 10, 2024In reply to melkoooor:
Can you show me a screenshot of the tooltip of "[Eau de source des Hautes-terres]" ?
I'm guessing the text format changed with Cata compared to previous extensions.
Thanks.
-
View User Profile
-
Send Message
Posted Jul 10, 2024In reply to melkoooor:
Hello again,
I've found the issue, it is the new thousand separator "-", a new version with the fix is coming.
In the meantime, you can use the following command which might help:
/run C_CVar.SetCVar("breakUpLargeNumbers", 0)
-
View User Profile
-
Send Message
Posted Jul 11, 2024In reply to mZHg: And the fix works like a charm. Thanks dude, the addon is amazing!
-
View User Profile
-
Send Message
Posted Jul 7, 2024Drink only still doesn't work on cata classic
-
View User Profile
-
Send Message
Posted Jul 7, 2024In reply to melkoooor:
I'll need more info than that.
Which item is not recognized ? Which language ?
Please provide a wowhead link.
Thanks.
-
View User Profile
-
Send Message
Posted Jul 8, 2024In reply to mZHg: Hi, none of the drinks are working, the language is french
-
View User Profile
-
Send Message
Posted Jul 8, 2024In reply to melkoooor:
Hello,
Please try version 111.
-
View User Profile
-
Send Message
Posted Jul 9, 2024In reply to mZHg: Still not working with 4 different drinks in my bags
-
View User Profile
-
Send Message
Posted Jun 9, 2024I can't seem to get the conjured refreshment to work on my mage in Cata Classic. Is there an update to the macro for Cata conjured refreshment? Or is there a macro I could use?
-
View User Profile
-
Send Message
Posted Jun 9, 2024In reply to roweboy1974:
Fixed in version 110.
-
View User Profile
-
Send Message
Posted May 11, 2024I would like to have a macro for wellfed food (buff food). Would that require modification to your addon or can it be added in a new macro without modifying your lua code? I've looked at the wiki and it looks like new lua code.
-
View User Profile
-
Send Message
Posted May 12, 2024In reply to fireymerlin:
Hello,
If you want only wellfed food, create a new custom macro in options with:
-
View User Profile
-
Send Message
Posted May 12, 2024In reply to mZHg: Thanks. I didn't see the cusom macros part. I had to click on the "-" to the left of Buffet.
What do I put in the code if I don't want it to default to the hearthstone? I would like it to just show the "?"
-
View User Profile
-
Send Message
Posted May 13, 2024In reply to fireymerlin:
Try this:
local bests = ... -- Best wellfed food if any if bests.wellFedFood then local bestfood = bests.wellFedFood return "#showtooltip\n/cast item:" .. bestfood end -- default to nothing return "#showtooltip"-
View User Profile
-
Send Message
Posted May 7, 2024Hi,
Could you update it to the latest Classic Era Game Version of 1.15.2?
Would be awesome, thanks a lot in advance!
-
View User Profile
-
Send Message
Posted May 7, 2024In reply to maximus210793:
Any particular issue or just a toc update?
-
View User Profile
-
Send Message
Posted May 7, 2024In reply to mZHg:
toc update would be fine :)
-
View User Profile
-
Send Message
Posted May 7, 2024In reply to maximus210793:
Done.