stopwatch/timer mac...
 
Notifications
Clear all

stopwatch/timer macro command?

RealRevChris
(@realrevchris)
Estimable Member

I want a one button macro to show the stopwatch. Even though the SW was added in WOTLK (I think) it is in Classic. Normally it would be easy, but I have tried: /SW, /Stopwatch, /Timer & none of those work. Anyone know the command for this?

Quote
Topic starter Posted : 09/09/2019 1:21 pm
(@pippina)
Noble Member Moderator

Have you seen this?

https://wow.gamepedia.com/MACRO_stopwatch

Curious what the commands look like in your macro. Though it sounds like you're just typing in /stopwatch?

ReplyQuote
Posted : 09/09/2019 2:26 pm
(@pippina)
Noble Member Moderator

ReverendChris

Yeah the /sw command and /stopwatch command didn't work for me either, I just tried it. And upon a closer link at that URL I just posted, I saw this:
The stopwatch was added in the Wrath of the Lich King content patch, right before the expansion.

All the commands to use the stopwatch feature don't work, so it sure goes appear like we don't get a stopwatch function in Classic. You're probably going to have to find an add-on to get this feature.

ReplyQuote
Posted : 09/09/2019 2:37 pm
Selexin
(@selexin)
Prominent Member

I saw esfand was using a stopwatch in his Ragnaros attempts, I'm sure it used to be CT Timer or something back in the day.

ReplyQuote
Posted : 09/09/2019 3:30 pm
RealRevChris
(@realrevchris)
Estimable Member

There is a stopwatch, you can access it in the clock on the minimap. I just wanted a way to open it with a macro command.

ReplyQuote
Topic starter Posted : 09/09/2019 8:07 pm
Selexin
(@selexin)
Prominent Member

There is a stopwatch, you can access it in the clock on the minimap. I just wanted a way to open it with a macro command.

/run Stopwatch_StartCountdown(0, 0, 30); Stopwatch_Play()

Stopwatch for 30 secs, apparently this macro commands works, but have not logged in to test it.

ReplyQuote
Posted : 09/09/2019 9:42 pm
Furious reacted
(@pippina)
Noble Member Moderator

There is a stopwatch, you can access it in the clock on the minimap. I just wanted a way to open it with a macro command.

/run Stopwatch_StartCountdown(0, 0, 30); Stopwatch_Play()

Stopwatch for 30 secs, apparently this macro commands works, but have not logged in to test it.

I can confirm this works, just slapped it into a macro and gave it a shot.

I wonder why the syntax changed from retail.

ReplyQuote
Posted : 10/09/2019 12:10 am
Caperfin
(@caperfin)
Reputable Member

I can confirm this works, just slapped it into a macro and gave it a shot.

yeah it works

ReplyQuote
Posted : 10/09/2019 2:02 am
RealRevChris
(@realrevchris)
Estimable Member

That works, I used this; it just opens the timer

/run Stopwatch_StartCountdown(0, 0, 0)

I guess you could add ; Stopwatch_Play() to start it counting up.

ReplyQuote
Topic starter Posted : 11/09/2019 9:40 am