Quantcast

Install changes

Darthpred [11-27-14 - 08:41]
Install changes
Filename
ElvUI_SLE/core/install.lua
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