From 626f0456c6ec9e0009bd3f7f9da163117e825934 Mon Sep 17 00:00:00 2001 From: Repooc Date: Tue, 14 Oct 2014 13:22:24 -0400 Subject: [PATCH] updated Repooc install Signed-off-by: Repooc --- ElvUI_SLE/core/install.lua | 233 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 228 insertions(+), 5 deletions(-) diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua index fad2dcc..74bdf07 100644 --- a/ElvUI_SLE/core/install.lua +++ b/ElvUI_SLE/core/install.lua @@ -559,14 +559,237 @@ local function RepoocSetup() --The function to switch from classic ElvUI setting if SLE:Auth() then E.db.hideTutorial = 1 + E.db.general.loginmessage = false end - if GetScreenWidth() < 1920 then - E.db.chat.panelWidth = 380 - else - E.db.chat.panelWidth = 412 - end + E.db["actionbar"] = { + ["bar3"] = { + ["point"] = "TOPLEFT", + ["buttons"] = 12, + }, + ["fontOutline"] = "OUTLINE", + ["bar2"] = { + ["enabled"] = true, + }, + ["bar5"] = { + ["point"] = "TOPLEFT", + ["buttons"] = 12, + }, + ["font"] = "Rubino", + ["fontSize"] = 12, + } + + E.db["auras"] = { + ["consolidatedBuffs"] = { + ["font"] = "Intro Black", + ["fontOutline"] = "NONE", + }, + } + + E.db["chat"] = { + ["font"] = "Univers", + ["tabFontSize"] = 12, + ["tabFont"] = "Rubino", + } + + E.db["datatexts"] = { + ["minimapPanels"] = false, + ["panels"] = { + ["Top_Center"] = "S&L Guild", + ["Bottom_Panel"] = "S&L Friends", + ["DP_6"] = { + ["right"] = "Time", + ["left"] = "S&L Currency", + ["middle"] = "System", + }, + }, + ["leftChatPanel"] = false, + ["rightChatPanel"] = false, + } + + E.db["general"] = { + ["bottomPanel"] = false, + ["valuecolor"] = { + ["r"] = 0, + ["g"] = 1, + ["b"] = 0.59, + }, + ["vendorGrays"] = true, + ["bordercolor"] = { + ["r"] = 0.31, + ["g"] = 0.31, + ["b"] = 0.31, + }, + ["font"] = "Rubino", + } + + E.db["movers"] = { + ["BossButton"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-448415", + ["Bottom_Panel_Mover"] = "BOTTOMElvUIParentBOTTOM-3122", + ["DP_6_Mover"] = "BOTTOMElvUIParentBOTTOM02", + ["ElvAB_1"] = "BOTTOMElvUIParentBOTTOM057", + ["ElvAB_2"] = "BOTTOMElvUIParentBOTTOM022", + ["ElvAB_3"] = "BOTTOMElvUIParentBOTTOM31223", + ["ElvAB_5"] = "BOTTOMElvUIParentBOTTOM-31223", + ["ElvUF_PlayerMover"] = "BOTTOMElvUIParentBOTTOM-311145", + ["ElvUF_PetMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT410240", + ["ElvUF_RaidMover"] = "BOTTOMElvUIParentBOTTOM095", + ["ElvUF_TargetMover"] = "BOTTOMElvUIParentBOTTOM311145", + ["ElvUF_TargetTargetMover"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-410240", + ["ElvUF_PlayerCastbarMover"] = "BOTTOMElvUIParentBOTTOM-311122", + ["LeftChatMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT22", + ["RightChatMover"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-22", + ["Top_Center_Mover"] = "BOTTOMElvUIParentBOTTOM3122", + } + + E.db["nameplate"] = { + ["healthBar"] = { + ["text"] = { + ["enable"] = true, + ["format"] = "CURRENT_PERCENT", + }, + }, + ["threat"] = { + ["goodScale"] = 1.1, + }, + ["targetIndicator"] = { + ["color"] = { + ["g"] = 0, + ["b"] = 0, + }, + }, + ["font"] = "Intro Black", + ["fontOutline"] = "OUTLINE", + } + + E.db["sle"] = { + ["characterframeoptions"] = { + ["image"] = { + ["dropdown"] = "ALLIANCE", + }, + }, + ["datatext"] = { + ["top"] = { + ["enabled"] = true, + ["width"] = 202, + }, + ["bottom"] = { + ["enabled"] = true, + ["width"] = 202, + }, + ["dp6"] = { + ["enabled"] = true, + ["width"] = 406, + }, + }, + ["loot"] = { + ["announcer"] = { + ["enable"] = true, + }, + ["autoroll"] = { + ["enable"] = false, + }, + ["enable"] = true, + }, + ["media"] = { + ["fonts"] = { + ["zone"] = { + ["font"] = "Durandal Light", + }, + ["subzone"] = { + ["font"] = "Durandal Light", + }, + ["pvp"] = { + ["font"] = "Trafaret", + ["size"] = 20, + }, + }, + }, + ["minimap"] = { + ["mapicons"] = { + ["skindungeon"] = true, + }, + }, + ["tooltip"] = { + ["showFaction"] = true, + }, + ["uibuttons"] = { + ["enable"] = true, + }, + } + E.db["tooltip"] = { + ["healthBar"] = { + ["font"] = "Rubino", + ["fontSize"] = 11, + }, + } + + E.db["unitframe"] = { + ["colors"] = { + ["auraBarBuff"] = { + ["r"] = 0, + ["g"] = 1, + ["b"] = 0.59, + }, + ["healthclass"] = true, + ["castClassColor"] = true, + ["castColor"] = { + ["r"] = 0.1, + ["g"] = 0.1, + ["b"] = 0.1, + }, + ["health"] = { + ["r"] = 0.1, + ["g"] = 0.1, + ["b"] = 0.1, + }, + }, + ["statusbar"] = "Minimalist", + ["smoothbars"] = true, + ["units"] = { + ["raid40"] = { + ["colorOverride"] = "FORCE_OFF", + }, + ["raid"] = { + ["width"] = 79, + ["health"] = { + ["frequentUpdates"] = true, + ["orientation"] = "VERTICAL", + }, + ["GPSArrow"] = { + ["enable"] = false, + }, + ["colorOverride"] = "FORCE_OFF", + }, + ["target"] = { + ["castbar"] = { + ["width"] = 202, + }, + ["width"] = 202, + }, + ["player"] = { + ["restIcon"] = false, + ["castbar"] = { + ["width"] = 202, + }, + ["width"] = 202, + }, + }, + } + + E.private["sle"]["inspectframeoptions"]["enable"] = true + E.private["sle"]["characterframeoptions"]["enable"] = true + E.private["sle"]["minimap"]["mapicons"]["enable"] = true + E.private["sle"]["minimap"]["mapicons"]["barenable"] = true + E.private["sle"]["equip"]["setoverlay"] = true + E.private["sle"]["exprep"]["autotrack"] = true + + if AddOnSkins then + E.private["addonskins"] = { + ["Blizzard_WorldStateCaptureBar"] = true, + } + end E:UpdateAll(true) end -- 1.7.9.5