Elvui Change To Wow Dmg Download
D2 titan subclass increase dmg for team. Hi, I'm trying to display a Icon on my Raidframe (using ElvUI) when someone is below a certain health threshold and has a specific role. For examle below 80% health and is tank, got that part done but how would I go about displaying the icon on top of that persons spot in my raidframe if that is possible. Jun 30, 2018 Welcome to /r/wow, a subreddit about the video game World of Warcraft! Announcements /r/WoW has hit 1 million subscribers! WoW Esports in 2019 - AWC & MDI Program Announcements /r/WoW Artists of the Month - May. Featured Artists. Apotheosis by Runesael. Untitled by Tessiursa. Featured Artist Information. Oct 10, 2019 This wikiHow teaches you how to install ElvUI, a free exclusive user interface for World of Warcraft. ElvUI can enhance your gaming experience by allowing you to upgrade, configure, and customize WoW features to your liking. The installation is fairly straightforward—just download the ZIP file from Tukui and unzip. Lol trials challenge heal more than 7500 dmg 2.
Elvui Download
--[[ |
Navigate to your main WoW installation folder then go into Interface/AddOns/ElvUI |
Steps: |
1) Drop .ttf files into ElvUI/media/fonts |
2) Go up a directory into ElvUI/media and open sharedmedia.lua, add this line |
LSM:Register('font','XX', [[InterfaceAddOnsElvUImediafontsXX.ttf]]) |
-- where XX is change to the name of your font, below is a demo file with added Droid Sans fonts from Google Fonts |
local LSM =LibStub('LibSharedMedia-3.0') |
LSM:Register('background','ElvUI Blank', [[InterfaceBUTTONSWHITE8X8]]) |
LSM:Register('border', 'ElvUI GlowBorder', [[InterfaceAddOnsElvUImediatexturesglowTex.tga]]) |
LSM:Register('font', 'ElvUI Alt-Font', [[InterfaceAddOnsElvUImediafontsContinuum_Medium.ttf]]) |
LSM:Register('font','ElvUI Alt-Combat', [[InterfaceAddOnsElvUImediafontsDieDieDie.ttf]]) |
LSM:Register('font','ElvUI Combat', [[InterfaceAddOnsElvUImediafontsAction_Man.ttf]]) |
LSM:Register('font','DroidSans', [[InterfaceAddOnsElvUImediafontsDroidSans.ttf]]) |
LSM:Register('font','DroidSansBold', [[InterfaceAddOnsElvUImediafontsDroidSansBold.ttf]]) |
LSM:Register('font','ElvUI Font', [[InterfaceAddOnsElvUImediafontsPT_Sans_Narrow.ttf]], LSM.LOCALE_BIT_ruRU+ LSM.LOCALE_BIT_western) |
LSM:Register('font', 'ElvUI Pixel', [[InterfaceAddOnsElvUImediafontsHomespun.ttf]],LSM.LOCALE_BIT_ruRU+ LSM.LOCALE_BIT_western) |
LSM:Register('sound', 'Awww Crap', [[InterfaceAddOnsElvUImediasoundsawwcrap.ogg]]) |
LSM:Register('sound', 'BBQ Ass', [[InterfaceAddOnsElvUImediasoundsbbqass.ogg]]) |
LSM:Register('sound', 'Big Yankie Devil', [[InterfaceAddOnsElvUImediasoundsyankiebangbang.ogg]]) |
LSM:Register('sound', 'Dumb Shit', [[InterfaceAddOnsElvUImediasoundsdumbshit.ogg]]) |
LSM:Register('sound', 'Mama Weekends', [[InterfaceAddOnsElvUImediasoundsmamaweekends.ogg]]) |
LSM:Register('sound', 'Runaway Fast', [[InterfaceAddOnsElvUImediasoundsrunfast.ogg]]) |
LSM:Register('sound', 'Stop Running', [[InterfaceAddOnsElvUImediasoundsstoprunningslimball.ogg]]) |
LSM:Register('sound','Warning', [[InterfaceAddOnsElvUImediasoundswarning.ogg]]) |
LSM:Register('sound','Whisper Alert', [[InterfaceAddOnsElvUImediasoundswhisper.ogg]]) |
LSM:Register('statusbar','ElvUI Gloss', [[InterfaceAddOnsElvUImediatexturesnormTex.tga]]) |
LSM:Register('statusbar','ElvUI Norm', [[InterfaceAddOnsElvUImediatexturesnormTex2.tga]]) |
LSM:Register('statusbar','Minimalist', [[InterfaceAddOnsElvUImediatexturesMinimalist.tga]]) |