I got this awesome addon named 'Damn Windfury!'.
http://wow.curseforge.com/addons/project-2710/
There are a few links, but all of them labeled german.
But it won't work, I figured out its because of the localization.
I changed 'Events Stuff' to this (german to english):
-- ####### Events Stuff
DW_EventWindfury = "You gain (.+) windfury" -- You gain windfury
DW_EventHit = "You(.+) (%d+)" -- You hit target for
DW_EventCrit = "crit" -- The word for crit
DW_EventSingle = "Single" -- The word for Single
DW_EventDouble = "Single" -- The word for Double
DW_EventTriple = "Triple" -- The word for Triple
DW_WordWindfury = "Windfury" -- The word for Windfury
DW_EventChain = "Chain" -- The word for Chain
But it still won't work. I'm a newb in scripting,does anyone can fix this?
I'm getting no message in the standard frame, chat frame and sct.
Thanks in advance.