automates re-buffing
- [http://wow.curseforge.com/addons/buffbroker/] BuffBroker
-- BuffBroker/libs/[CallbackHandler, LibStub]
-- Externals/[Ace3]
Scroll wheel functionality ∞
The zoom macros I made and bound to the scroll wheel:
/run CameraZoomIn(2) -- Can't rebuff in combat anyways, so let's abort: /stopmacro [combat] -- Mute fast-casting errors: /console Sound_EnableSFX 0 /script UIErrorsFrame:Hide() -- Auto-buffing addon: /click CorkFrame /script UIErrorsFrame:Clear();UIErrorsFrame:Show() /console Sound_EnableSFX 1
and
/run CameraZoomOut(2) -- Can't rebuff in combat anyways, so let's abort: /stopmacro [combat] -- Mute fast-casting errors: /console Sound_EnableSFX 0 /script UIErrorsFrame:Hide() -- Auto-buffing addon: /click CorkFrame /script UIErrorsFrame:Clear();UIErrorsFrame:Show() /console Sound_EnableSFX 1
Alternates ∞
- SmartBuff -- Automatically buff the right characters with the right buffs. Perfect for self-buffing and most party/raid buffing. Does NOT eliminate the necessity for pally power though.. so Paladins beware. =/
- TODO: zomgbuffs (some old notes follow)
/zomg zomgbufftehraid tracker sound blizzard: hearthstone bind
I don't track single spells..
/zomg zomgbufftehraid tracker tracker
Paladin:
/zomg zomgbufftehraid singlespells Hand-of-Freedom nolearn off
Priest:
/zomg zomgbufftehraid singlespells Fear-Ward nolearn off
/zomg zomgbufftehraid singlespells Fear-Ward noautocast
Mage: .. uh, singlespells was removed? I removed the tracker icon.
/zomg zomgbufftehraid tracker Focus-Magic nolearn off
- Cork - smartbuff type addon
-- TODO: Investigate/report, maybe.
-- scrollwheel casting is broken, I had to hack a solution (maybe I didn't need to!)
-- needs to be able to rebuff before the expiry, e.g. 5mins left
-- needs to be able to rebuff with a certain number of charges left (e.g. inner fire, 3 charges left)
-- shouldn't cast while mounted (especially flying!)
Alternatives ∞
-
- Seems to be buggy under some circumstances.
-
- Overwhelmingly complex.
-
- I can't remember using this.
Last updated 2022-04-30 at 21:56:57

split off from another page