Skip to content

Commit

Permalink
Added Boss Banner hider
Browse files Browse the repository at this point in the history
  • Loading branch information
ViksUI committed Jul 5, 2015
1 parent b577660 commit bf112f3
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions ShestakUI/Config/Settings.lua
Expand Up @@ -103,6 +103,7 @@ C["automation"] = {
["currency_cap"] = false, -- Auto popup for currency cap
["buff_on_scroll"] = false, -- Cast buff on mouse scroll
["open_items"] = false, -- Auto opening of items in bag
["bannerhide"] = true, -- Auto hiding Boss Banner Loot Frame
}

----------------------------------------------------------------------------------------
Expand Down
9 changes: 8 additions & 1 deletion ShestakUI/Modules/Misc/Misc.lua
Expand Up @@ -240,4 +240,11 @@ filter:SetScript("OnEvent", function(self, event, addon, ...)
filter:UnregisterEvent("ADDON_LOADED")
end
end
end)
end)

----------------------------------------------------------------------------------------
-- Boss Banner Hider
----------------------------------------------------------------------------------------
BossBanner.PlayBanner = function()

end
1 change: 1 addition & 0 deletions ShestakUI_Config/Locales/Chinese.lua
Expand Up @@ -76,6 +76,7 @@ L_GUI_AUTOMATION_LOGGING_COMBAT = "团队副本时自动开启战斗记录"
L_GUI_AUTOMATION_CURRENCY_CAP = "自动弹出货币提示框"
L_GUI_AUTOMATION_BUFF_ON_SCROLL = "使用鼠标滚轮施放Buff"
L_GUI_AUTOMATION_OPEN_ITEMS = "自动打开背包中的封装物品"
L_GUI_AUTOMATION_BANNER_HIDE = "Auto hiding Boss Banner Loot Frame"

-- Skins options
L_GUI_SKINS = "界面样式增强"
Expand Down
1 change: 1 addition & 0 deletions ShestakUI_Config/Locales/English.lua
Expand Up @@ -73,6 +73,7 @@ L_GUI_AUTOMATION_LOGGING_COMBAT = "Auto enables combat log text file in raid ins
L_GUI_AUTOMATION_CURRENCY_CAP = "Auto popup for currency cap"
L_GUI_AUTOMATION_BUFF_ON_SCROLL = "Cast buff on mouse scroll"
L_GUI_AUTOMATION_OPEN_ITEMS = "Auto opening of items in bag"
L_GUI_AUTOMATION_BANNER_HIDE = "Auto hiding Boss Banner Loot Frame"

-- Skins options
L_GUI_SKINS = "Stylization"
Expand Down
1 change: 1 addition & 0 deletions ShestakUI_Config/Locales/French.lua
Expand Up @@ -76,6 +76,7 @@ L_GUI_AUTOMATION_LOGGING_COMBAT = "Auto enables combat log text file in raid ins
L_GUI_AUTOMATION_CURRENCY_CAP = "Auto popup for currency cap" -- Needs review
L_GUI_AUTOMATION_BUFF_ON_SCROLL = "Cast buff on mouse scroll" -- Needs review
L_GUI_AUTOMATION_OPEN_ITEMS = "Auto opening of items in bag" -- Needs review
L_GUI_AUTOMATION_BANNER_HIDE = "Auto hiding Boss Banner Loot Frame"

-- Skins options
L_GUI_SKINS = "Personnalisation d'addon"
Expand Down
1 change: 1 addition & 0 deletions ShestakUI_Config/Locales/German.lua
Expand Up @@ -76,6 +76,7 @@ L_GUI_AUTOMATION_LOGGING_COMBAT = "Automatisch Kampflog in Raids als Textdatei m
L_GUI_AUTOMATION_CURRENCY_CAP = "Auto Popup beim Marken Limit"
L_GUI_AUTOMATION_BUFF_ON_SCROLL = "Wirke Stärkungszauber mit Mausrad"
L_GUI_AUTOMATION_OPEN_ITEMS = "Auto opening of items in bag" -- Needs review
L_GUI_AUTOMATION_BANNER_HIDE = "Auto hiding Boss Banner Loot Frame"

-- Skins options
L_GUI_SKINS = "Stilisierung"
Expand Down
1 change: 1 addition & 0 deletions ShestakUI_Config/Locales/Italian.lua
Expand Up @@ -76,6 +76,7 @@ L_GUI_AUTOMATION_LOGGING_COMBAT = "In instances da incursione, 'auto-attiva' la
L_GUI_AUTOMATION_CURRENCY_CAP = "Popup automatico valuta massima raggiunta"
L_GUI_AUTOMATION_BUFF_ON_SCROLL = "Lancia benefici con la rotellina del mouse"
L_GUI_AUTOMATION_OPEN_ITEMS = "Auto opening of items in bag" -- Needs review
L_GUI_AUTOMATION_BANNER_HIDE = "Auto hiding Boss Banner Loot Frame"

-- Skins options
L_GUI_SKINS = "Restyling"
Expand Down
1 change: 1 addition & 0 deletions ShestakUI_Config/Locales/Russian.lua
Expand Up @@ -76,6 +76,7 @@ L_GUI_AUTOMATION_LOGGING_COMBAT = "Включать запись журнала
L_GUI_AUTOMATION_CURRENCY_CAP = "Окно лимита валюты (Доблесть/Честь)"
L_GUI_AUTOMATION_BUFF_ON_SCROLL = "Накладывать эффекты прокруткой колеса мыши"
L_GUI_AUTOMATION_OPEN_ITEMS = "Открывать сундуки, ящики и т.д"
L_GUI_AUTOMATION_BANNER_HIDE = "Auto hiding Boss Banner Loot Frame"

-- Skins options
L_GUI_SKINS = "Стилизация"
Expand Down
1 change: 1 addition & 0 deletions ShestakUI_Config/Locales/Spanish.lua
Expand Up @@ -76,6 +76,7 @@ L_GUI_AUTOMATION_LOGGING_COMBAT = "Auto enables combat log text file in raid ins
L_GUI_AUTOMATION_CURRENCY_CAP = "Auto popup for currency cap" -- Needs review
L_GUI_AUTOMATION_BUFF_ON_SCROLL = "Cast buff on mouse scroll" -- Needs review
L_GUI_AUTOMATION_OPEN_ITEMS = "Auto opening of items in bag" -- Needs review
L_GUI_AUTOMATION_BANNER_HIDE = "Auto hiding Boss Banner Loot Frame"

-- Skins options
L_GUI_SKINS = "Estilización"
Expand Down
1 change: 1 addition & 0 deletions ShestakUI_Config/Locales/Taiwan.lua
Expand Up @@ -76,6 +76,7 @@ L_GUI_AUTOMATION_LOGGING_COMBAT = "團隊副本時自動開啟戰鬥記錄"
L_GUI_AUTOMATION_CURRENCY_CAP = "自動彈出貨幣提示框"
L_GUI_AUTOMATION_BUFF_ON_SCROLL = "使用滑鼠滾輪施放Buff"
L_GUI_AUTOMATION_OPEN_ITEMS = "自動打開背包中的封裝物品"
L_GUI_AUTOMATION_BANNER_HIDE = "Auto hiding Boss Banner Loot Frame"

-- Skins options
L_GUI_SKINS = "介面樣式增強"
Expand Down
1 change: 1 addition & 0 deletions ShestakUI_Config/ShestakUI_Config.lua
Expand Up @@ -102,6 +102,7 @@ local function Local(o)
if o == "UIConfigautomationcurrency_cap" then o = L_GUI_AUTOMATION_CURRENCY_CAP end
if o == "UIConfigautomationbuff_on_scroll" then o = L_GUI_AUTOMATION_BUFF_ON_SCROLL end
if o == "UIConfigautomationopen_items" then o = L_GUI_AUTOMATION_OPEN_ITEMS end
if o == "UIConfigautomationbannerhide" then o = L_GUI_AUTOMATION_BANNER_HIDE end

-- Skins options
if o == "UIConfigskins" then o = L_GUI_SKINS end
Expand Down

0 comments on commit bf112f3

Please sign in to comment.