Page 3 of 4

Re: Is it possible on vanilla? (addon)

PostPosted: Thu Mar 03, 2016 2:39 am
by Kaiji
This is amazing. Absolutely love the alternative theme too.

Thanks so much, Bit.

Re: Is it possible on vanilla? (addon)

PostPosted: Wed Mar 16, 2016 10:49 pm
by MageQT
hey man!!!1

I was the original poster of the other thread that was posted! I just want to Thank you, because YOU ARE THE MAN!

What's your character IN-Game so i can send you some gold and some cake!

Re: Is it possible on vanilla? (addon)

PostPosted: Wed Mar 16, 2016 11:03 pm
by Bit
MageQT wrote:hey man!!!1

I was the original poster of the other thread that was posted! I just want to Thank you, because YOU ARE THE MAN!

What's your character IN-Game so i can send you some gold and some cake!


That's not necessary but I'm glad you like it :)

Re: Is it possible on vanilla? (addon)

PostPosted: Fri Apr 01, 2016 2:29 pm
by Kettoshi
Guybrush wrote:Been playing around with it, only had 1 issue with it. When 2 icons are on top of each other there's a lot of Z-fighting going on.


i didn't like that as well but i managed it to implement a sorting for the framelevel. now the shortest cooldown is always on top as long as the remaining time is shorter than x seconds. i still let the longer cooldowns dancing.
Image

if you want that too, just replace the coolline.lua with this
http://pastebin.com/NEzSCWez

and set the treshold in your settings.lua like this (otherwise you will get an error):

Code: Select all
cooline_theme = {
   YOUR SETTINGS,
   treshold = 3.0,
}

Re: Is it possible on vanilla? (Coolline for 1.12.1)

PostPosted: Fri Apr 01, 2016 4:30 pm
by schaka
You should probably make a pull request to the author's repo on GitHub!

Re: Is it possible on vanilla? (Coolline for 1.12.1)

PostPosted: Fri Apr 01, 2016 6:16 pm
by Kettoshi
schaka wrote:You should probably make a pull request to the author's repo on GitHub!

good idea, just fixed that

Re: Is it possible on vanilla? (Coolline for 1.12.1)

PostPosted: Fri Apr 01, 2016 8:31 pm
by Bit
accepted it. thanks

Re: Is it possible on vanilla? (Coolline for 1.12.1)

PostPosted: Sat Apr 30, 2016 11:47 pm
by naapsuland
This is amazing :)

Re: Is it possible on vanilla? (Coolline for 1.12.1)

PostPosted: Mon Sep 05, 2016 10:55 am
by pingaan
I've been looking a long time for this kind of addon for Vanilla. I'm used to having Sexycooldown when playing ordinary WoW.
This is awesome, thanks!

I have one question/request.. Is it possible to resize? It takes up quite a lot of screen space on my small laptop screen.

edit: nevermind, I figured it out by checking the second tab in this thread. Great job, man! Thanks!

Re: Is it possible on vanilla? (Coolline for 1.12.1)

PostPosted: Tue Nov 29, 2016 10:45 pm
by doohgk
I'm a noob when it comes to coding and stuff, but what exactly am I downloading? The link takes me to a page that has 4 files and none of them appear to be an addon. They all look like code that you paste into an addon. Please help.