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 Jan 6, 2021In reply to Shiv_G3:
Hello,
I'm still working on fully custom macro, however, I've pushed a beta version where you can set the potion modifier, and set any of them to an empty string, which disable them. Hope this help until I'm done with custom macros.
-
View User Profile
-
Send Message
Posted Jan 7, 2021In reply to mZHg:
Works perfectly. Thank you so much for adding that!
-
View User Profile
-
Send Message
Posted Jan 12, 2021In reply to Shiv_G3:
Hello,
Custom macro are available in last beta version !
You should be able to build the macro you wanted above, you'll find documentation here:
https://github.com/HgAlexx/Buffet/wiki/Custom-Macro:-howto
If you need help with lua, open a new discussion here:
https://github.com/HgAlexx/Buffet/discussions
-
View User Profile
-
Send Message
Posted Jan 14, 2021In reply to mZHg:
Dude, you rock. Was able to create the macro above. :) Thank you so much!
local bests = ... local food = bests.conjuredFood or bests.food local stone = bests.healthstone local pot = bests.healthPotion local body = "#showtooltip\n" if stone and pot then body = body .. "/castsequence [combat] reset=60 item:" .. stone .. ", item:" .. pot .. "\n" elseif stone then body = body .. "/use [combat] item:" .. stone .. "\n" elseif pot then body = body .. "/use [combat] item:" .. pot .. "\n" end if bests.bandage then body = body .. "/use [nocombat,mod:shift,target=player] item:" .. bests.bandage .. ";" end body = body .. "/use [nocombat] item:" .. (food or "6948") return body, "INV_Misc_QuestionMark"-
View User Profile
-
Send Message
Posted Jan 14, 2021In reply to Shiv_G3:
I'm glad it is working :)
Please tell me if you encounter any issue or have any improvement suggestion.
I'll do a stable release in a few days/weeks if everything is fine :)
-
View User Profile
-
Send Message
Posted Dec 18, 2020Why didn't you make in-combat items the default option while in-combat or when you don't have other food/drink available, instead of having to use a modifier for 'em? Not like you can eat while in combat anyway.
Love the addon btw.
-
View User Profile
-
Send Message
Posted Dec 20, 2020In reply to Col_Hathi:
Which items are you talking about ? in-combat are the default in-combat, except if you uncheck the box in the settings.
-
View User Profile
-
Send Message
Posted Dec 20, 2020In reply to mZHg:
Conjured consumables for instance, like Mana Gems or Healthstones.
-
View User Profile
-
Send Message
Posted Dec 21, 2020In reply to Col_Hathi:
Ok I think I understand, so if you don't have pot, you want to see conjured item by default, without the modifier, correct ?
-
View User Profile
-
Send Message
Posted Dec 22, 2020In reply to mZHg:
Right. I didn't know that pots show up during combat, but yes I'd want something like conjured items to show up if there are no other available options without the modifier. Really though I just mean anything that can be used during combat to restore health or mana. Personally I don't like having to use modifiers if I don't have to, and if nothing else is available anyway, I'd like to be able to use the things that you'd normally use a modifier for.
-
View User Profile
-
Send Message
Posted Jan 6, 2021In reply to Col_Hathi:
Hello,
I've pushed a beta version where you can disable modifiers, so in the settings if you clear the edit box for the conjured item you will see it first if you have any.
But beware, after using the conjured item, you won't see the potion as macro can't be updated while in combat.
-
View User Profile
-
Send Message
Posted Jan 6, 2021In reply to mZHg:
Right, okay. I'll give it a try. Thank you.
-
View User Profile
-
Send Message
Posted Nov 20, 2020Hello,
I don't understand how it works.
In Interface/Addons/Buffet, I click on HP Macro, and drop it on my action bar. The only thing that it does is a hearthstone !
A macro has been created. The macro looks like that :
#showtooltip
/cast item:6948
but it does nothing.
Could you explain how it works ?
-
View User Profile
-
Send Message
Posted Nov 20, 2020In reply to Forge_User_09108692:
Hello,
The macro should automatically update to present you the best food and/or consumable in your bag.
The update process is trigger when the content of the bags changes, or when you change zone.
If it does not update, try to clear the cache with the following command:
/buffet clear
Be sure to have food in your bag too ;)
-
View User Profile
-
Send Message
Posted Oct 25, 2020Just wanted to say that there is a bug in the classic version with the consumable health macro, it put your hearthstone in there as a consumable.
-
View User Profile
-
Send Message
Posted Oct 26, 2020In reply to chzconey:
Hello,
This is normal behavior. All macro default to the heartstone if there is no item matching.
-
View User Profile
-
Send Message
Posted Oct 19, 2020any way of making this compatible with "Mega Macro"? https://www.curseforge.com/wow/addons/mega-macro dat would be dope!
-
View User Profile
-
Send Message
Posted Oct 26, 2020In reply to b9ty:
Hello,
I can't do anything on my side, maybe ask this addon author?
-
View User Profile
-
Send Message
Posted Oct 27, 2020In reply to mZHg:
Funnily enough the author said the same thing. XD
https://www.curseforge.com/wow/addons/mega-macro?comment=119
-
View User Profile
-
Send Message
Posted Oct 27, 2020In reply to b9ty:
Well..
Buffet uses the wow api to edit its own macro on the fly. Those macro need to exist as global macro.
I don't know what MegaMacro do with macros but it need to not touch at Buffet's macros. Not much I can do on my end.