hi there hello info about the profile below okbyyyyyeee
Discord for questions, don't use the comments section please.
ElvUI Import Strings
You have to click "Copy import string" in the top right corner before importing the extra strings below
Must be imported once per character or select the profile in Profiles -> Private after import.
Includes settings from S&L and WindTools.
3. Aura Filters
Addons required
• ElvUI \\ Yes
• ElvUI Shadow & Light \\ Rectangle Minimap, DataTexts, Armory Mode++
Optional ElvUI Plugins
• ElvUI WindTools \\ Minimap Buttons Bar, Skinning, Talent Manager++
- NB: Without my private character settings look over the settings, there's many QoL stuff but also some annoying things.
• AddOnSkins \\ Skins what WindTools doesn't. Cover all bases
Other addons
• WeakAuras \\ Pepsi Twist was underrated
• OmniCD \\ Party cooldowns
• Details! Damage Meter \\ Meters kekw
• Plater Nameplates \\ YEP
• MRT \\ Raid CD's
• WarpDeplete \\ M+ timer
Healing Profile
__________________________________________________
Stuff
• Mainly for English client only, sry
• Scale is set to 0.64
I prefer having all elements like armory, talent frames etc as small as possible,
this scale is supposed to be only used by 1200 resolutions, can be hard to get pixel perfect borders with it.
• Res is 1920x1080
• ActionBars are by default disabled and toggled on & off with a macro linked below
• ActionBar #2 is in mouseover mode on upper left side
(was #6 but somehow swapped after an Elv update, it is what it is sorry about your keybinds (take a backup of them! \WTF)
• Micro Menu, Stance Bar etc is disabled cus kbs and middle click on minimap
• With WindTools and the Private Profile imported, Minimap Buttons are top left inside the minimap in mouseover mode
_________________________________________________________
WeakAuras
Needed: not healing things | General DPS \ Tank
Optional: General Stuff
DPS\Tank: Class Auras
• Shaman
• Druid
• Priest
• Paladin
• Monk
• Warrior
• Mage
• Warlock
• Rogue
• Hunter
• Dragon
I use an Icon Pack from this genius person:[
- https://github.com/kodewdle/IconPacks](https://github.com/kodewdle/IconPacks)
__________________________________________________
Other Addon strings [One link]
Plater: https://wago.io/thingsplater
• Details!
• MRT
• OmniCD
https://gist.github.com/gotu0902/b2a9d50a5790cf70e27e2b776f80f666
__________________________________________________
Macros & Hide Things
Toggle Actionbars Macro - Does not work in combat:
/run local bars, E = {1,3,4,5,6}, unpack(ElvUI); for _, n in pairs(bars) do local state = E.db.actionbar["bar"..n].enabled; E.db.actionbar["bar"..n].enabled = (state==false and true or false); E.ActionBars:PositionAndSizeBar("bar"..n) end
Whisper Innervate [Mouseover]:
/script if UnitName("mouseover") then SendChatMessage("Innervate" ,"WHISPER" ,"nil" ,UnitName("mouseover")) end
Toggle Hide Chat Macro:
/run _CHATHIDE=not _CHATHIDE for i=1,NUM_CHAT_WINDOWS do for _,v in pairs{"","Tab"}do local f=_G["ChatFrame"..i..v]if _CHATHIDE then f.v=f:IsVisible()end f.ORShow=f.ORShow or f.Show f.Show=_CHATHIDE and f.Hide or f.ORShow if f.v then f:Show()end end end
Toggle Objectives\Quest at all times - Does not work in combat :
Use this addon and set a kb in interface -> addons -> hide objectives
Hide Chat Bubbles Backdrop in raid\dungeons:
[Download & Instructions
](https://www.tukui.org/forum/viewtopic.php?p=45464#p45464)