- Added several options and tools for streamers and youtubers.
- Bar animation now uses delta time and speed shouldn't variate with framerate. - Test bars got improvement! - Fixed balance druid sometimes being detected as resto druid. - API: added new events: COMBAT_ARENA_START, COMBAT_ARENA_END, COMBAT_MYTHICDUNGEON_START, COMBAT_MYTHICDUNGEON_END. - API: added Details:AddColorString (player_name, class), add the player class color in the name string. - API: added Details:AddRoleIcon (player_name, role, size), add the role icon in the name string. - API: framework updated to v57.
This commit is contained in:
@@ -415,6 +415,9 @@
|
||||
|
||||
_detalhes:CheckSwitchToCurrent()
|
||||
_detalhes:CheckForTextTimeCounter (true)
|
||||
|
||||
--> stop bar testing if any
|
||||
_detalhes:StopTestBarUpdate()
|
||||
end
|
||||
|
||||
function _detalhes:DelayedSyncAlert()
|
||||
@@ -900,6 +903,7 @@
|
||||
_detalhes.tabela_vigente.arena = true
|
||||
_detalhes.tabela_vigente.is_arena = {name = _detalhes.zone_name, zone = _detalhes.zone_name, mapid = _detalhes.zone_id}
|
||||
|
||||
_detalhes:SendEvent ("COMBAT_ARENA_START")
|
||||
end
|
||||
|
||||
function _detalhes:StartArenaSegment (...)
|
||||
@@ -946,6 +950,7 @@
|
||||
_detalhes:TimeDataUnregister ("Your Team Healing")
|
||||
_detalhes:TimeDataUnregister ("Enemy Team Healing")
|
||||
|
||||
_detalhes:SendEvent ("COMBAT_ARENA_END")
|
||||
end
|
||||
|
||||
local validSpells = {
|
||||
|
||||
Reference in New Issue
Block a user