From 0aac60a287179f78166dad42dabc0eb4aaaf41e4 Mon Sep 17 00:00:00 2001 From: Repooc Date: Tue, 27 Nov 2012 22:05:47 -0500 Subject: [PATCH] Updated install...(New chat) Signed-off-by: Repooc --- CHANGELOG.txt | 3 +++ ElvUI_SLE/ElvUI_SLE.toc | 2 +- ElvUI_SLE/modules/install.lua | 14 ++++++-------- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3f6dbfa..617e5ce 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,6 @@ +v1.32 (November 27, 2012) +- Config updated + v1.31 (November 27, 2012) - Repooc config updated diff --git a/ElvUI_SLE/ElvUI_SLE.toc b/ElvUI_SLE/ElvUI_SLE.toc index 0e4c290..8995cdf 100644 --- a/ElvUI_SLE/ElvUI_SLE.toc +++ b/ElvUI_SLE/ElvUI_SLE.toc @@ -1,7 +1,7 @@ ## Interface: 50100 ## Title: |cff1784d1ElvUI |rShadow and Light Edit ## Author: Darth Predator, Repooc -## Version: 1.31 +## Version: 1.32 ## Notes: Plugin-edit for |cff1784d1ElvUI|r. ## Notes-ruRU: Плагин-редакция для |cff1784d1ElvUI|r. ## eMail: darthpred@gmail.com, repooc@tukui.org diff --git a/ElvUI_SLE/modules/install.lua b/ElvUI_SLE/modules/install.lua index 5340297..97cd642 100644 --- a/ElvUI_SLE/modules/install.lua +++ b/ElvUI_SLE/modules/install.lua @@ -86,7 +86,8 @@ local function SetupChat() ChatFrame_AddMessageGroup(ChatFrame1, "BN_WHISPER") ChatFrame_AddMessageGroup(ChatFrame1, "BN_CONVERSATION") ChatFrame_AddMessageGroup(ChatFrame1, "BN_INLINE_TOAST_ALERT") - + ChatFrame_AddMessageGroup(ChatFrame1, "INSTANCE_CHAT") + ChatFrame_AddMessageGroup(ChatFrame1, "INSTANCE_CHAT_LEADER") ChatFrame_RemoveAllMessageGroups(ChatFrame3) ChatFrame_AddMessageGroup(ChatFrame3, "COMBAT_FACTION_CHANGE") @@ -132,6 +133,8 @@ local function SetupChat() ToggleChatColorNamesByClassGroup(true, "CHANNEL9") ToggleChatColorNamesByClassGroup(true, "CHANNEL10") ToggleChatColorNamesByClassGroup(true, "CHANNEL11") + ToggleChatColorNamesByClassGroup(true, "INSTANCE_CHAT") + ToggleChatColorNamesByClassGroup(true, "INSTANCE_CHAT_LEADER") --Adjust Chat Colors --General @@ -1223,7 +1226,7 @@ function E:RepoocSetup() --The function to switch from classic ElvUI settings to ["r"] = 0.31, } E.db.general.experience.enable = true - E.db.general.reputation.enbale = true + E.db.general.reputation.enable = true E.db.general.interruptAnnounce = "RAID" --Bags @@ -1339,7 +1342,7 @@ 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" - + --Party E.db.unitframe.units.party.columnAnchorPoint = "LEFT" E.db.unitframe.units.party.healPrediction = true @@ -1347,26 +1350,21 @@ function E:RepoocSetup() --The function to switch from classic ElvUI settings to E.db.unitframe.units.party.point = "LEFT" E.db.unitframe.units.party.width = 80 E.db.unitframe.units.party.xOffset = 5 - E.db.unitframe.units.party.debuffs.anchorPoint = "BOTTOMLEFT" E.db.unitframe.units.party.debuffs.initialAnchor = "TOPLEFT" E.db.unitframe.units.party.debuffs.sizeOverride = 0 E.db.unitframe.units.party.debuffs.useFilter = "Blacklist" - E.db.unitframe.units.party.health.frequentUpdates = true E.db.unitframe.units.party.health.orientation = "VERTICAL" E.db.unitframe.units.party.health.position = "BOTTOM" E.db.unitframe.units.party.health.text_format = "[healthcolor][health:deficit]" - E.db.unitframe.units.party.targetsGroup.anchorPoint = "TOP" E.db.unitframe.units.party.targetsGroup.initialAnchor = "BOTTOM" E.db.unitframe.units.party.targetsGroup.width = 80 E.db.unitframe.units.party.targetsGroup.xOffset = 0 E.db.unitframe.units.party.targetsGroup.yOffset = 1 - E.db.unitframe.units.party.name.position = "TOP" E.db.unitframe.units.party.name.text_format = "[namecolor][name:medium]" - E.db.unitframe.units.party.petsGroup.anchorPoint = "TOP" E.db.unitframe.units.party.petsGroup.enable = true E.db.unitframe.units.party.petsGroup.initialAnchor = "BOTTOM" -- 1.7.9.5