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,901
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 06-03-12, 09:53 AM  
Sollitudo
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
addon

worst addon IMHO,whan you youse it it takes about 4mb of memory!!!
Report comment to moderator  
Reply With Quote
Unread 06-03-12, 09:40 PM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

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

Originally Posted by Sollitudo
worst addon IMHO,whan you youse it it takes about 4mb of memory!!!

4 kb
Report comment to moderator  
Reply With Quote
Unread 06-04-12, 01:33 PM  
bonus00
A Kobold Labourer
 
bonus00's Avatar

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

Здраствуйте!а как зафиксировать бары?
Report comment to moderator  
Reply With Quote
Unread 06-04-12, 02:52 PM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

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

Originally Posted by bonus00
Здраствуйте!а как зафиксировать бары?
привет! просто перенести их в нужное место, растянуть по размеру и набрать в чат /bcb снова
возможно сделать релог /console reloadui
Last edited by Wildbreath : 06-04-12 at 02:53 PM.
Report comment to moderator  
Reply With Quote
Unread 06-04-12, 03:45 PM  
bonus00
A Kobold Labourer
 
bonus00's Avatar

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

так все и есть!Я имел в виду при касте каст бар не блокируется.Уменя просто по середине экрана таргет каст бар,и при развороте когда таргет кастовал зацепил мышкой и я не развернулся а таргет бар уехал за мышкой
Report comment to moderator  
Reply With Quote
Unread 06-05-12, 01:04 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

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

Originally Posted by bonus00
так все и есть!Я имел в виду при касте каст бар не блокируется.Уменя просто по середине экрана таргет каст бар,и при развороте когда таргет кастовал зацепил мышкой и я не развернулся а таргет бар уехал за мышкой
ого... посмотрю вечером и обновлю если действительно так
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
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-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-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-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 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 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 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-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
Post A Reply



Category Jump: