---- FuBar_RogueTimerFu ----

You can delete the files in the Bars folder if you dont want timers for what is the filename

/rt or /roguetimerfu are the chat commands

option to dissable completly if class is not a rogue and enable if it is

---- Custom Events ----
you can add a custom event now.  in the corret file in Bars\ add:

self:AddRule(group, name, { time = "base time", [d={cp = combo point multiplyer, tn = talent tree table, tb = efect of talents, tp = percentage effect of talents, to =  if not talent then dont use,}], [event = "use blizzards spell finished event"]
the basis which is required is
self:AddRule(group, name ,{time = 10})

harder example:
self:AddRule("Buffs", "Slice and Dice" ,{ time = 9, d={cp=3, tn={1, 6}, tb=15, tp=1 }, event = true})

creates a new spell in catigory buff
basic time is 9 secs
but to add into that there is a combo point addition of 3 per cp
and also imp SnD is talent 1, 6
tb = 15 is the increase from the talent per rank
tp=1 means that the talent increase is a percentage
event = true means use blizzards events because it is a sefl buff which cant be missed dodged or resisted