Hi guys i would like to have a macro so when i use Shroud of concealment in my party a Timer runs down and tells the Party howlong it will last, but i am to stupid to make it work can someone help me?
thx already in front
Hi guys i would like to have a macro so when i use Shroud of concealment in my party a Timer runs down and tells the Party howlong it will last, but i am to stupid to make it work can someone help me?
thx already in front
/cast Shroud of Concealment
/run local w,f,T,C=“SAY”,CnD or CreateFrame(“Frame”,“CnD”),1,15 f:SetScript(“OnUpdate”,function(s,e)T=T+e if T>1 then T=0 SendChatMessage(C>0 and "Shrouding ends in "…C,w)C=C-1 if C<0 then s:Hide()end end end) f:Show()
That works
, just replace “SAY” with “PARTY”, if you want it to be in the party chat 
Somehow it does not really work for me 
I can see it doesn’t work if you copy paste it from the forum for some reason 
edited:
One think it does is replaces " with ”, but it seems to do more than just that. 
edited:
if you type . 2 times it replaces it with …, so replace … with 2 dots.
Fix those two things in the macro and it works 
did you get it to work?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.