Skip to content

Commit

Permalink
Add nameplate castbars (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Jan 19, 2016
1 parent e36700b commit ed16fcb
Show file tree
Hide file tree
Showing 6 changed files with 420 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gladdy.lua
Expand Up @@ -1023,11 +1023,11 @@ function Gladdy:UpdateGUID(guid, uid)
self:UNIT_AURA(nil, uid)
self:UNIT_HEALTH(nil, uid)
self:UNIT_POWER(nil, uid)
if select(1, UnitChannelInfo(uid)) then
self:UNIT_SPELLCAST_CHANNEL_START(nil, uid)
else
self:UNIT_SPELLCAST_START(nil, uid)
end
-- if select(1, UnitChannelInfo(uid)) then
-- self:UNIT_SPELLCAST_CHANNEL_START(nil, uid)
-- else
-- self:UNIT_SPELLCAST_START(nil, uid)
-- end

end

Expand Down
1 change: 1 addition & 0 deletions Gladdy.toc
Expand Up @@ -22,6 +22,7 @@ Modules\Diminishings.lua
Modules\Healthbar.lua
Modules\Highlight.lua
Modules\Nameplates.lua
Modules\PlateCastbar.lua
Modules\Powerbar.lua
Modules\Trinket.lua
Modules\Cooldowns.lua
Expand Down
Binary file added Images/DorisPP.TTF
Binary file not shown.
Binary file added Images/LiteStep.tga
Binary file not shown.
1 change: 1 addition & 0 deletions Modules/Nameplates.lua
Expand Up @@ -12,6 +12,7 @@ local Nameplates = Gladdy:NewModule("Nameplates", nil, {
LibStub("AceHook-3.0"):Embed(Nameplates)
LibStub("AceTimer-3.0"):Embed(Nameplates)


local totems = {
["Nameplates"] = {},
["Totems"] = {
Expand Down

0 comments on commit ed16fcb

Please sign in to comment.