Skip to content

Commit

Permalink
icons + up ver 7.598 for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fxpw committed Nov 7, 2023
1 parent 44c9056 commit fd3ce5d
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ElvUI.toc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Interface: 30300
## Author: Elv, Bunny, fxpw
## Version: 7.597
## Version: 7.598
## Title: |cff1784d1E|r|cffe5e3e3lvUI|r for sirus
## Notes: User Interface replacement AddOn for World of Warcraft.
## SavedVariables: ElvDB, ElvPrivateDB, ElvSirusDB
Expand Down
Binary file added Media/ChatLogos/darling.tga
Binary file not shown.
Binary file added Media/ChatLogos/zuman1.tga
Binary file not shown.
18 changes: 18 additions & 0 deletions Modules/Chat/Chat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,8 @@ local Unicorn = E:TextureString([[Interface\AddOns\ElvUI\Media\ChatLogos\Unicorn
local Pika = E:TextureString([[Interface\AddOns\ElvUI\Media\ChatLogos\pika]], ":40:40")
local Butterfly = E:TextureString([[Interface\AddOns\ElvUI\Media\ChatLogos\butterfly]], ":30:30")
local Imp = E:TextureString([[Interface\AddOns\ElvUI\Media\ChatLogos\Pokemon3]], ":30:30")
local darling = E:TextureString([[Interface\AddOns\ElvUI\Media\ChatLogos\darling]], ":32:32")
local zuman = E:TextureString([[Interface\AddOns\ElvUI\Media\ChatLogos\zuman1]], ":32:32")
local RaindomElvUIIcon = {
[[Blue]],[[Green]],[[Melon]],[[Orange]],[[Pink]],[[Purple]],[[Rainbow]],[[Red]],[[Yellow]]
}
Expand Down Expand Up @@ -232,6 +234,22 @@ local specialChatIconsSirus = {
["Qualler-Scourge x2 - 3.3.5a+"] = Imp,
["Betlgeuse-Scourge x2 - 3.3.5a+"] = Imp,
["Pudge-Scourge x2 - 3.3.5a+"] = Imp,
["Ankroa-Scourge x2 - 3.3.5a+"] = darling,
["Анкроа-Scourge x2 - 3.3.5a+"] = darling,
["Anae-Scourge x2 - 3.3.5a+"] = darling,
["Анаэ-Scourge x2 - 3.3.5a+"] = darling,
["Кицуняшка-Scourge x2 - 3.3.5a+"] = darling,
["Ankroa-ProxyEU Scourge x2 - 3.3.5a+"] = darling,
["Анкроа-ProxyEU Scourge x2 - 3.3.5a+"] = darling,
["Anae-ProxyEU Scourge x2 - 3.3.5a+"] = darling,
["Анаэ-ProxyEU Scourge x2 - 3.3.5a+"] = darling,
["Кицуняшка-ProxyEU Scourge x2 - 3.3.5a+"] = darling,
["Zuman-Scourge x2 - 3.3.5a+"] = zuman,
["Зумаэль-Scourge x2 - 3.3.5a+"] = zuman,
["Зуман-Scourge x2 - 3.3.5a+"] = zuman,
["Zuman-ProxyEU Scourge x2 - 3.3.5a+"] = zuman,
["Зумаэль-ProxyEU Scourge x2 - 3.3.5a+"] = zuman,
["Зуман-ProxyEU Scourge x2 - 3.3.5a+"] = zuman,
}
local randomChatIcons = {
["Шутка-Scourge x2 - 3.3.5a+"] = true,
Expand Down
5 changes: 4 additions & 1 deletion Modules/UnitFrames/Elements/Auras.lua
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,10 @@ function UF:AuraFilter(unit, button, name, _, _, _, debuffType, duration, expira
else
filterCheck = allowDuration and true -- Allow all auras to be shown when the filter list is empty, while obeying duration sliders
end

-- if unit == "player" then
-- print(unit, button, name, _, _, _, debuffType, duration, expiration, caster, isStealable, _, spellID)
-- print(filterCheck)
-- end
return filterCheck
end

Expand Down

0 comments on commit fd3ce5d

Please sign in to comment.