Doesn't DBM show it?
It shows invite-timer for all instances, including Pet Battle Dungeons..
However, it's hugely overkill to install DBM for that timer alone, as it's a raid timer addon..
....And it's 38 seconds, not 30
Timer Addon
Re: Timer Addon
No, its 30 seconds like all the other queues.FuxieDK wrote:However, it's hugely overkill to install DBM for that timer alone, as it's a raid timer addon..
....And it's 38 seconds, not 30
@Biscuit: you could write your own lil'Addon that looks like this
Code: Select all
if event == "PET_BATTLE_QUEUE_PROPOSE_MATCH" then
-- pb popup is shown, the stopwatch opened, set to 30 secs and started
Stopwatch_StartCountdown(0, 0, 30)
StopwatchFrame:Show()
Stopwatch_Play()
FlashClientIcon()
end