From af75927d41bb43e10c3c37ed274c9e7b4dd73653 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 27 Nov 2014 12:41:30 +0400 Subject: [PATCH] Install changes --- ElvUI_SLE/core/install.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua index a1d7fa2..ee33f30 100644 --- a/ElvUI_SLE/core/install.lua +++ b/ElvUI_SLE/core/install.lua @@ -25,7 +25,7 @@ function AI:DarthCaster() E.db["movers"]["ElvUF_RaidMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT0207" E.db["movers"]["ElvUF_Raid40Mover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT0207" E.db["movers"]["BossButton"] = "BOTTOMElvUIParentBOTTOM0168" - E.db["movers"]["MarkMover"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-562119" + E.db["movers"]["RaidMarkerBarAnchor"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-565119" E.db["movers"]["AlertFrameMover"] = "BOTTOMElvUIParentBOTTOM0234" E.db["movers"]["ComboBarMover"] = nil E.db["movers"]["ClassBarMover"] = nil @@ -59,7 +59,7 @@ function AI:DarthTank() E.db["movers"]["ElvUF_RaidMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT0207" E.db["movers"]["ElvUF_Raid40Mover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT0207" E.db["movers"]["BossButton"] = "BOTTOMElvUIParentBOTTOM0168" - E.db["movers"]["MarkMover"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-562119" + E.db["movers"]["RaidMarkerBarAnchor"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-565119" E.db["movers"]["AlertFrameMover"] = "BOTTOMElvUIParentBOTTOM0234" E.db["movers"]["ComboBarMover"] = nil E.db["movers"]["ClassBarMover"] = nil @@ -87,7 +87,7 @@ function AI:DarthPhys() E.db["movers"]["ElvUF_RaidMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT0207" E.db["movers"]["ElvUF_Raid40Mover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT0207" E.db["movers"]["BossButton"] = "BOTTOMElvUIParentBOTTOM0168" - E.db["movers"]["MarkMover"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-562119" + E.db["movers"]["RaidMarkerBarAnchor"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-565119" E.db["movers"]["AlertFrameMover"] = "BOTTOMElvUIParentBOTTOM0234" E.db["movers"]["ComboBarMover"] = "BOTTOMElvUIParentBOTTOM0356" E.db["movers"]["ClassBarMover"] = "BOTTOMElvUIParentBOTTOM0364" @@ -129,7 +129,7 @@ function AI:DarthHeal() E.db["movers"]["ElvUF_RaidMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT768134" E.db["movers"]["ElvUF_Raid40Mover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT768134" E.db["movers"]["BossButton"] = "BOTTOMElvUIParentBOTTOM-31822" - E.db["movers"]["MarkMover"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-551116" + E.db["movers"]["RaidMarkerBarAnchor"] = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-555116" E.db["movers"]["AlertFrameMover"] = "BOTTOMLEFTElvUIParentBOTTOMLEFT198207" E.db["movers"]["ComboBarMover"] = nil E.db["movers"]["ClassBarMover"] = nil @@ -448,10 +448,10 @@ function AI:DarthSetup() --The function to switch from classic ElvUI settings to E.db["sle"]["loot"]["history"]["autohide"] = true E.db["sle"]["combatico"]["pos"] = "BOTTOMLEFT" E.db["sle"]["tooltip"]["showFaction"] = true - E.db["sle"]["marks"]["target"] = true - E.db["sle"]["marks"]["mouseover"] = true - E.db["sle"]["marks"]["growth"] = "UP" - E.db["sle"]["marks"]["size"] = 20 + E.db["sle"]['raidmarkers']['visibility'] = 'INPARTY' + E.db["sle"]['raidmarkers']['buttonSize'] = 18 + E.db["sle"]['raidmarkers']['orientation'] = 'VERTICAL' + E.db["sle"]['raidmarkers']['reverse'] = true E.db["sle"]["uibuttons"]["yoffset"] = -2 E.db["sle"]["uibuttons"]["point"] = "TOPRIGHT" E.db["sle"]["uibuttons"]["spacing"] = 1 -- 1.7.9.5