Page 1 of 1

Changing the icon side on coolDown (a.k.a. shag's coolDown)

PostPosted: Thu Jan 28, 2016 12:27 am
by Youfie
Hey,

I use coolDown to track the CDs of my items and abilities.

I'd like to have the icons on the left of the bar, rather than on the right.

I tried to edit a bit the Options.lua file, changing iconDock = "RIGHT", to "iconDock = "LEFT", but nothing changed. I guess there is something to do with the iFrame Manager decency or something.

Any chance someone managed to do that and could share his tweak? :)

For those interested in taking a look, the AddOn can be found here (among many other places / add ons packs etc. ofc) :
viewtopic.php?f=63&t=933&start=250#p183863

Thank you for your time !

Re: Changing the icon side on coolDown (a.k.a. shag's coolDo

PostPosted: Thu Jan 28, 2016 9:51 am
by Roadblock
Try
Code: Select all
/script coolDownOptions.iconDock="Left"
/console reloadui

Re: Changing the icon side on coolDown (a.k.a. shag's coolDo

PostPosted: Thu Jan 28, 2016 3:29 pm
by Youfie
Roadblock wrote:Try
Code: Select all
/script coolDownOptions.iconDock="Left"
/console reloadui

Nice, it worked like a charm. Even after loging out etc. :).

Thanks!

Re: Changing the icon side on coolDown (a.k.a. shag's coolDo

PostPosted: Tue Mar 01, 2016 2:43 am
by Youfie
Hey, i'm digging this thread to know if anyone knows how to modify the AddOn to keep track of your trinket CD's even when they're unequipped.

I'd love to have this function, anyone knows if it's something that could be done relatively easily, or does it require to much work?

Thanks in advance :).