Timer Addon

Discuss your favorite pet addons and macros.
Post Reply
User avatar
FuxieDK
Posts:878
Joined:July 27th, 2009
Pet Score:13645
BattleTag®:FuxieDK#2678
Realm:Draenor-eu
Contact:
Re: Timer Addon

Post by FuxieDK » July 6th, 2017, 12:48 am

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:

User avatar
Drudatz
Top Rater
Posts:387
Joined:June 13th, 2011
Pet Score:10205
Realm:Kul Tiras-eu
Contact:

Re: Timer Addon

Post by Drudatz » July 6th, 2017, 7:04 pm

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

Post Reply