Page 1 of 1

Re: Timer Addon

Posted: July 6th, 2017, 12:48 am
by FuxieDK
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 :roll: :roll:

Re: Timer Addon

Posted: July 6th, 2017, 7:04 pm
by Drudatz
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 :roll: :roll:
No, its 30 seconds like all the other queues.

@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