|
2011-09-25 08:13
조회: 620
추천: 0
초시계 반복 매크로 부탁드립니다.아래 매크로가 30초 역 카운트 무한반복 하는 매크로라고 답변주신분이 계신데요
/run if TF then TF:SetScript("OnUpdate",nil)TF=nil;Stopwatch_FinishCountdown()StopwatchFrame:Hide()else TF=CreateFrame"FRAME"TF:SetScript("OnUpdate",function()if not Stopwatch_IsPlaying() then Stopwatch_StartCountdown(0,0,30)Stopwatch_Play()end;end)end 혹시 처음은 30초 다음은 33초 다음은 36초 이런식으로 3초씩 늘려서 할수도 있는지 알려주세요.
EXP
100,258
(65%)
/ 102,001
|
dsafe