diff --git a/ElvUI_GennUI/ElvUI_GennUI.toc b/ElvUI_GennUI/ElvUI_GennUI.toc index 111bd89..2465700 100644 --- a/ElvUI_GennUI/ElvUI_GennUI.toc +++ b/ElvUI_GennUI/ElvUI_GennUI.toc @@ -1,7 +1,7 @@ ## Interface: 110002 ## Title: |cff1784d1ElvUI |cffc31f3bGennUI ## Author: Gennoken -## Version: 2.87 +## Version: 2.89 ## Notes: A Clean Minimalistic ElvUI Edit by |cffc31f3bGennoken. ## RequiredDeps: ElvUI ## DefaultState: Enabled diff --git a/ElvUI_GennUI/ElvUI_GennUI_Cata.toc b/ElvUI_GennUI/ElvUI_GennUI_Cata.toc index 58b85de..803c57c 100644 --- a/ElvUI_GennUI/ElvUI_GennUI_Cata.toc +++ b/ElvUI_GennUI/ElvUI_GennUI_Cata.toc @@ -1,7 +1,7 @@ ## Interface: 40400 ## Title: |cff1784d1ElvUI |cffc31f3bGennUI |cff1784d1Wrath ## Author: Gennoken -## Version: 2.87 +## Version: 2.89 ## Notes: A Clean Minimalistic ElvUI Edit by |cffc31f3bGennoken. ## RequiredDeps: ElvUI ## DefaultState: Enabled diff --git a/ElvUI_GennUI/ElvUI_GennUI_Classic.toc b/ElvUI_GennUI/ElvUI_GennUI_Classic.toc index 11c0a87..fb9d783 100644 --- a/ElvUI_GennUI/ElvUI_GennUI_Classic.toc +++ b/ElvUI_GennUI/ElvUI_GennUI_Classic.toc @@ -1,7 +1,7 @@ ## Interface: 11503 ## Title: |cff1784d1ElvUI |cffc31f3bGennUI |cff1784d1Classic ## Author: Gennoken -## Version: 2.87 +## Version: 2.89 ## Notes: A Clean Minimalistic ElvUI Edit by |cffc31f3bGennoken. ## RequiredDeps: ElvUI ## DefaultState: Enabled diff --git a/ElvUI_GennUI/addons/BattleGroundEnemies.lua b/ElvUI_GennUI/addons/BattleGroundEnemies.lua index 0f296c9..80df82a 100644 --- a/ElvUI_GennUI/addons/BattleGroundEnemies.lua +++ b/ElvUI_GennUI/addons/BattleGroundEnemies.lua @@ -1,5 +1,6 @@ local E, L, V, P, G = unpack(ElvUI); local GNUI = E:GetModule("GennUI"); +local IsAddOnLoaded = C_AddOns.IsAddOnLoaded function GNUI:LoadBGEProfile() diff --git a/ElvUI_GennUI/addons/WarpDeplete.lua b/ElvUI_GennUI/addons/WarpDeplete.lua new file mode 100644 index 0000000..411166d --- /dev/null +++ b/ElvUI_GennUI/addons/WarpDeplete.lua @@ -0,0 +1,46 @@ +local E, L, V, P, G = unpack(ElvUI); +local GNUI = E:GetModule("GennUI"); + +function GNUI:LoadWDProfile() +WarpDepleteDB = { +["profileKeys"] = { +}, +["profiles"] = { +["Default"] = { +["barHeight"] = 8, +["bar1TextureColor"] = "ffffd931", +["forcesTexture"] = "GennUI B", +["frameX"] = -10.00022125244141, +["forcesGlowColor"] = "ffffffff", +["keyDetailsFontSize"] = 14, +["timerFont"] = "GennUI", +["bar3Font"] = "GennUI", +["keyDetailsColor"] = "ff00d9ff", +["forcesGlowThickness"] = 1, +["demoForcesGlow"] = true, +["bar3TextureColor"] = "ffffd931", +["objectivesFont"] = "GennUI", +["keyColor"] = "ff00d9ff", +["keyDetailsFont"] = "GennUI", +["forcesFont"] = "GennUI", +["deathLogStyle"] = "count", +["deathsFont"] = "GennUI", +["tooltipCountFormat"] = "+:percent:", +["bar2Texture"] = "GennUI B", +["bar2TextureColor"] = "ffffd931", +["forcesOverlayTexture"] = "GennUI B", +["bar3Texture"] = "GennUI B", +["objectivesFontSize"] = 12, +["bar1Font"] = "GennUI", +["forcesOverlayTextureColor"] = "ffff811e", +["bar2Font"] = "GennUI", +["forcesTextureColor"] = "ffff811e", +["forcesColor"] = "ffffffff", +["deathsColor"] = "ffff2b2f", +["frameY"] = 210.0000762939453, +["bar1Texture"] = "GennUI B", +["keyFont"] = "GennUI", +}, +}, +} +end \ No newline at end of file diff --git a/ElvUI_GennUI/addons/addons.lua b/ElvUI_GennUI/addons/addons.lua index aeeaefa..39d4748 100644 --- a/ElvUI_GennUI/addons/addons.lua +++ b/ElvUI_GennUI/addons/addons.lua @@ -69,6 +69,11 @@ if IsAddOnLoaded('Plater') then GNUI:LoadPlaterProfile() E:Print(L["'Plater' profile has been set. Note: ElvUI NamePlates have been disabled"]) end +-- WarpDeplete +if IsAddOnLoaded('WarpDeplete') then + GNUI:LoadWDProfile() + E:Print(L["'WarpDeplete' profile has been set."]) +end -- Update ElvUI E:StaggeredUpdateAll(nil, true) diff --git a/ElvUI_GennUI/addons/addons.xml b/ElvUI_GennUI/addons/addons.xml index 34964ef..43a8717 100644 --- a/ElvUI_GennUI/addons/addons.xml +++ b/ElvUI_GennUI/addons/addons.xml @@ -12,4 +12,5 @@