Download
(13Kb)
Download
Updated: 01-05-11 07:39 AM
Pictures
File Info
Updated:01-05-11 07:39 AM
Created:01-04-11 01:05 PM
Downloads:1,639
Favorites:11
MD5:

Freebars

Version: 0.2
by: kocckacocc [More]

Hy all!

This is my very first addon and still very very beta...

It's simply create custom bars for your cds, auras, target debuffs with
extremely low CPU and memory impact.

(target buffs and shaman totems not yet implemented)

You can set each of the bars

  • position, size
  • bar color, backdrop color, transparency
  • grow direction (up-down, left-right, ... )
  • orientation (vertical, horizontal)
  • stack text size (u can set the font too, or disable it)
  • timer text size (u can set the font too, or disable it)

There's no ingame configuration, sorry, you must edit the cfg.lua file.
Don't worry, it's well documented.

I use it in my UI to put cd and buff bars below my actionbuttons. Yust like buttontimers do, but with greatly lower CPU and memory usage. and I use it to track my procs too...

Here is a sample setup for a bar in cfg.lua:


ns.cfg = {
-- player class
["DRUID"] = {
-- player auras
auras = {
["Lifebloom"] = {
countsize = 9,
timersize = 9,
reverse = false,
vertical = true,
width = 50,
height = 150,
xpos = -150,
ypos = -150,
r = 0,
g = 0.5,
b = 0,
}
},
}
}



Credits:
Freebaser - ikons

Optional Files (0)


Post A Reply Comment Options
Unread 01-28-11, 06:25 AM  
kocckacocc
A Defias Bandit
 
kocckacocc's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 2
Uploads: 2
Originally posted by Zhiva
Your "width" and "height" fields have misleading names. "width" should be named "iconSize", and "height" should be named "barLength".
Yeah, You're right. my anglish is bad.
Report comment to moderator  
Reply With Quote
Unread 01-16-11, 07:29 AM  
Zhiva
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 30
Uploads: 1
Your "width" and "height" fields have misleading names. "width" should be named "iconSize", and "height" should be named "barLength".
Report comment to moderator  
Reply With Quote
Unread 01-05-11, 06:32 AM  
kocckacocc
A Defias Bandit
 
kocckacocc's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 2
Uploads: 2
Thanks for the comment!

Sorry ingame configuration don't yet implemented, i working on it.
You can create and customize the bars only by editing the cfg.lua file.

And the second bad thing, the addon can't track totems...
later perhaps!

perhaps can U post your cfg.lua, maybe I can help with it.
Last edited by kocckacocc : 01-05-11 at 07:47 AM.
Report comment to moderator  
Reply With Quote
Unread 01-04-11, 06:11 PM  
IceShadow
A Deviate Faerie Dragon
 
IceShadow's Avatar

Forum posts: 15
File comments: 93
Uploads: 0
This seems like it could be a neat idea but I could not get it to respond at all.

I couldn't find any ingame options for it, and slash commands such as /fb or /freebar did not work. I then ventured into the addon folder and found the cfg.lua file. I added the shaman class and tried it with Magma Totem just to see if it would respond but nothing happened.

Tips would be appreciated if I completely missed it.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: