Update Repooc install.lua
Repooc [02-06-13 - 02:08]
Update Repooc install.lua
Signed-off-by: Repooc <tjcooper1982@gmail.com>
diff --git a/ElvUI_SLE/modules/install.lua b/ElvUI_SLE/modules/install.lua
index 82a3ace..ae749d4 100644
--- a/ElvUI_SLE/modules/install.lua
+++ b/ElvUI_SLE/modules/install.lua
@@ -1334,11 +1334,12 @@ function E:RepoocSetup() --The function to switch from classic ElvUI settings to
--Unitframes
do
- --Raid10
- E.db.unitframe.units.raid10.xOffset = 2
- --E.db.unitframe.units.raid10.columnSpacing = 2
- E.db.unitframe.units.raid10.healPrediction = true
- E.db.unitframe.units.raid10.width = 79
+ --Player
+ E.db.unitframe.units.player.health.position = "TOPRIGHT"
+ E.db.unitframe.units.player.portrait.overlay = true
+ E.db.unitframe.units.player.portrait.enable = true
+ E.db.unitframe.units.player.portrait.camDistanceScale = 3
+ E.db.unitframe.units.player.power.position = "BOTTOMRIGHT"
--Target
E.db.unitframe.units.target.aurabar.attachTo = "BUFFS"
@@ -1348,6 +1349,9 @@ function E:RepoocSetup() --The function to switch from classic ElvUI settings to
E.db.unitframe.units.target.power.position = "BOTTOMLEFT"
E.db.unitframe.units.target.power.hideonnpc = false
E.db.unitframe.units.target.health.position = "LEFT"
+ E.db.unitframe.units.target.portrait.overlay = true
+ E.db.unitframe.units.target.portrait.enable = true
+ E.db.unitframe.units.target.portrait.camDistanceScale = 3
--Party
E.db.unitframe.units.party.columnAnchorPoint = "LEFT"
@@ -1377,6 +1381,11 @@ function E:RepoocSetup() --The function to switch from classic ElvUI settings to
E.db.unitframe.units.party.petsGroup.width = 80
E.db.unitframe.units.party.petsGroup.xOffset = 0
E.db.unitframe.units.party.petsGroup.yOffset = 1
+
+ --Raid10
+ E.db.unitframe.units.raid10.xOffset = 2
+ E.db.unitframe.units.raid10.healPrediction = true
+ E.db.unitframe.units.raid10.width = 79
--Raid25
E.db.unitframe.units.raid25.customTexts = {}
@@ -1400,15 +1409,15 @@ function E:RepoocSetup() --The function to switch from classic ElvUI settings to
--Arena
E.db.unitframe.units.arena.castbar.width = 200
E.db.unitframe.units.arena.width = 200
-
- --Player
- E.db.unitframe.units.player.health.position = "TOPRIGHT"
- E.db.unitframe.units.player.power.position = "BOTTOMRIGHT"
--Boss
E.db.unitframe.units.boss.width = 200
E.db.unitframe.units.boss.castbar.width = 200
+ --Main Tank & Assist
+ E.db.unitframe.units.tank.enable = false
+ E.db.unitframe.units.assist.enable = false
+
E.db.unitframe.colors.healthclass = false
E.db.unitframe.colors.auraBarBuff = {
["b"] = 0.59,
@@ -1449,7 +1458,7 @@ function E:RepoocSetup() --The function to switch from classic ElvUI settings to
E.db.movers.ElvUF_TargetTargetMover = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-460129"
E.db.movers.ElvUF_PetMover = "BOTTOMLEFTElvUIParentBOTTOMLEFT460129"
E.db.movers.ElvUF_FocusMover = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-50052"
- E.db.movers.ElvUF_PartyMover = "BOTTOMElvUIParentBOTTOM074"
+ E.db.movers.ElvUF_PartyMover = "BOTTOMElvUIParentBOTTOM091"
E.db.movers.ElvUF_PlayerCastbarMover = "BOTTOMLEFTElvUIParentBOTTOMLEFT460166"
E.db.movers.ElvUF_Raid10Mover = "BOTTOMElvUIParentBOTTOM091"
E.db.movers.ElvUF_Raid25Mover = "BOTTOMElvUIParentBOTTOM091"
@@ -1458,7 +1467,6 @@ function E:RepoocSetup() --The function to switch from classic ElvUI settings to
E.db.movers.UIBFrameMover = "BOTTOMLEFTElvUIParentBOTTOMLEFT329175"
E.db.movers.ElvAB_1 = "BOTTOMElvUIParentBOTTOM021"
E.db.movers.ElvAB_2 = "BOTTOMElvUIParentBOTTOM055"
- E.db.movers.ElvAB_4 = "TOPRIGHTElvUIParentTOPRIGHT-4-185"
E.db.movers.ElvUF_FocusCastbarMover = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-50031"
E.db.movers.DP_6_Mover = "BOTTOMElvUIParentBOTTOM3110"
E.db.movers.LeftChatMover = "BOTTOMLEFTUIParentBOTTOMLEFT019"
@@ -1478,7 +1486,7 @@ function E:RepoocSetup() --The function to switch from classic ElvUI settings to
E.db.movers.ElvUF_TargetTargetMover = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-460129"
E.db.movers.ElvUF_PetMover = "BOTTOMLEFTElvUIParentBOTTOMLEFT460129"
E.db.movers.ElvUF_FocusMover = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-50052"
- E.db.movers.ElvUF_PartyMover = "BOTTOMElvUIParentBOTTOM074"
+ E.db.movers.ElvUF_PartyMover = "BOTTOMElvUIParentBOTTOM091"
E.db.movers.ElvUF_PlayerCastbarMover = "BOTTOMLEFTElvUIParentBOTTOMLEFT460166"
E.db.movers.ElvUF_Raid10Mover = "BOTTOMElvUIParentBOTTOM091"
E.db.movers.ElvUF_Raid25Mover = "BOTTOMElvUIParentBOTTOM091"
@@ -1487,7 +1495,6 @@ function E:RepoocSetup() --The function to switch from classic ElvUI settings to
E.db.movers.UIBFrameMover = "BOTTOMLEFTElvUIParentBOTTOMLEFT329175"
E.db.movers.ElvAB_1 = "BOTTOMElvUIParentBOTTOM021"
E.db.movers.ElvAB_2 = "BOTTOMElvUIParentBOTTOM055"
- E.db.movers.ElvAB_4 = "TOPRIGHTElvUIParentTOPRIGHT-4-185"
E.db.movers.ElvUF_FocusCastbarMover = "BOTTOMRIGHTElvUIParentBOTTOMRIGHT-50031"
E.db.movers.DP_6_Mover = "BOTTOMElvUIParentBOTTOM3110"
E.db.movers.LeftChatMover = "BOTTOMLEFTUIParentBOTTOMLEFT019"
@@ -1501,6 +1508,8 @@ function E:RepoocSetup() --The function to switch from classic ElvUI settings to
E.db.movers.RightChatMover = "BOTTOMRIGHTUIParentBOTTOMRIGHT019"
E.db.movers.ExperienceBarMover = "TOPElvUIParentTOP0-32"
end
+ E.db.movers.BossButton = "BOTTOMElvUIParentBOTTOM559200"
+ E.db.movers.ElvAB_4 = "TOPRIGHTElvUIParentTOPRIGHT0-200"
end
E:UpdateAll(true)