ferronn-dev / ferronnizer

My personal WoW addon
MIT License
1 stars 0 forks source link

dynamic drink button #11

Closed ferronn-dev closed 3 years ago

ferronn-dev commented 3 years ago

Currently DrinkButton operates entirely PreClick. It could instead be event driven, watching bag updates, and always be up-to-date on the item that it wants to use next. This would facilitate making the action button dynamic based on available water.

ferronn-dev commented 3 years ago

A simpler approach might simply be a macro with a series of /use item:nnn commands.

ferronn-dev commented 3 years ago

... except that this would require using a macro slot as opposed to arbitrary macrotext.