Download
(4Kb)
Download
Updated: 06-05-12 10:17 AM
Pictures
File Info
Updated:06-05-12 10:17 AM
Created:06-01-12 12:59 PM
Downloads:10,899
Favorites:27
MD5:

bCastBars  Popular! (More than 5000 hits)

Version: 1
by: Wildbreath [More]

Lightweight default casting bar replacement

Supports player, target, focus, pet



Movable/Resizable. Just type /bcb in chat

To enable/disable castbar or change text/timer visibility you should modify config in bCastBars.lua file (top)

local show_text = true
local show_timer = false

local castbars = { player = true, target = true, focus = true, pet = true, }

Optional Files (0)


Post A Reply Comment Options
Unread 10-17-14, 09:00 PM  
ramzax
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 11
Uploads: 1
question about profiles

love the addon, just a quick question. Is there a way to save the options so I can have the same config across multiple targets? I can't find a SavedVariables file or where would I need to config the lua file for this to work?
Report comment to moderator  
Reply With Quote
Unread 09-16-13, 09:20 AM  
dens8
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Привет, оч крутой кастбар, но , если можно, подскажи как убрать полоску задержки? (красная справа)? люто бесит.
Report comment to moderator  
Reply With Quote
Unread 11-13-12, 04:50 AM  
hid
A Kobold Labourer

Forum posts: 1
File comments: 40
Uploads: 0
Great addon, just 1 tiny annoyance, the text in the player cast bar is slightly misaligned compared to the target/focus cast bars. Seems like the spell name/cast time text on the player cast bar is a few pixels lower than on the other ones. I'm a bit OCD and since I noticed it I can't stop being annoyed. ^^

Really clean addon, will be my new castbar addon for a long time to come, for sure.
Report comment to moderator  
Reply With Quote
Unread 10-13-12, 04:03 PM  
Zathan666
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 64
Uploads: 4
Really nice but I have a suggestion. I feel like this addon could be 10x better if you could add a clear "shield" bar like blizz default castbar for non-interruptable spells and a different color for channeled spells (purple).
Last edited by Zathan666 : 10-13-12 at 04:07 PM.
Report comment to moderator  
Reply With Quote
Unread 08-25-12, 07:55 PM  
HWKHWK
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Very nice addon , can I outline texts/fonts ? and how to show casttime with total casttime at right of bar?

Sorry for bad English
Report comment to moderator  
Reply With Quote
Unread 08-15-12, 10:39 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Re: Request

Originally Posted by Rammoth
Can I request a feature to make it use CLASS colors please? I prefer that.

I can't find a value that does that in the LUA file.
sure, later
Report comment to moderator  
Reply With Quote
Unread 08-14-12, 12:44 PM  
Rammoth
A Cliff Giant
 
Rammoth's Avatar
AddOn Author - Click to view AddOns

Forum posts: 73
File comments: 628
Uploads: 1
Lightbulb Request

Can I request a feature to make it use CLASS colors please? I prefer that.

I can't find a value that does that in the LUA file.
Report comment to moderator  
Reply With Quote
Unread 08-04-12, 12:36 AM  
gossipgirlxo
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 108
Uploads: 1
in the next update there should be a texture change on target cast bar if the spell is un-interruptable.
Report comment to moderator  
Reply With Quote
Unread 08-02-12, 11:22 PM  
gossipgirlxo
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 10
File comments: 108
Uploads: 1
beautiful addon
Report comment to moderator  
Reply With Quote
Unread 07-27-12, 10:24 AM  
djoug
A Kobold Labourer

Forum posts: 1
File comments: 9
Uploads: 0
Hello Wildbreath,

Very good addon, will you update it for MoP? It already works but I figured you wanted to repack it.

Just a question though, where are the preferences saved? I can't find any saved variables.
EDIT: Nevermind, found it in layout-local.txt
Last edited by djoug : 07-27-12 at 10:36 AM.
Report comment to moderator  
Reply With Quote
Unread 06-14-12, 02:50 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by zork
Hmm...I checked the OnUpdate function. Do you need it if the show_timer is disabled? Currently you always call it. You may just "return" out of it if no timer is needed but you actually do not need to register it at all if no timer is shown? I mean that function will be called every frame. Even it is returned right away.

What does "UNIT_SPELLCAST_CHANNEL_UPDATE" do? Does this update your castbar status if no OnUpdate is there?
of course. i have a lot of things have changed, still can't upload new version
update soon

UNIT_SPELLCAST_CHANNEL_UPDATE - was added for tradeskill spell filtering but i will rewrite it later
Report comment to moderator  
Reply With Quote
Unread 06-14-12, 01:51 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Hmm...I checked the OnUpdate function. Do you need it if the show_timer is disabled? Currently you always call it. You may just "return" out of it if no timer is needed but you actually do not need to register it at all if no timer is shown? I mean that function will be called every frame. Even it is returned right away.

What does "UNIT_SPELLCAST_CHANNEL_UPDATE" do? Does this update your castbar status if no OnUpdate is there?
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 06-14-12 at 01:55 AM.
Report comment to moderator  
Reply With Quote
Unread 06-08-12, 05:58 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by linguini
can this support GCD and boss1, boss2, boss3, boss4 castbars!?
GCD - no.
bosses - modify
local castbars = { player = true, target = true, focus = true, pet = true, }
as
local castbars = { player = true, target = true, focus = true, pet = true, boss1 = true, boss2 = true, boss3 = true, boss4 = true, }

you can add all units in this table like a targettargettarget pettarget focustargettarget boss1target and etc
Report comment to moderator  
Reply With Quote
Unread 06-07-12, 10:33 PM  
linguini
A Fallenroot Satyr

Forum posts: 20
File comments: 80
Uploads: 0
can this support GCD and boss1, boss2, boss3, boss4 castbars!?
Report comment to moderator  
Reply With Quote
Unread 06-05-12, 02:05 PM  
bonus00
A Kobold Labourer
 
bonus00's Avatar

Forum posts: 0
File comments: 20
Uploads: 0
Re: Re: Re: Re: Re: Re: addon

Спасибо теперь все ок
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: