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.