#WA that automatically loads different addons in different situations?

6 messages · Page 1 of 1 (latest)

echo stratus
#

Is there a WA that you can set to automatically load different addons/addon profiles in different situations (like automatically loading certain addons when entering a dungeon)?

If not, is there an addon for this? With Simple Addon manager for example, it seems like you manually need to change profile.

Update: The only way to quickly change addons seems to be via a macro.

To enable:
/run C_AddOns.EnableAddOn("Auctionator", UnitName("player"))
/reload

To disable:
/run C_AddOns.DisableAddOn("Auctionator", UnitName("player"))
/run C_AddOns.DisableAddOn("BadBoy", UnitName("player"))
/reload

Just change Auctionator and Badboy to w/e addons you enable/disable. If you want more than 2 addons just add more rows like I´ve done on the disable example.

crystal sand
#

weakauras doesn't replace addons

echo stratus
#

@plucky falcon Do you happen to know if this is possible via a macro/addon/weakaura?

plucky falcon
#

Maybe the add-on you're concerned about also offers some API for switching profiles

#

But I'd guess that there's already an add-on out there that does this for you, to the extent that it's possible