Skip to content

Commit

Permalink
Nyalotha/NZoth: Update nameplate API
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Aug 9, 2024
1 parent 51957e1 commit 05b49ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Nyalotha/NZoth.lua
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,9 @@ do
self:Bar(310184, 12.1, CL.count:format(self:SpellName(310184), creepingAnguishCount)) -- Creeping Anquish
elseif mobId == 162933 and not mobCollector[guid] then -- Thought Harvester
mobCollector[guid] = true
self:NameplateBar(317066, 8.5, guid) -- Harvest Thoughts
self:Nameplate(317066, 8.5, guid) -- Harvest Thoughts
if self:Tank() then
self:NameplateBar(316711, 3, guid) -- Mindwrack
self:Nameplate(316711, 3, guid) -- Mindwrack
end
local t = GetTime()
if t-prev > 2 then -- 2 Spawn at the same in Mythic
Expand Down Expand Up @@ -341,7 +341,7 @@ do
prev = t
self:Message(args.spellId, "red")
self:PlaySound(args.spellId, "alarm")
self:NameplateBar(args.spellId, 8.5, args.sourceGUID)
self:Nameplate(args.spellId, 8.5, args.sourceGUID)
end
end
end
Expand Down Expand Up @@ -749,7 +749,7 @@ do
self:Message(args.spellId, "orange")
self:PlaySound(args.spellId, "alarm")
end
self:NameplateBar(args.spellId, self:Mythic() and 30 or 23, args.sourceGUID)
self:Nameplate(args.spellId, self:Mythic() and 30 or 23, args.sourceGUID)
end
end

Expand Down

0 comments on commit 05b49ad

Please sign in to comment.