install update
Darthpred [04-16-15 - 16:38]
diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua
index 6b864d6..3ec61c8 100644
--- a/ElvUI_SLE/core/install.lua
+++ b/ElvUI_SLE/core/install.lua
@@ -163,6 +163,7 @@ function AI:DarthSetup() --The function to switch from classic ElvUI settings to
--Nameplates--
do
E.db["nameplate"]["fontSize"] = 10
+ E.db["nameplate"]["wrapName"] = true
E.db["nameplate"]["healthBar"]["height"] = 10
E.db["nameplate"]["healthBar"]["text"]["enable"] = true
E.db["nameplate"]["healthBar"]["lowHPScale"]["enable"] = true
@@ -192,6 +193,8 @@ function AI:DarthSetup() --The function to switch from classic ElvUI settings to
end
--Chat--
do
+ E.db["chat"]["fontOutline"] = "OUTLINE"
+ E.db["chat"]["keywordSound"] = "Whisper Alert"
E.db["chat"]["tabFontOutline"] = "OUTLINE"
E.db["chat"]["tabFont"] = "ElvUI Font"
E.db["chat"]["tabFontSize"] = 11
@@ -392,7 +395,6 @@ function AI:DarthSetup() --The function to switch from classic ElvUI settings to
E.db["actionbar"]["bar5"]["buttonsPerRow"] = 2
E.db["actionbar"]["bar5"]["buttonsize"] = 30
E.db["actionbar"]["bar5"]["visibility"] = " [petbattle] hide; show"
- E.db["actionbar"]["microbar"]["enabled"] = true
E.db["actionbar"]["microbar"]["buttonsPerRow"] = 11
E.db["actionbar"]["stanceBar"]["style"] = "classic"
E.db["actionbar"]["stanceBar"]["buttonsize"] = 18
@@ -417,6 +419,11 @@ function AI:DarthSetup() --The function to switch from classic ElvUI settings to
do
E.db["sle"]["nameplate"]["showthreat"] = true
E.db["sle"]["threat"]["enable"] = false
+ E.db["sle"]["chat"]["dpsSpam"] = true
+ E.db["sle"]["chat"]["textureAlpha"] = true
+ E.db["sle"]["minimap"]["instance"]["fontSize"] = 14
+ E.db["sle"]["minimap"]["instance"]["flag"] = false
+ E.db["sle"]["minimap"]["instance"]["enable"] = true
E.db["sle"]["media"]["fonts"]["subzone"]["font"] = "Old Cyrillic"
E.db["sle"]["media"]["fonts"]["zone"]["font"] = "Old Cyrillic"
E.db["sle"]["media"]["fonts"]["pvp"]["font"] = "Old Cyrillic"
@@ -481,6 +488,7 @@ function AI:DarthSetup() --The function to switch from classic ElvUI settings to
E.db["movers"]["ElvAB_6"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-11210"
E.db["movers"]["ShiftAB"] = "BOTTOMElvUIParentBOTTOM-188102"
E.db["movers"]["MicrobarMover"] = "TOPElvUIParentTOP0-19"
+ E.db["movers"]["ElvUF_BodyGuardMover"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-510100"
E.db["movers"]["ElvUF_FocusMover"] = "BOTTOMElvUIParentBOTTOM30056"
E.db["movers"]["ElvUF_FocusCastbarMover"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-51234"
E.db["movers"]["Top_Center_Mover"] = "TOPElvUIParentTOP00"
@@ -511,6 +519,7 @@ function AI:DarthSetup() --The function to switch from classic ElvUI settings to
E.db["movers"]["TotemBarMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT50123"
E.db["movers"]["RaidMarkerBarAnchor"] = "BOTTOMElvUIParentBOTTOM0102"
E.db["movers"]["SalvageCrateMover"] = "BOTTOMElvUIParentBOTTOM-28619"
+ E.db["movers"]["UIErrorsFrameMover"] = "TOPLEFTElvUIParentTOPLEFT24-507"
end
E.private["general"]["normTex"] = "Polished Wood"
@@ -547,9 +556,8 @@ function AI:DarthSetup() --The function to switch from classic ElvUI settings to
E.db["loclite"]["dig"] = false
E.db["loclite"]["lpauto"] = false
E.db["loclite"]["lpfontflags"] = "OUTLINE"
- E.db["movers"]["LocationLiteMover"] = "TOPElvUIParentTOP00"
+ E.db["movers"]["LocationLiteMover"] = "TOPElvUIParentTOP0-19"
E.db["movers"]["MicrobarMover"] = "TOPElvUIParentTOP0-38"
- E.db["movers"]["Top_Center_Mover"] = "TOPElvUIParentTOP0-19"
E.db["movers"]["PvPMover"] = "TOPElvUIParentTOP0-70"
end