├── NeatPlatesHub ├── Menus.lua ├── shared │ ├── Empty.tga │ ├── Target.tga │ ├── _Target.tga │ ├── Arrow-Left.tga │ ├── Arrow-Right.tga │ ├── Arrow-Sides.tga │ ├── Arrow-Top.tga │ ├── Highlight.tga │ ├── Scale-Icon.tga │ ├── ThinBlackLine.tga │ ├── Arrow-Neon-Sides.tga │ ├── Button-Down-Blue.tga │ ├── Button-Highlight.tga │ ├── Button-Up-Blue.tga │ ├── AccidentalPresidency.ttf │ ├── RobotoCondensed-Bold.ttf │ ├── RobotoCondensed-Regular.ttf │ └── YanoneKaffeesatz-Regular.ttf ├── NeatPlatesHub.toc ├── NeatPlatesHub-Cata.toc ├── NeatPlatesHub-Mists.toc ├── NeatPlatesHub-TBC.toc ├── NeatPlatesHub-WOTLKC.toc ├── NeatPlatesHub-Classic.toc ├── functions │ ├── EnableWatchers.lua │ ├── Filter.lua │ └── Scale.lua └── Helpers.lua ├── NeatPlates_Neon ├── Neon_Bar.tga ├── Neon_Select.tga ├── Neon_CastOverlay.tga ├── Neon_EliteIcon.tga ├── Neon_EliteStar.tga ├── Neon_Highlight.tga ├── Skull_Icon_White.tga ├── Neon_Bar_Backdrop.tga ├── Neon_HealthOverlay.tga ├── Neon_CastOverlayNoInt.tga ├── Neon_AggroOverlayWhite.tga ├── Neon_CastOverlay-noicon.tga ├── Neon_HealthOverlay_Cube.tga ├── NeonRaidTargetingIcons copy.tga ├── Neon_CastOverlayNoInt-noicon.tga ├── NeatPlates_Neon-TBC.toc ├── NeatPlates_Neon.toc ├── NeatPlates_Neon-Cata.toc ├── NeatPlates_Neon-Classic.toc ├── NeatPlates_Neon-Mists.toc └── NeatPlates_Neon-WOTLKC.toc ├── NeatPlatesWidgets ├── Aura │ ├── Edge.blp │ ├── AuraFrameWide.tga │ ├── AuraFrameSquare.tga │ ├── AuraFrameHighlightSquare.tga │ └── AuraFrameHighlightWide.tga ├── ClassWidget │ ├── MAGE.tga │ ├── MONK.tga │ ├── BORDER.tga │ ├── DRUID.tga │ ├── EVOKER.tga │ ├── HUNTER.tga │ ├── PALADIN.tga │ ├── PRIEST.tga │ ├── ROGUE.tga │ ├── SHAMAN.tga │ ├── WARLOCK.tga │ ├── WARRIOR.tga │ ├── DEATHKNIGHT.tga │ └── DEMONHUNTER.tga ├── ArenaIcons │ ├── arena1.tga │ ├── arena2.tga │ ├── arena3.tga │ ├── arena4.tga │ └── arena5.tga ├── ComboWidget │ ├── Powers.tga │ ├── PowersNeat.tga │ ├── PowersTrad.tga │ ├── ShardSpark.tga │ ├── RogueKyrianOverlay.tga │ ├── RogueKyrianOverlayNeat.tga │ ├── RogueKyrianOverlayOff.tga │ └── RogueKyrianOverlayNeatOff.tga ├── AbsorbWidget │ ├── Absorbs.tga │ ├── AbsorbsVertical.tga │ ├── HealingAbsorbs.tga │ └── HealingAbsorbsVertical.tga ├── RangeWidget │ ├── RangeWidget.tga │ ├── RangeWidgetCircle.tga │ └── RangeWidgetLine.tga ├── ResourceWidget │ ├── Generic.tga │ ├── Neat │ │ ├── SwipeEdge.tga │ │ ├── DK-Rune-Off.tga │ │ ├── Monk-Chi-On.tga │ │ ├── ComboPoint-Off.tga │ │ ├── ComboPoint-On.tga │ │ ├── Monk-Chi-Off.tga │ │ ├── DK-Rune-Blood-On.tga │ │ ├── DK-Rune-Frost-On.tga │ │ ├── Warlock-Shard-On.tga │ │ ├── DK-Rune-Unholy-On.tga │ │ ├── Evoker-Essence-Off.tga │ │ ├── Evoker-Essence-On.tga │ │ ├── Warlock-Shard-Off.tga │ │ ├── ComboPoint-Charged-On.tga │ │ ├── Mage-ArcaneCharge-Off.tga │ │ ├── Mage-ArcaneCharge-On.tga │ │ ├── ComboPoint-Charged-Off.tga │ │ ├── DK-Rune-Classic-Blood-On.tga │ │ ├── DK-Rune-Classic-Death-On.tga │ │ ├── DK-Rune-Classic-Frost-On.tga │ │ ├── Paladin-HolyPower-1-Off.tga │ │ ├── Paladin-HolyPower-1-On.tga │ │ ├── Paladin-HolyPower-2-Off.tga │ │ ├── Paladin-HolyPower-2-On.tga │ │ ├── Paladin-HolyPower-3-Off.tga │ │ ├── Paladin-HolyPower-3-On.tga │ │ ├── Paladin-HolyPower-4-Off.tga │ │ ├── Paladin-HolyPower-4-On.tga │ │ ├── Paladin-HolyPower-5-Off.tga │ │ ├── Paladin-HolyPower-5-On.tga │ │ ├── DK-Rune-Classic-Blood-Off.tga │ │ ├── DK-Rune-Classic-Death-Off.tga │ │ ├── DK-Rune-Classic-Frost-Off.tga │ │ ├── DK-Rune-Classic-Unholy-Off.tga │ │ └── DK-Rune-Classic-Unholy-On.tga │ └── Blizzard │ │ ├── SwipeEdge.tga │ │ ├── DK-Rune-Off.tga │ │ ├── Monk-Chi-Off.tga │ │ ├── Monk-Chi-On.tga │ │ ├── ComboPoint-Off.tga │ │ ├── ComboPoint-On.tga │ │ ├── DK-Rune-Blood-On.tga │ │ ├── DK-Rune-Frost-On.tga │ │ ├── DK-Rune-Unholy-On.tga │ │ ├── Evoker-Essence-On.tga │ │ ├── Warlock-Shard-Off.tga │ │ ├── Warlock-Shard-On.tga │ │ ├── Evoker-Essence-Off.tga │ │ ├── Mage-ArcaneCharge-On.tga │ │ ├── ComboPoint-Charged-Off.tga │ │ ├── ComboPoint-Charged-On.tga │ │ ├── Mage-ArcaneCharge-Off.tga │ │ ├── Paladin-HolyPower-1-On.tga │ │ ├── Paladin-HolyPower-2-On.tga │ │ ├── Paladin-HolyPower-3-On.tga │ │ ├── Paladin-HolyPower-4-On.tga │ │ ├── Paladin-HolyPower-5-On.tga │ │ ├── DK-Rune-Classic-Blood-Off.tga │ │ ├── DK-Rune-Classic-Blood-On.tga │ │ ├── DK-Rune-Classic-Death-Off.tga │ │ ├── DK-Rune-Classic-Death-On.tga │ │ ├── DK-Rune-Classic-Frost-Off.tga │ │ ├── DK-Rune-Classic-Frost-On.tga │ │ ├── DK-Rune-Classic-Unholy-On.tga │ │ ├── Paladin-HolyPower-1-Off.tga │ │ ├── Paladin-HolyPower-2-Off.tga │ │ ├── Paladin-HolyPower-3-Off.tga │ │ ├── Paladin-HolyPower-4-Off.tga │ │ ├── Paladin-HolyPower-5-Off.tga │ │ └── DK-Rune-Classic-Unholy-Off.tga ├── QuestWidget │ └── QuestIndicator.tga ├── ThreatLine │ └── ThreatLineUnified.tga ├── NeatPlatesWidgets.toc ├── NeatPlatesWidgets-Cata.toc ├── NeatPlatesWidgets-Mists.toc ├── NeatPlatesWidgets-TBC.toc ├── NeatPlatesWidgets-Classic.toc ├── NeatPlatesWidgets-WOTLKC.toc ├── Widgets.xml ├── ArenaWidget.lua ├── ThreatPercentageWidget.lua ├── QuestWidget.lua ├── ClassWidget.lua ├── WidgetCore.lua ├── _RangeWidget.lua ├── RangeWidget.lua └── ThreatLineWidget.lua ├── NeatPlates_Graphite ├── Target.tga ├── EliteIcon.tga ├── Mouseover.tga ├── StatusBar.tga ├── HealthBorder.tga ├── ThreatBorderDoubleDot.tga ├── ThreatBorderSingleDot.tga ├── NeatPlates_Graphite-BCC.toc ├── NeatPlates_Graphite-Cata.toc ├── NeatPlates_Graphite.toc ├── NeatPlates_Graphite-Classic.toc ├── NeatPlates_Graphite-Mists.toc └── NeatPlates_Graphite-WOTLKC.toc ├── NeatPlates_Grey ├── EliteIcon.tga ├── Highlight.tga ├── Statusbar.tga ├── TargetBox.tga ├── CastStoppable.tga ├── RegularBorder.tga ├── RegularThreat.tga ├── CastNotStoppable.tga ├── NeatPlates_Grey.toc ├── NeatPlates_Grey-Cata.toc ├── NeatPlates_Grey-Classic.toc ├── NeatPlates_Grey-Mists.toc ├── NeatPlates_Grey-TBC.toc └── NeatPlates_Grey-WOTLKC.toc ├── NeatPlates_Quatre ├── Highlight.tga ├── Statusbar.tga ├── TargetBox.tga ├── Warning.tga ├── EliteBorder.tga ├── RegularBorder.tga ├── RegularBackdrop.tga ├── WarningAlternate.tga ├── HighlightOriginal.tga ├── StatusbarBackground.tga ├── TargetBoxOriginal.tga ├── TargetBox_Original.tga ├── RegularBorderAnother.tga ├── RegularBorderAlternative.tga ├── NeatPlates_Quatre-Cata.toc ├── NeatPlates_Quatre-TBC.toc ├── NeatPlates_Quatre.toc ├── NeatPlates_Quatre-Classic.toc ├── NeatPlates_Quatre-Mists.toc └── NeatPlates_Quatre-WOTLKC.toc ├── NeatPlates_Renaitre ├── Warning.tga ├── Highlight.tga ├── RenCloakL.tga ├── Statusbar.tga ├── TargetBox.tga ├── EliteBorder.tga ├── TargetBox1.tga ├── RegularBorder.tga ├── StatusbarDark.tga ├── EliteBorderFade.tga ├── EliteBorderThin.tga ├── HighlightOriginal.tga ├── RegularBorderFade.tga ├── Textures │ ├── Warning.tga │ ├── Highlight.tga │ ├── RenCloakL.tga │ ├── RenStripe3.tga │ ├── Statusbar.tga │ ├── TargetBox.tga │ ├── EliteBorder.tga │ ├── RegularBorder.tga │ ├── RenStripe3L.tga │ ├── RenStripe3LL.tga │ ├── StatusbarDark.tga │ ├── TargetBoxTriangle.tga │ └── StatusbarBackground.tga ├── StatusbarBackground.tga ├── Fonts │ ├── RobotoCondensed-Bold.ttf │ └── ._RobotoCondensed-Bold.ttf ├── NeatPlates_Renaitre-TBC.toc ├── NeatPlates_Renaitre.toc ├── NeatPlates_Renaitre-Cata.toc ├── NeatPlates_Renaitre-Classic.toc ├── NeatPlates_Renaitre-Mists.toc └── NeatPlates_Renaitre-WOTLKC.toc ├── NeatPlates ├── media │ ├── DefaultFont.ttf │ └── Empty.tga ├── locales │ ├── deDE.lua │ ├── frFR.lua │ ├── itIT.lua │ ├── ptBR.lua │ ├── esMX.lua │ └── esES.lua ├── NeatPlates.toc ├── NeatPlates-BCC.toc ├── NeatPlates-Cata.toc ├── NeatPlates-Mists.toc ├── NeatPlates-WOTLKC.toc ├── NeatPlates-Mainline.toc ├── NeatPlates-Classic.toc ├── embeds.xml ├── locales.xml ├── embeds-classic.xml ├── NeatPlatesGlobals.lua ├── temporary-because-blizzard-forgot-an-include.xml ├── NeatPlatesParser.lua ├── NameplateCvarReference.lua └── NeatPlatesStatusbar.lua ├── NeatPlates_Alvara ├── Media │ ├── Shade.tga │ ├── Threat.tga │ ├── EliteIcon.tga │ ├── Highlight.tga │ ├── ShadeCast.tga │ ├── ShadeElite.tga │ ├── Statusbar.tga │ ├── anversbold.ttf │ ├── StatusbarCast.tga │ └── ThreatElite.tga ├── NeatPlates_Alvara.toc ├── NeatPlates_Alvara-BCC.toc ├── NeatPlates_Alvara-Cata.toc ├── NeatPlates_Alvara-Classic.toc ├── NeatPlates_Alvara-Mists.toc └── NeatPlates_Alvara-WOTLKC.toc ├── NeatPlates_Roth ├── Media │ ├── CastBar.tga │ ├── CastNoStop.tga │ ├── CastStop.tga │ ├── ElitePlate.tga │ ├── Highlight.tga │ ├── StatusBar.tga │ ├── ThreatBar.tga │ ├── NormalPlate.tga │ ├── CastStop-noicon.tga │ ├── Enchanted Land.otf │ ├── HighlightElite.tga │ └── CastNoStop-noicon.tga ├── NeatPlates_Roth.toc ├── NeatPlates_Roth-Cata.toc ├── NeatPlates_Roth-Mists.toc ├── NeatPlates_Roth-TBC.toc ├── NeatPlates_Roth-WOTLKC.toc └── NeatPlates_Roth-Classic.toc ├── NeatPlates_Simple ├── Media │ ├── blank.tga │ ├── barcast.tga │ ├── barhealth.tga │ ├── eliteicon.tga │ ├── blankborder.tga │ ├── neuropol x cd rg.ttf │ └── empty.tga ├── NeatPlates_Simple.toc ├── NeatPlates_Simple-Cata.toc ├── NeatPlates_Simple-Mists.toc ├── NeatPlates_Simple-TBC.toc ├── NeatPlates_Simple-WOTLKC.toc └── NeatPlates_Simple-Classic.toc ├── NeatPlates_Slim_Vertical ├── Slim_Bar.tga ├── Slim_Invis.tga ├── Slim_Select.tga ├── Slim_EliteIcon.tga ├── Slim_Highlight.tga ├── Slim_Bar_Backdrop.tga ├── Slim_CastOverlay.tga ├── Slim_CastShield.tga ├── Slim_HealthOverlay.tga ├── Slim_CastShield-noicon.tga ├── Slim_CastOverlay-noicon.tga ├── NeatPlates_Slim_Vertical.toc ├── NeatPlates_Slim_Vertical-Cata.toc ├── NeatPlates_Slim_Vertical-Mists.toc ├── NeatPlates_Slim_Vertical-TBC.toc ├── NeatPlates_Slim_Vertical-WOTLKC.toc └── NeatPlates_Slim_Vertical-Classic.toc ├── NeatPlates_ClassicPlates ├── Media │ ├── Alice.ttf │ ├── CastBar.tga │ ├── CastStop.tga │ ├── CastNoStop.tga │ ├── ElitePlate.tga │ ├── Highlight.tga │ ├── NormalPlate.tga │ ├── StatusBar.tga │ ├── ThreatBar.tga │ ├── CastStop-noicon.tga │ ├── HighlightElite.tga │ └── CastNoStop-noicon.tga ├── NeatPlates_ClassicPlates-BCC.toc ├── NeatPlates_ClassicPlates-Cata.toc ├── NeatPlates_ClassicPlates.toc ├── NeatPlates_ClassicPlates-Classic.toc ├── NeatPlates_ClassicPlates-Mists.toc └── NeatPlates_ClassicPlates-WOTLKC.toc ├── NeatPlates_Slim_Horizontal ├── Slim_Bar.tga ├── Slim_Invis.tga ├── Slim_Select.tga ├── Slim_CastShield.tga ├── Slim_EliteIcon.tga ├── Slim_Highlight.tga ├── Slim_Bar_Backdrop.tga ├── Slim_CastOverlay.tga ├── Slim_HealthOverlay.tga ├── Slim_CastShield-noicon.tga ├── Slim_CastOverlay-noicon.tga ├── NeatPlates_Slim_Horizontal.toc ├── NeatPlates_Slim_Horizontal-Cata.toc ├── NeatPlates_Slim_Horizontal-Mists.toc ├── NeatPlates_Slim_Horizontal-TBC.toc ├── NeatPlates_Slim_Horizontal-Classic.toc └── NeatPlates_Slim_Horizontal-WOTLKC.toc ├── NeatPlates_BlizzardPlates ├── media │ ├── backdrop.blp │ ├── BlizzardPlates-Border.blp │ ├── BlizzardPlates-CastBar.tga │ ├── -EliteBlizzardPlatesIcon.blp │ ├── EliteBlizzardPlatesIcon.blp │ ├── Nameplate-CastBar-NoIcon.blp │ ├── BlizzardPlates-WarningGlow.tga │ ├── BlizzardPlates-CastBar-Shield.tga │ ├── BlizzardPlates-CastBar-noicon.tga │ ├── Nameplate-CastBar-Shield-NoIcon.blp │ └── BlizzardPlates-CastBar-Shield-noicon.tga ├── NeatPlates_BlizzardPlates-BCC.toc ├── NeatPlates_BlizzardPlates-Cata.toc ├── NeatPlates_BlizzardPlates.toc ├── NeatPlates_BlizzardPlates-Classic.toc ├── NeatPlates_BlizzardPlates-Mists.toc └── NeatPlates_BlizzardPlates-WOTLKC.toc ├── .gitattributes ├── .gitignore ├── .github ├── ISSUE_TEMPLATE │ ├── feature_request.md │ └── bug_report.md └── workflows │ ├── inactivity.yml │ └── main.yml ├── README.md └── .pkgmeta /NeatPlatesHub/Menus.lua: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /NeatPlates_Neon/Neon_Bar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Neon/Neon_Bar.tga -------------------------------------------------------------------------------- /NeatPlatesHub/shared/Empty.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/Empty.tga -------------------------------------------------------------------------------- /NeatPlatesHub/shared/Target.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/Target.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/Aura/Edge.blp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/Aura/Edge.blp -------------------------------------------------------------------------------- /NeatPlates_Graphite/Target.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Graphite/Target.tga -------------------------------------------------------------------------------- /NeatPlates_Grey/EliteIcon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Grey/EliteIcon.tga -------------------------------------------------------------------------------- /NeatPlates_Grey/Highlight.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Grey/Highlight.tga -------------------------------------------------------------------------------- /NeatPlates_Grey/Statusbar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Grey/Statusbar.tga -------------------------------------------------------------------------------- /NeatPlates_Grey/TargetBox.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Grey/TargetBox.tga -------------------------------------------------------------------------------- /NeatPlates_Neon/Neon_Select.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Neon/Neon_Select.tga -------------------------------------------------------------------------------- /NeatPlates_Quatre/Highlight.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Quatre/Highlight.tga -------------------------------------------------------------------------------- /NeatPlates_Quatre/Statusbar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Quatre/Statusbar.tga -------------------------------------------------------------------------------- /NeatPlates_Quatre/TargetBox.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Quatre/TargetBox.tga -------------------------------------------------------------------------------- /NeatPlates_Quatre/Warning.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Quatre/Warning.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Warning.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Warning.tga -------------------------------------------------------------------------------- /NeatPlates/media/DefaultFont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates/media/DefaultFont.ttf -------------------------------------------------------------------------------- /NeatPlatesHub/shared/_Target.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/_Target.tga -------------------------------------------------------------------------------- /NeatPlates_Alvara/Media/Shade.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Alvara/Media/Shade.tga -------------------------------------------------------------------------------- /NeatPlates_Graphite/EliteIcon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Graphite/EliteIcon.tga -------------------------------------------------------------------------------- /NeatPlates_Graphite/Mouseover.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Graphite/Mouseover.tga -------------------------------------------------------------------------------- /NeatPlates_Graphite/StatusBar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Graphite/StatusBar.tga -------------------------------------------------------------------------------- /NeatPlates_Grey/CastStoppable.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Grey/CastStoppable.tga -------------------------------------------------------------------------------- /NeatPlates_Grey/RegularBorder.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Grey/RegularBorder.tga -------------------------------------------------------------------------------- /NeatPlates_Grey/RegularThreat.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Grey/RegularThreat.tga -------------------------------------------------------------------------------- /NeatPlates_Quatre/EliteBorder.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Quatre/EliteBorder.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Highlight.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Highlight.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/RenCloakL.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/RenCloakL.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Statusbar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Statusbar.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/TargetBox.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/TargetBox.tga -------------------------------------------------------------------------------- /NeatPlates_Roth/Media/CastBar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Roth/Media/CastBar.tga -------------------------------------------------------------------------------- /NeatPlates_Simple/Media/blank.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Simple/Media/blank.tga -------------------------------------------------------------------------------- /NeatPlatesHub/shared/Arrow-Left.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/Arrow-Left.tga -------------------------------------------------------------------------------- /NeatPlatesHub/shared/Arrow-Right.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/Arrow-Right.tga -------------------------------------------------------------------------------- /NeatPlatesHub/shared/Arrow-Sides.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/Arrow-Sides.tga -------------------------------------------------------------------------------- /NeatPlatesHub/shared/Arrow-Top.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/Arrow-Top.tga -------------------------------------------------------------------------------- /NeatPlatesHub/shared/Highlight.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/Highlight.tga -------------------------------------------------------------------------------- /NeatPlatesHub/shared/Scale-Icon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/Scale-Icon.tga -------------------------------------------------------------------------------- /NeatPlates_Alvara/Media/Threat.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Alvara/Media/Threat.tga -------------------------------------------------------------------------------- /NeatPlates_Graphite/HealthBorder.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Graphite/HealthBorder.tga -------------------------------------------------------------------------------- /NeatPlates_Grey/CastNotStoppable.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Grey/CastNotStoppable.tga -------------------------------------------------------------------------------- /NeatPlates_Neon/Neon_CastOverlay.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Neon/Neon_CastOverlay.tga -------------------------------------------------------------------------------- /NeatPlates_Neon/Neon_EliteIcon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Neon/Neon_EliteIcon.tga -------------------------------------------------------------------------------- /NeatPlates_Neon/Neon_EliteStar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Neon/Neon_EliteStar.tga -------------------------------------------------------------------------------- /NeatPlates_Neon/Neon_Highlight.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Neon/Neon_Highlight.tga -------------------------------------------------------------------------------- /NeatPlates_Neon/Skull_Icon_White.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Neon/Skull_Icon_White.tga -------------------------------------------------------------------------------- /NeatPlates_Quatre/RegularBorder.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Quatre/RegularBorder.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/EliteBorder.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/EliteBorder.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/TargetBox1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/TargetBox1.tga -------------------------------------------------------------------------------- /NeatPlates_Roth/Media/CastNoStop.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Roth/Media/CastNoStop.tga -------------------------------------------------------------------------------- /NeatPlates_Roth/Media/CastStop.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Roth/Media/CastStop.tga -------------------------------------------------------------------------------- /NeatPlates_Roth/Media/ElitePlate.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Roth/Media/ElitePlate.tga -------------------------------------------------------------------------------- /NeatPlates_Roth/Media/Highlight.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Roth/Media/Highlight.tga -------------------------------------------------------------------------------- /NeatPlates_Roth/Media/StatusBar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Roth/Media/StatusBar.tga -------------------------------------------------------------------------------- /NeatPlates_Roth/Media/ThreatBar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Roth/Media/ThreatBar.tga -------------------------------------------------------------------------------- /NeatPlates_Simple/Media/barcast.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Simple/Media/barcast.tga -------------------------------------------------------------------------------- /NeatPlatesHub/shared/ThinBlackLine.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/ThinBlackLine.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ClassWidget/MAGE.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ClassWidget/MAGE.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ClassWidget/MONK.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ClassWidget/MONK.tga -------------------------------------------------------------------------------- /NeatPlates_Alvara/Media/EliteIcon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Alvara/Media/EliteIcon.tga -------------------------------------------------------------------------------- /NeatPlates_Alvara/Media/Highlight.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Alvara/Media/Highlight.tga -------------------------------------------------------------------------------- /NeatPlates_Alvara/Media/ShadeCast.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Alvara/Media/ShadeCast.tga -------------------------------------------------------------------------------- /NeatPlates_Alvara/Media/ShadeElite.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Alvara/Media/ShadeElite.tga -------------------------------------------------------------------------------- /NeatPlates_Alvara/Media/Statusbar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Alvara/Media/Statusbar.tga -------------------------------------------------------------------------------- /NeatPlates_Alvara/Media/anversbold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Alvara/Media/anversbold.ttf -------------------------------------------------------------------------------- /NeatPlates_Neon/Neon_Bar_Backdrop.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Neon/Neon_Bar_Backdrop.tga -------------------------------------------------------------------------------- /NeatPlates_Neon/Neon_HealthOverlay.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Neon/Neon_HealthOverlay.tga -------------------------------------------------------------------------------- /NeatPlates_Quatre/RegularBackdrop.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Quatre/RegularBackdrop.tga -------------------------------------------------------------------------------- /NeatPlates_Quatre/WarningAlternate.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Quatre/WarningAlternate.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/RegularBorder.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/RegularBorder.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/StatusbarDark.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/StatusbarDark.tga -------------------------------------------------------------------------------- /NeatPlates_Roth/Media/NormalPlate.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Roth/Media/NormalPlate.tga -------------------------------------------------------------------------------- /NeatPlates_Simple/Media/barhealth.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Simple/Media/barhealth.tga -------------------------------------------------------------------------------- /NeatPlates_Simple/Media/eliteicon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Simple/Media/eliteicon.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Vertical/Slim_Bar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Vertical/Slim_Bar.tga -------------------------------------------------------------------------------- /NeatPlatesHub/shared/Arrow-Neon-Sides.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/Arrow-Neon-Sides.tga -------------------------------------------------------------------------------- /NeatPlatesHub/shared/Button-Down-Blue.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/Button-Down-Blue.tga -------------------------------------------------------------------------------- /NeatPlatesHub/shared/Button-Highlight.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/Button-Highlight.tga -------------------------------------------------------------------------------- /NeatPlatesHub/shared/Button-Up-Blue.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/Button-Up-Blue.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ArenaIcons/arena1.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ArenaIcons/arena1.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ArenaIcons/arena2.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ArenaIcons/arena2.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ArenaIcons/arena3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ArenaIcons/arena3.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ArenaIcons/arena4.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ArenaIcons/arena4.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ArenaIcons/arena5.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ArenaIcons/arena5.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/Aura/AuraFrameWide.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/Aura/AuraFrameWide.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ClassWidget/BORDER.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ClassWidget/BORDER.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ClassWidget/DRUID.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ClassWidget/DRUID.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ClassWidget/EVOKER.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ClassWidget/EVOKER.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ClassWidget/HUNTER.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ClassWidget/HUNTER.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ClassWidget/PALADIN.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ClassWidget/PALADIN.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ClassWidget/PRIEST.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ClassWidget/PRIEST.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ClassWidget/ROGUE.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ClassWidget/ROGUE.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ClassWidget/SHAMAN.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ClassWidget/SHAMAN.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ClassWidget/WARLOCK.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ClassWidget/WARLOCK.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ClassWidget/WARRIOR.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ClassWidget/WARRIOR.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ComboWidget/Powers.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ComboWidget/Powers.tga -------------------------------------------------------------------------------- /NeatPlates_Alvara/Media/StatusbarCast.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Alvara/Media/StatusbarCast.tga -------------------------------------------------------------------------------- /NeatPlates_Alvara/Media/ThreatElite.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Alvara/Media/ThreatElite.tga -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/Media/Alice.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_ClassicPlates/Media/Alice.ttf -------------------------------------------------------------------------------- /NeatPlates_Neon/Neon_CastOverlayNoInt.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Neon/Neon_CastOverlayNoInt.tga -------------------------------------------------------------------------------- /NeatPlates_Quatre/HighlightOriginal.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Quatre/HighlightOriginal.tga -------------------------------------------------------------------------------- /NeatPlates_Quatre/StatusbarBackground.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Quatre/StatusbarBackground.tga -------------------------------------------------------------------------------- /NeatPlates_Quatre/TargetBoxOriginal.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Quatre/TargetBoxOriginal.tga -------------------------------------------------------------------------------- /NeatPlates_Quatre/TargetBox_Original.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Quatre/TargetBox_Original.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/EliteBorderFade.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/EliteBorderFade.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/EliteBorderThin.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/EliteBorderThin.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/HighlightOriginal.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/HighlightOriginal.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/RegularBorderFade.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/RegularBorderFade.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Textures/Warning.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Textures/Warning.tga -------------------------------------------------------------------------------- /NeatPlates_Roth/Media/CastStop-noicon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Roth/Media/CastStop-noicon.tga -------------------------------------------------------------------------------- /NeatPlates_Roth/Media/Enchanted Land.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Roth/Media/Enchanted Land.otf -------------------------------------------------------------------------------- /NeatPlates_Roth/Media/HighlightElite.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Roth/Media/HighlightElite.tga -------------------------------------------------------------------------------- /NeatPlates_Simple/Media/blankborder.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Simple/Media/blankborder.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Horizontal/Slim_Bar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Horizontal/Slim_Bar.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Horizontal/Slim_Invis.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Horizontal/Slim_Invis.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Vertical/Slim_Invis.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Vertical/Slim_Invis.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Vertical/Slim_Select.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Vertical/Slim_Select.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/AbsorbWidget/Absorbs.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/AbsorbWidget/Absorbs.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/Aura/AuraFrameSquare.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/Aura/AuraFrameSquare.tga -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/Media/CastBar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_ClassicPlates/Media/CastBar.tga -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/Media/CastStop.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_ClassicPlates/Media/CastStop.tga -------------------------------------------------------------------------------- /NeatPlates_Neon/Neon_AggroOverlayWhite.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Neon/Neon_AggroOverlayWhite.tga -------------------------------------------------------------------------------- /NeatPlates_Neon/Neon_CastOverlay-noicon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Neon/Neon_CastOverlay-noicon.tga -------------------------------------------------------------------------------- /NeatPlates_Neon/Neon_HealthOverlay_Cube.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Neon/Neon_HealthOverlay_Cube.tga -------------------------------------------------------------------------------- /NeatPlates_Quatre/RegularBorderAnother.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Quatre/RegularBorderAnother.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/StatusbarBackground.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/StatusbarBackground.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Textures/Highlight.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Textures/Highlight.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Textures/RenCloakL.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Textures/RenCloakL.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Textures/RenStripe3.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Textures/RenStripe3.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Textures/Statusbar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Textures/Statusbar.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Textures/TargetBox.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Textures/TargetBox.tga -------------------------------------------------------------------------------- /NeatPlates_Roth/Media/CastNoStop-noicon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Roth/Media/CastNoStop-noicon.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Horizontal/Slim_Select.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Horizontal/Slim_Select.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Vertical/Slim_EliteIcon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Vertical/Slim_EliteIcon.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Vertical/Slim_Highlight.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Vertical/Slim_Highlight.tga -------------------------------------------------------------------------------- /NeatPlatesHub/shared/AccidentalPresidency.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/AccidentalPresidency.ttf -------------------------------------------------------------------------------- /NeatPlatesHub/shared/RobotoCondensed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/RobotoCondensed-Bold.ttf -------------------------------------------------------------------------------- /NeatPlatesWidgets/ClassWidget/DEATHKNIGHT.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ClassWidget/DEATHKNIGHT.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ClassWidget/DEMONHUNTER.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ClassWidget/DEMONHUNTER.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ComboWidget/PowersNeat.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ComboWidget/PowersNeat.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ComboWidget/PowersTrad.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ComboWidget/PowersTrad.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ComboWidget/ShardSpark.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ComboWidget/ShardSpark.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/RangeWidget/RangeWidget.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/RangeWidget/RangeWidget.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Generic.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Generic.tga -------------------------------------------------------------------------------- /NeatPlates_BlizzardPlates/media/backdrop.blp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_BlizzardPlates/media/backdrop.blp -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/Media/CastNoStop.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_ClassicPlates/Media/CastNoStop.tga -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/Media/ElitePlate.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_ClassicPlates/Media/ElitePlate.tga -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/Media/Highlight.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_ClassicPlates/Media/Highlight.tga -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/Media/NormalPlate.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_ClassicPlates/Media/NormalPlate.tga -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/Media/StatusBar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_ClassicPlates/Media/StatusBar.tga -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/Media/ThreatBar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_ClassicPlates/Media/ThreatBar.tga -------------------------------------------------------------------------------- /NeatPlates_Graphite/ThreatBorderDoubleDot.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Graphite/ThreatBorderDoubleDot.tga -------------------------------------------------------------------------------- /NeatPlates_Graphite/ThreatBorderSingleDot.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Graphite/ThreatBorderSingleDot.tga -------------------------------------------------------------------------------- /NeatPlates_Quatre/RegularBorderAlternative.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Quatre/RegularBorderAlternative.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Textures/EliteBorder.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Textures/EliteBorder.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Textures/RegularBorder.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Textures/RegularBorder.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Textures/RenStripe3L.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Textures/RenStripe3L.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Textures/RenStripe3LL.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Textures/RenStripe3LL.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Textures/StatusbarDark.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Textures/StatusbarDark.tga -------------------------------------------------------------------------------- /NeatPlates_Simple/Media/neuropol x cd rg.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Simple/Media/neuropol x cd rg.ttf -------------------------------------------------------------------------------- /NeatPlates_Slim_Horizontal/Slim_CastShield.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Horizontal/Slim_CastShield.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Horizontal/Slim_EliteIcon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Horizontal/Slim_EliteIcon.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Horizontal/Slim_Highlight.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Horizontal/Slim_Highlight.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Vertical/Slim_Bar_Backdrop.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Vertical/Slim_Bar_Backdrop.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Vertical/Slim_CastOverlay.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Vertical/Slim_CastOverlay.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Vertical/Slim_CastShield.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Vertical/Slim_CastShield.tga -------------------------------------------------------------------------------- /NeatPlates/locales/deDE.lua: -------------------------------------------------------------------------------- 1 | local L = LibStub("AceLocale-3.0"):NewLocale("NeatPlates", "deDE") 2 | if not L then return end 3 | 4 | 5 | L = L or {} 6 | -------------------------------------------------------------------------------- /NeatPlates/locales/frFR.lua: -------------------------------------------------------------------------------- 1 | local L = LibStub("AceLocale-3.0"):NewLocale("NeatPlates", "frFR") 2 | if not L then return end 3 | 4 | 5 | L = L or {} 6 | -------------------------------------------------------------------------------- /NeatPlates/locales/itIT.lua: -------------------------------------------------------------------------------- 1 | local L = LibStub("AceLocale-3.0"):NewLocale("NeatPlates", "itIT") 2 | if not L then return end 3 | 4 | 5 | L = L or {} 6 | -------------------------------------------------------------------------------- /NeatPlates/locales/ptBR.lua: -------------------------------------------------------------------------------- 1 | local L = LibStub("AceLocale-3.0"):NewLocale("NeatPlates", "ptBR") 2 | if not L then return end 3 | 4 | 5 | L = L or {} 6 | -------------------------------------------------------------------------------- /NeatPlatesHub/shared/RobotoCondensed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/RobotoCondensed-Regular.ttf -------------------------------------------------------------------------------- /NeatPlatesWidgets/QuestWidget/QuestIndicator.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/QuestWidget/QuestIndicator.tga -------------------------------------------------------------------------------- /NeatPlates_Neon/NeonRaidTargetingIcons copy.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Neon/NeonRaidTargetingIcons copy.tga -------------------------------------------------------------------------------- /NeatPlates_Neon/Neon_CastOverlayNoInt-noicon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Neon/Neon_CastOverlayNoInt-noicon.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Horizontal/Slim_Bar_Backdrop.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Horizontal/Slim_Bar_Backdrop.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Horizontal/Slim_CastOverlay.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Horizontal/Slim_CastOverlay.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Vertical/Slim_HealthOverlay.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Vertical/Slim_HealthOverlay.tga -------------------------------------------------------------------------------- /NeatPlatesHub/shared/YanoneKaffeesatz-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesHub/shared/YanoneKaffeesatz-Regular.ttf -------------------------------------------------------------------------------- /NeatPlatesWidgets/AbsorbWidget/AbsorbsVertical.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/AbsorbWidget/AbsorbsVertical.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/AbsorbWidget/HealingAbsorbs.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/AbsorbWidget/HealingAbsorbs.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/Aura/AuraFrameHighlightSquare.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/Aura/AuraFrameHighlightSquare.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/Aura/AuraFrameHighlightWide.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/Aura/AuraFrameHighlightWide.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/RangeWidget/RangeWidgetCircle.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/RangeWidget/RangeWidgetCircle.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/RangeWidget/RangeWidgetLine.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/RangeWidget/RangeWidgetLine.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/SwipeEdge.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/SwipeEdge.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ThreatLine/ThreatLineUnified.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ThreatLine/ThreatLineUnified.tga -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/Media/CastStop-noicon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_ClassicPlates/Media/CastStop-noicon.tga -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/Media/HighlightElite.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_ClassicPlates/Media/HighlightElite.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Fonts/RobotoCondensed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Fonts/RobotoCondensed-Bold.ttf -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Textures/TargetBoxTriangle.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Textures/TargetBoxTriangle.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Horizontal/Slim_HealthOverlay.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Horizontal/Slim_HealthOverlay.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Vertical/Slim_CastShield-noicon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Vertical/Slim_CastShield-noicon.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ComboWidget/RogueKyrianOverlay.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ComboWidget/RogueKyrianOverlay.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Monk-Chi-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Monk-Chi-On.tga -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/Media/CastNoStop-noicon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_ClassicPlates/Media/CastNoStop-noicon.tga -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Fonts/._RobotoCondensed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Fonts/._RobotoCondensed-Bold.ttf -------------------------------------------------------------------------------- /NeatPlates_Renaitre/Textures/StatusbarBackground.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Renaitre/Textures/StatusbarBackground.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Horizontal/Slim_CastShield-noicon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Horizontal/Slim_CastShield-noicon.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Vertical/Slim_CastOverlay-noicon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Vertical/Slim_CastOverlay-noicon.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ComboWidget/RogueKyrianOverlayNeat.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ComboWidget/RogueKyrianOverlayNeat.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ComboWidget/RogueKyrianOverlayOff.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ComboWidget/RogueKyrianOverlayOff.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/SwipeEdge.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/SwipeEdge.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/ComboPoint-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/ComboPoint-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/ComboPoint-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/ComboPoint-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Monk-Chi-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Monk-Chi-Off.tga -------------------------------------------------------------------------------- /NeatPlates_Slim_Horizontal/Slim_CastOverlay-noicon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_Slim_Horizontal/Slim_CastOverlay-noicon.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/AbsorbWidget/HealingAbsorbsVertical.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/AbsorbWidget/HealingAbsorbsVertical.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Monk-Chi-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Monk-Chi-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Monk-Chi-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Monk-Chi-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Blood-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Blood-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Frost-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Frost-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Warlock-Shard-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Warlock-Shard-On.tga -------------------------------------------------------------------------------- /NeatPlates_BlizzardPlates/media/BlizzardPlates-Border.blp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_BlizzardPlates/media/BlizzardPlates-Border.blp -------------------------------------------------------------------------------- /NeatPlates_BlizzardPlates/media/BlizzardPlates-CastBar.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_BlizzardPlates/media/BlizzardPlates-CastBar.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ComboWidget/RogueKyrianOverlayNeatOff.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ComboWidget/RogueKyrianOverlayNeatOff.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/NeatPlatesWidgets.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 110105 2 | ## Title: NeatPlates Widgets 3 | ## Notes: Library of Widgets 4 | ## Dependencies: NeatPlates 5 | 6 | Widgets.xml -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/ComboPoint-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/ComboPoint-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/ComboPoint-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/ComboPoint-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Unholy-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Unholy-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Evoker-Essence-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Evoker-Essence-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Evoker-Essence-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Evoker-Essence-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Warlock-Shard-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Warlock-Shard-Off.tga -------------------------------------------------------------------------------- /NeatPlates_BlizzardPlates/media/-EliteBlizzardPlatesIcon.blp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_BlizzardPlates/media/-EliteBlizzardPlatesIcon.blp -------------------------------------------------------------------------------- /NeatPlates_BlizzardPlates/media/EliteBlizzardPlatesIcon.blp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_BlizzardPlates/media/EliteBlizzardPlatesIcon.blp -------------------------------------------------------------------------------- /NeatPlates_BlizzardPlates/media/Nameplate-CastBar-NoIcon.blp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_BlizzardPlates/media/Nameplate-CastBar-NoIcon.blp -------------------------------------------------------------------------------- /NeatPlatesWidgets/NeatPlatesWidgets-Cata.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 40402 2 | ## Title: NeatPlates Widgets 3 | ## Notes: Library of Widgets 4 | ## Dependencies: NeatPlates 5 | 6 | Widgets.xml -------------------------------------------------------------------------------- /NeatPlatesWidgets/NeatPlatesWidgets-Mists.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 50500 2 | ## Title: NeatPlates Widgets 3 | ## Notes: Library of Widgets 4 | ## Dependencies: NeatPlates 5 | 6 | Widgets.xml -------------------------------------------------------------------------------- /NeatPlatesWidgets/NeatPlatesWidgets-TBC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 20504 2 | ## Title: NeatPlates Widgets 3 | ## Notes: Library of Widgets 4 | ## Dependencies: NeatPlates 5 | 6 | Widgets.xml -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Blood-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Blood-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Frost-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Frost-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Unholy-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Unholy-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Evoker-Essence-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Evoker-Essence-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Warlock-Shard-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Warlock-Shard-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Warlock-Shard-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Warlock-Shard-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/ComboPoint-Charged-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/ComboPoint-Charged-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Mage-ArcaneCharge-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Mage-ArcaneCharge-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Mage-ArcaneCharge-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Mage-ArcaneCharge-On.tga -------------------------------------------------------------------------------- /NeatPlates_BlizzardPlates/media/BlizzardPlates-WarningGlow.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_BlizzardPlates/media/BlizzardPlates-WarningGlow.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/NeatPlatesWidgets-Classic.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 11507 2 | ## Title: NeatPlates Widgets 3 | ## Notes: Library of Widgets 4 | ## Dependencies: NeatPlates 5 | 6 | Widgets.xml -------------------------------------------------------------------------------- /NeatPlatesWidgets/NeatPlatesWidgets-WOTLKC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 30404 2 | ## Title: NeatPlates Widgets 3 | ## Notes: Library of Widgets 4 | ## Dependencies: NeatPlates 5 | 6 | Widgets.xml -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Evoker-Essence-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Evoker-Essence-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Mage-ArcaneCharge-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Mage-ArcaneCharge-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/ComboPoint-Charged-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/ComboPoint-Charged-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Classic-Blood-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Classic-Blood-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Classic-Death-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Classic-Death-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Classic-Frost-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Classic-Frost-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-1-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-1-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-1-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-1-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-2-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-2-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-2-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-2-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-3-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-3-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-3-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-3-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-4-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-4-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-4-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-4-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-5-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-5-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-5-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/Paladin-HolyPower-5-On.tga -------------------------------------------------------------------------------- /NeatPlates_BlizzardPlates/media/BlizzardPlates-CastBar-Shield.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_BlizzardPlates/media/BlizzardPlates-CastBar-Shield.tga -------------------------------------------------------------------------------- /NeatPlates_BlizzardPlates/media/BlizzardPlates-CastBar-noicon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_BlizzardPlates/media/BlizzardPlates-CastBar-noicon.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/ComboPoint-Charged-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/ComboPoint-Charged-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/ComboPoint-Charged-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/ComboPoint-Charged-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Mage-ArcaneCharge-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Mage-ArcaneCharge-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-1-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-1-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-2-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-2-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-3-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-3-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-4-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-4-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-5-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-5-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Classic-Blood-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Classic-Blood-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Classic-Death-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Classic-Death-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Classic-Frost-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Classic-Frost-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Classic-Unholy-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Classic-Unholy-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Classic-Unholy-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Neat/DK-Rune-Classic-Unholy-On.tga -------------------------------------------------------------------------------- /NeatPlates_BlizzardPlates/media/Nameplate-CastBar-Shield-NoIcon.blp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_BlizzardPlates/media/Nameplate-CastBar-Shield-NoIcon.blp -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Classic-Blood-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Classic-Blood-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Classic-Blood-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Classic-Blood-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Classic-Death-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Classic-Death-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Classic-Death-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Classic-Death-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Classic-Frost-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Classic-Frost-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Classic-Frost-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Classic-Frost-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Classic-Unholy-On.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Classic-Unholy-On.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-1-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-1-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-2-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-2-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-3-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-3-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-4-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-4-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-5-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/Paladin-HolyPower-5-Off.tga -------------------------------------------------------------------------------- /NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Classic-Unholy-Off.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlatesWidgets/ResourceWidget/Blizzard/DK-Rune-Classic-Unholy-Off.tga -------------------------------------------------------------------------------- /NeatPlates_BlizzardPlates/media/BlizzardPlates-CastBar-Shield-noicon.tga: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Luxocracy/NeatPlates/HEAD/NeatPlates_BlizzardPlates/media/BlizzardPlates-CastBar-Shield-noicon.tga -------------------------------------------------------------------------------- /NeatPlates_Grey/NeatPlates_Grey.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 110105 2 | ## Title: NeatPlates: Grey Theme 3 | ## Notes: Use apostrophes wisely. 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Grey.lua -------------------------------------------------------------------------------- /NeatPlates_Quatre/NeatPlates_Quatre-Cata.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 40402 2 | ## Title: NeatPlates: Quatre Theme 3 | ## Notes: It's the 4th! 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Quatre.lua -------------------------------------------------------------------------------- /NeatPlates_Quatre/NeatPlates_Quatre-TBC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 20504 2 | ## Title: NeatPlates: Quatre Theme 3 | ## Notes: It's the 4th! 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Quatre.lua -------------------------------------------------------------------------------- /NeatPlates_Quatre/NeatPlates_Quatre.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 110105 2 | ## Title: NeatPlates: Quatre Theme 3 | ## Notes: It's the 4th! 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Quatre.lua -------------------------------------------------------------------------------- /NeatPlates_Grey/NeatPlates_Grey-Cata.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 40402 2 | ## Title: NeatPlates: Grey Theme 3 | ## Notes: Use apostrophes wisely. 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Grey.lua -------------------------------------------------------------------------------- /NeatPlates_Grey/NeatPlates_Grey-Classic.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 11507 2 | ## Title: NeatPlates: Grey Theme 3 | ## Notes: Use apostrophes wisely. 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Grey.lua -------------------------------------------------------------------------------- /NeatPlates_Grey/NeatPlates_Grey-Mists.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 50500 2 | ## Title: NeatPlates: Grey Theme 3 | ## Notes: Use apostrophes wisely. 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Grey.lua -------------------------------------------------------------------------------- /NeatPlates_Grey/NeatPlates_Grey-TBC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 20504 2 | ## Title: NeatPlates: Grey Theme 3 | ## Notes: Use apostrophes wisely. 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Grey.lua -------------------------------------------------------------------------------- /NeatPlates_Grey/NeatPlates_Grey-WOTLKC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 30404 2 | ## Title: NeatPlates: Grey Theme 3 | ## Notes: Use apostrophes wisely. 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Grey.lua -------------------------------------------------------------------------------- /NeatPlates_Quatre/NeatPlates_Quatre-Classic.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 11507 2 | ## Title: NeatPlates: Quatre Theme 3 | ## Notes: It's the 4th! 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Quatre.lua -------------------------------------------------------------------------------- /NeatPlates_Quatre/NeatPlates_Quatre-Mists.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 50500 2 | ## Title: NeatPlates: Quatre Theme 3 | ## Notes: It's the 4th! 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Quatre.lua -------------------------------------------------------------------------------- /NeatPlates_Quatre/NeatPlates_Quatre-WOTLKC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 30404 2 | ## Title: NeatPlates: Quatre Theme 3 | ## Notes: It's the 4th! 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Quatre.lua -------------------------------------------------------------------------------- /NeatPlates_Roth/NeatPlates_Roth.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 110105 2 | ## Title: NeatPlates: Roth 3 | ## Notes: Vanilla-Style Plates. 4 | ## Author: Reinhart 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Roth.lua 8 | 9 | -------------------------------------------------------------------------------- /NeatPlates_Roth/NeatPlates_Roth-Cata.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 40402 2 | ## Title: NeatPlates: Roth 3 | ## Notes: Vanilla-Style Plates. 4 | ## Author: Reinhart 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Roth.lua 8 | 9 | -------------------------------------------------------------------------------- /NeatPlates_Roth/NeatPlates_Roth-Mists.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 50500 2 | ## Title: NeatPlates: Roth 3 | ## Notes: Vanilla-Style Plates. 4 | ## Author: Reinhart 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Roth.lua 8 | 9 | -------------------------------------------------------------------------------- /NeatPlates_Roth/NeatPlates_Roth-TBC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 20504 2 | ## Title: NeatPlates: Roth 3 | ## Notes: Vanilla-Style Plates. 4 | ## Author: Reinhart 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Roth.lua 8 | 9 | -------------------------------------------------------------------------------- /NeatPlates_Roth/NeatPlates_Roth-WOTLKC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 30404 2 | ## Title: NeatPlates: Roth 3 | ## Notes: Vanilla-Style Plates. 4 | ## Author: Reinhart 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Roth.lua 8 | 9 | -------------------------------------------------------------------------------- /NeatPlates_Graphite/NeatPlates_Graphite-BCC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 20504 2 | ## Title: NeatPlates: Graphite 3 | ## Notes: Minimalisty 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Graphite.lua 8 | 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Graphite/NeatPlates_Graphite-Cata.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 40402 2 | ## Title: NeatPlates: Graphite 3 | ## Notes: Minimalisty 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Graphite.lua 8 | 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Graphite/NeatPlates_Graphite.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 110105 2 | ## Title: NeatPlates: Graphite 3 | ## Notes: Minimalisty 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Graphite.lua 8 | 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Roth/NeatPlates_Roth-Classic.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 11507 2 | ## Title: NeatPlates: Roth 3 | ## Notes: Vanilla-Style Plates. 4 | ## Author: Reinhart 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Roth.lua 8 | 9 | -------------------------------------------------------------------------------- /NeatPlates_Slim_Vertical/NeatPlates_Slim_Vertical.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 110105 2 | ## Title: NeatPlates: Slim Vertical|r 3 | ## Author: Dotfix 4 | ## Version: 2.2 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Slim_Vertical.lua -------------------------------------------------------------------------------- /NeatPlates_Graphite/NeatPlates_Graphite-Classic.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 11507 2 | ## Title: NeatPlates: Graphite 3 | ## Notes: Minimalisty 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Graphite.lua 8 | 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Graphite/NeatPlates_Graphite-Mists.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 50500 2 | ## Title: NeatPlates: Graphite 3 | ## Notes: Minimalisty 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Graphite.lua 8 | 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Graphite/NeatPlates_Graphite-WOTLKC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 30404 2 | ## Title: NeatPlates: Graphite 3 | ## Notes: Minimalisty 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Graphite.lua 8 | 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Slim_Horizontal/NeatPlates_Slim_Horizontal.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 110105 2 | ## Title: NeatPlates: Slim Horizontal 3 | ## Author: Dotfix 4 | ## Version: 2.2 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Slim_Horizontal.lua -------------------------------------------------------------------------------- /NeatPlates_Slim_Vertical/NeatPlates_Slim_Vertical-Cata.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 40402 2 | ## Title: NeatPlates: Slim Vertical|r 3 | ## Author: Dotfix 4 | ## Version: 2.2 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Slim_Vertical.lua -------------------------------------------------------------------------------- /NeatPlates_Slim_Vertical/NeatPlates_Slim_Vertical-Mists.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 50500 2 | ## Title: NeatPlates: Slim Vertical|r 3 | ## Author: Dotfix 4 | ## Version: 2.2 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Slim_Vertical.lua -------------------------------------------------------------------------------- /NeatPlates_Slim_Vertical/NeatPlates_Slim_Vertical-TBC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 20504 2 | ## Title: NeatPlates: Slim Vertical|r 3 | ## Author: Dotfix 4 | ## Version: 2.2 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Slim_Vertical.lua -------------------------------------------------------------------------------- /NeatPlates_Slim_Vertical/NeatPlates_Slim_Vertical-WOTLKC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 30404 2 | ## Title: NeatPlates: Slim Vertical|r 3 | ## Author: Dotfix 4 | ## Version: 2.2 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Slim_Vertical.lua -------------------------------------------------------------------------------- /NeatPlates_Slim_Horizontal/NeatPlates_Slim_Horizontal-Cata.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 40402 2 | ## Title: NeatPlates: Slim Horizontal 3 | ## Author: Dotfix 4 | ## Version: 2.2 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Slim_Horizontal.lua -------------------------------------------------------------------------------- /NeatPlates_Slim_Horizontal/NeatPlates_Slim_Horizontal-Mists.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 50500 2 | ## Title: NeatPlates: Slim Horizontal 3 | ## Author: Dotfix 4 | ## Version: 2.2 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Slim_Horizontal.lua -------------------------------------------------------------------------------- /NeatPlates_Slim_Horizontal/NeatPlates_Slim_Horizontal-TBC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 20504 2 | ## Title: NeatPlates: Slim Horizontal 3 | ## Author: Dotfix 4 | ## Version: 2.2 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Slim_Horizontal.lua -------------------------------------------------------------------------------- /NeatPlates_Slim_Vertical/NeatPlates_Slim_Vertical-Classic.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 11507 2 | ## Title: NeatPlates: Slim Vertical|r 3 | ## Author: Dotfix 4 | ## Version: 2.2 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Slim_Vertical.lua -------------------------------------------------------------------------------- /NeatPlates_Slim_Horizontal/NeatPlates_Slim_Horizontal-Classic.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 11507 2 | ## Title: NeatPlates: Slim Horizontal 3 | ## Author: Dotfix 4 | ## Version: 2.2 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Slim_Horizontal.lua -------------------------------------------------------------------------------- /NeatPlates_Slim_Horizontal/NeatPlates_Slim_Horizontal-WOTLKC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 30404 2 | ## Title: NeatPlates: Slim Horizontal 3 | ## Author: Dotfix 4 | ## Version: 2.2 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_Slim_Horizontal.lua -------------------------------------------------------------------------------- /NeatPlates_Neon/NeatPlates_Neon-TBC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 20504 2 | ## Title: NeatPlates: Neon Theme 3 | ## Notes: It toasts your Eggo waffles, and butters your bread. 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Neon.lua 8 | 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Neon/NeatPlates_Neon.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 110105 2 | ## Title: NeatPlates: Neon Theme 3 | ## Notes: It toasts your Eggo waffles, and butters your bread. 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Neon.lua 8 | 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Neon/NeatPlates_Neon-Cata.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 40402 2 | ## Title: NeatPlates: Neon Theme 3 | ## Notes: It toasts your Eggo waffles, and butters your bread. 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Neon.lua 8 | 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Neon/NeatPlates_Neon-Classic.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 11507 2 | ## Title: NeatPlates: Neon Theme 3 | ## Notes: It toasts your Eggo waffles, and butters your bread. 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Neon.lua 8 | 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Neon/NeatPlates_Neon-Mists.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 50500 2 | ## Title: NeatPlates: Neon Theme 3 | ## Notes: It toasts your Eggo waffles, and butters your bread. 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Neon.lua 8 | 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Neon/NeatPlates_Neon-WOTLKC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 30404 2 | ## Title: NeatPlates: Neon Theme 3 | ## Notes: It toasts your Eggo waffles, and butters your bread. 4 | ## Author: Binny 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | Neon.lua 8 | 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/NeatPlates_ClassicPlates-BCC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 20504 2 | ## Title: NeatPlates: |cffff6060ClassicPlates 3 | ## Notes: Vanilla-Style Plates. 4 | ## Author: delabarra 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_ClassicPlates.lua 8 | 9 | -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/NeatPlates_ClassicPlates-Cata.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 40402 2 | ## Title: NeatPlates: |cffff6060ClassicPlates 3 | ## Notes: Vanilla-Style Plates. 4 | ## Author: delabarra 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_ClassicPlates.lua 8 | 9 | -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/NeatPlates_ClassicPlates.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 110105 2 | ## Title: NeatPlates: |cffff6060ClassicPlates 3 | ## Notes: Vanilla-Style Plates. 4 | ## Author: delabarra 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_ClassicPlates.lua 8 | 9 | -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/NeatPlates_ClassicPlates-Classic.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 11507 2 | ## Title: NeatPlates: |cffff6060ClassicPlates 3 | ## Notes: Vanilla-Style Plates. 4 | ## Author: delabarra 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_ClassicPlates.lua 8 | 9 | -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/NeatPlates_ClassicPlates-Mists.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 50500 2 | ## Title: NeatPlates: |cffff6060ClassicPlates 3 | ## Notes: Vanilla-Style Plates. 4 | ## Author: delabarra 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_ClassicPlates.lua 8 | 9 | -------------------------------------------------------------------------------- /NeatPlates_ClassicPlates/NeatPlates_ClassicPlates-WOTLKC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 30404 2 | ## Title: NeatPlates: |cffff6060ClassicPlates 3 | ## Notes: Vanilla-Style Plates. 4 | ## Author: delabarra 5 | ## Dependencies: NeatPlates, NeatPlatesHub 6 | 7 | NeatPlates_ClassicPlates.lua 8 | 9 | -------------------------------------------------------------------------------- /NeatPlates_Alvara/NeatPlates_Alvara.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 110105 2 | ## Title: NeatPlates: Alvara 3 | ## Notes: Made to Alvara's specifications. Very Simple. 4 | ## Author: Alvara - Zul'Jin 5 | ## Version: 5a 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_Alvara.lua 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Alvara/NeatPlates_Alvara-BCC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 20504 2 | ## Title: NeatPlates: Alvara 3 | ## Notes: Made to Alvara's specifications. Very Simple. 4 | ## Author: Alvara - Zul'Jin 5 | ## Version: 5a 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_Alvara.lua 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Alvara/NeatPlates_Alvara-Cata.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 40402 2 | ## Title: NeatPlates: Alvara 3 | ## Notes: Made to Alvara's specifications. Very Simple. 4 | ## Author: Alvara - Zul'Jin 5 | ## Version: 5a 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_Alvara.lua 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Alvara/NeatPlates_Alvara-Classic.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 11507 2 | ## Title: NeatPlates: Alvara 3 | ## Notes: Made to Alvara's specifications. Very Simple. 4 | ## Author: Alvara - Zul'Jin 5 | ## Version: 5a 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_Alvara.lua 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Alvara/NeatPlates_Alvara-Mists.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 50500 2 | ## Title: NeatPlates: Alvara 3 | ## Notes: Made to Alvara's specifications. Very Simple. 4 | ## Author: Alvara - Zul'Jin 5 | ## Version: 5a 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_Alvara.lua 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Alvara/NeatPlates_Alvara-WOTLKC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 30404 2 | ## Title: NeatPlates: Alvara 3 | ## Notes: Made to Alvara's specifications. Very Simple. 4 | ## Author: Alvara - Zul'Jin 5 | ## Version: 5a 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_Alvara.lua 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Simple/NeatPlates_Simple.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 110105 2 | ## Title: NeatPlates: |cffffffffSimple|r 3 | ## Notes: Simple NeatPlates skin with some built-in Healer functionality. 4 | ## Author: FunkyCold 5 | ## Version: 7.3.0 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_Simple.lua -------------------------------------------------------------------------------- /NeatPlates_Simple/NeatPlates_Simple-Cata.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 40402 2 | ## Title: NeatPlates: |cffffffffSimple|r 3 | ## Notes: Simple NeatPlates skin with some built-in Healer functionality. 4 | ## Author: FunkyCold 5 | ## Version: 7.3.0 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_Simple.lua -------------------------------------------------------------------------------- /NeatPlates_Simple/NeatPlates_Simple-Mists.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 50500 2 | ## Title: NeatPlates: |cffffffffSimple|r 3 | ## Notes: Simple NeatPlates skin with some built-in Healer functionality. 4 | ## Author: FunkyCold 5 | ## Version: 7.3.0 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_Simple.lua -------------------------------------------------------------------------------- /NeatPlates_Simple/NeatPlates_Simple-TBC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 20504 2 | ## Title: NeatPlates: |cffffffffSimple|r 3 | ## Notes: Simple NeatPlates skin with some built-in Healer functionality. 4 | ## Author: FunkyCold 5 | ## Version: 7.3.0 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_Simple.lua -------------------------------------------------------------------------------- /NeatPlates_Simple/NeatPlates_Simple-WOTLKC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 30404 2 | ## Title: NeatPlates: |cffffffffSimple|r 3 | ## Notes: Simple NeatPlates skin with some built-in Healer functionality. 4 | ## Author: FunkyCold 5 | ## Version: 7.3.0 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_Simple.lua -------------------------------------------------------------------------------- /NeatPlates_Simple/NeatPlates_Simple-Classic.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 11507 2 | ## Title: NeatPlates: |cffffffffSimple|r 3 | ## Notes: Simple NeatPlates skin with some built-in Healer functionality. 4 | ## Author: FunkyCold 5 | ## Version: 7.3.0 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_Simple.lua -------------------------------------------------------------------------------- /NeatPlates_BlizzardPlates/NeatPlates_BlizzardPlates-BCC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 20504 2 | ## Title: NeatPlates: |cFF3782D1BlizzardPlates 3 | ## Notes: Blizzard Vanilla´s Plates. 4 | ## Author: delabarra. 5 | ## Version: 2.0 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_BlizzardPlates.lua 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_BlizzardPlates/NeatPlates_BlizzardPlates-Cata.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 40402 2 | ## Title: NeatPlates: |cFF3782D1BlizzardPlates 3 | ## Notes: Blizzard Vanilla´s Plates. 4 | ## Author: delabarra. 5 | ## Version: 2.0 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_BlizzardPlates.lua 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_BlizzardPlates/NeatPlates_BlizzardPlates.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 110105 2 | ## Title: NeatPlates: |cFF3782D1BlizzardPlates 3 | ## Notes: Blizzard Vanilla´s Plates. 4 | ## Author: delabarra. 5 | ## Version: 2.0 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_BlizzardPlates.lua 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Renaitre/NeatPlates_Renaitre-TBC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 20504 2 | ## Title: NeatPlates:|cffa335ee Renaitre|r 3 | ## Version: v7.0.3 4 | ## Notes: Renaitre's custom nameplates. 5 | ## Author: Renaitre 6 | ## Credits: Binbwen 7 | ## Dependencies: NeatPlates, NeatPlatesHub 8 | 9 | NeatPlates_Renaitre.lua 10 | -------------------------------------------------------------------------------- /NeatPlates_Renaitre/NeatPlates_Renaitre.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 110105 2 | ## Title: NeatPlates:|cffa335ee Renaitre|r 3 | ## Version: v7.0.3 4 | ## Notes: Renaitre's custom nameplates. 5 | ## Author: Renaitre 6 | ## Credits: Binbwen 7 | ## Dependencies: NeatPlates, NeatPlatesHub 8 | 9 | NeatPlates_Renaitre.lua 10 | -------------------------------------------------------------------------------- /NeatPlates_BlizzardPlates/NeatPlates_BlizzardPlates-Classic.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 11507 2 | ## Title: NeatPlates: |cFF3782D1BlizzardPlates 3 | ## Notes: Blizzard Vanilla´s Plates. 4 | ## Author: delabarra. 5 | ## Version: 2.0 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_BlizzardPlates.lua 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_BlizzardPlates/NeatPlates_BlizzardPlates-Mists.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 50500 2 | ## Title: NeatPlates: |cFF3782D1BlizzardPlates 3 | ## Notes: Blizzard Vanilla´s Plates. 4 | ## Author: delabarra. 5 | ## Version: 2.0 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_BlizzardPlates.lua 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_BlizzardPlates/NeatPlates_BlizzardPlates-WOTLKC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 30404 2 | ## Title: NeatPlates: |cFF3782D1BlizzardPlates 3 | ## Notes: Blizzard Vanilla´s Plates. 4 | ## Author: delabarra. 5 | ## Version: 2.0 6 | ## Dependencies: NeatPlates, NeatPlatesHub 7 | 8 | NeatPlates_BlizzardPlates.lua 9 | 10 | -------------------------------------------------------------------------------- /NeatPlates_Renaitre/NeatPlates_Renaitre-Cata.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 40402 2 | ## Title: NeatPlates:|cffa335ee Renaitre|r 3 | ## Version: v7.0.3 4 | ## Notes: Renaitre's custom nameplates. 5 | ## Author: Renaitre 6 | ## Credits: Binbwen 7 | ## Dependencies: NeatPlates, NeatPlatesHub 8 | 9 | NeatPlates_Renaitre.lua 10 | -------------------------------------------------------------------------------- /NeatPlates_Renaitre/NeatPlates_Renaitre-Classic.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 11507 2 | ## Title: NeatPlates:|cffa335ee Renaitre|r 3 | ## Version: v7.0.3 4 | ## Notes: Renaitre's custom nameplates. 5 | ## Author: Renaitre 6 | ## Credits: Binbwen 7 | ## Dependencies: NeatPlates, NeatPlatesHub 8 | 9 | NeatPlates_Renaitre.lua 10 | -------------------------------------------------------------------------------- /NeatPlates_Renaitre/NeatPlates_Renaitre-Mists.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 50500 2 | ## Title: NeatPlates:|cffa335ee Renaitre|r 3 | ## Version: v7.0.3 4 | ## Notes: Renaitre's custom nameplates. 5 | ## Author: Renaitre 6 | ## Credits: Binbwen 7 | ## Dependencies: NeatPlates, NeatPlatesHub 8 | 9 | NeatPlates_Renaitre.lua 10 | -------------------------------------------------------------------------------- /NeatPlates_Renaitre/NeatPlates_Renaitre-WOTLKC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 30404 2 | ## Title: NeatPlates:|cffa335ee Renaitre|r 3 | ## Version: v7.0.3 4 | ## Notes: Renaitre's custom nameplates. 5 | ## Author: Renaitre 6 | ## Credits: Binbwen 7 | ## Dependencies: NeatPlates, NeatPlatesHub 8 | 9 | NeatPlates_Renaitre.lua 10 | -------------------------------------------------------------------------------- /NeatPlates/NeatPlates.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 110105 2 | ## Title: NeatPlates 3 | ## Notes: Enjoys long walks on Darkshore 4 | ## Author: Luxocracy and friends 5 | ## Version: @project-version@ 6 | ## SavedVariables: NeatPlatesSettings 7 | ## SavedVariablesPerCharacter: NeatPlatesOptions 8 | 9 | temporary-because-blizzard-forgot-an-include.xml 10 | embeds.xml 11 | locales.xml 12 | NeatPlates.xml 13 | -------------------------------------------------------------------------------- /NeatPlates/NeatPlates-BCC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 20504 2 | ## Title: NeatPlates 3 | ## Notes: Enjoys long walks on Darkshore 4 | ## Author: Luxocracy and friends 5 | ## Version: @project-version@ 6 | ## SavedVariables: NeatPlatesSettings 7 | ## SavedVariablesPerCharacter: NeatPlatesOptions 8 | 9 | temporary-because-blizzard-forgot-an-include.xml 10 | embeds.xml 11 | locales.xml 12 | NeatPlates.xml 13 | -------------------------------------------------------------------------------- /NeatPlates/NeatPlates-Cata.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 40402 2 | ## Title: NeatPlates 3 | ## Notes: Enjoys long walks on Darkshore 4 | ## Author: Luxocracy and friends 5 | ## Version: @project-version@ 6 | ## SavedVariables: NeatPlatesSettings 7 | ## SavedVariablesPerCharacter: NeatPlatesOptions 8 | 9 | temporary-because-blizzard-forgot-an-include.xml 10 | embeds.xml 11 | locales.xml 12 | NeatPlates.xml 13 | -------------------------------------------------------------------------------- /NeatPlates/NeatPlates-Mists.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 50500 2 | ## Title: NeatPlates 3 | ## Notes: Enjoys long walks on Darkshore 4 | ## Author: Luxocracy and friends 5 | ## Version: @project-version@ 6 | ## SavedVariables: NeatPlatesSettings 7 | ## SavedVariablesPerCharacter: NeatPlatesOptions 8 | 9 | temporary-because-blizzard-forgot-an-include.xml 10 | embeds.xml 11 | locales.xml 12 | NeatPlates.xml 13 | -------------------------------------------------------------------------------- /NeatPlates/NeatPlates-WOTLKC.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 30404 2 | ## Title: NeatPlates 3 | ## Notes: Enjoys long walks on Darkshore 4 | ## Author: Luxocracy and friends 5 | ## Version: @project-version@ 6 | ## SavedVariables: NeatPlatesSettings 7 | ## SavedVariablesPerCharacter: NeatPlatesOptions 8 | 9 | temporary-because-blizzard-forgot-an-include.xml 10 | embeds.xml 11 | locales.xml 12 | NeatPlates.xml 13 | -------------------------------------------------------------------------------- /NeatPlates/NeatPlates-Mainline.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 110105 2 | ## Title: NeatPlates 3 | ## Notes: Enjoys long walks on Darkshore 4 | ## Author: Luxocracy and friends 5 | ## Version: @project-version@ 6 | ## SavedVariables: NeatPlatesSettings 7 | ## SavedVariablesPerCharacter: NeatPlatesOptions 8 | 9 | temporary-because-blizzard-forgot-an-include.xml 10 | embeds.xml 11 | locales.xml 12 | NeatPlates.xml 13 | -------------------------------------------------------------------------------- /NeatPlates/NeatPlates-Classic.toc: -------------------------------------------------------------------------------- 1 | ## Interface: 11507 2 | ## Title: NeatPlates 3 | ## Notes: Enjoys long walks on Darkshore 4 | ## Author: Luxocracy and friends 5 | ## Version: @project-version@ 6 | ## SavedVariables: NeatPlatesSettings 7 | ## SavedVariablesPerCharacter: NeatPlatesOptions 8 | 9 | temporary-because-blizzard-forgot-an-include.xml 10 | embeds-classic.xml 11 | locales.xml 12 | NeatPlates.xml 13 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | 19 | *.toc merge=ours 20 | .pkgmeta merge=ours -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Windows thumbnail cache files 2 | Thumbs.db 3 | ehthumbs.db 4 | ehthumbs_vista.db 5 | 6 | # Folder config file 7 | Desktop.ini 8 | 9 | # Recycle Bin used on file shares 10 | $RECYCLE.BIN/ 11 | 12 | # Windows Installer files 13 | *.cab 14 | *.msi 15 | *.msm 16 | *.msp 17 | 18 | # Windows shortcuts 19 | *.lnk 20 | 21 | # ========================= 22 | # Operating System Files 23 | # ========================= 24 | *.zip 25 | *.bat 26 | TODO.txt 27 | *.sublime-project 28 | *.sublime-workspace 29 | libs/ 30 | *.code-workspace 31 | .vscode/ 32 | 33 | *.psd 34 | -------------------------------------------------------------------------------- /NeatPlates/embeds.xml: -------------------------------------------------------------------------------- 1 | 2 |