Download
(7Kb)
Download
Updated: 11-28-10 09:41 AM
Pictures
File Info
Updated:11-28-10 09:41 AM
Created:unknown
Downloads:23,010
Favorites:78
MD5:

thek: Castbar  Popular! (More than 5000 hits)

Version: beta1
by: thek [More]

thek: Castbar (BETA)

redesigns the default castbars.

WARNING: this addon will only work 100% with the default unitframes because ouf and other unitframe addons deactivate the default unitframes and the bundled castbars for target and focus. (Playercastbar will still work, even with custom unitframes)

Move the castbars:

use /tcb to toggle the dragframes.

Configuration:

You can find the configuration at the config.lua file.

c["CastingBarFrame"] = {
enabled = true,
textPosition = {"CENTER", 0, 2},
textFont = {"Fonts\\FRIZQT__.TTF", 12, ""},
castbarSize = {250, 25, 4, 5},
castbarColor = {0, .9, 0},
castbarBGColor = {.1, .1, .1, .95},
castbarTextures = {"Interface\\AddOns\\thek_Castbar\\media\\bar.tga", "Interface/Tooltips/UI-Tooltip-Background"},
enableLag = true,
enableTimer = true,
}
c["TargetFrameSpellBar"] = {
enabled = true,
textPosition = {"CENTER", 0, 2},
textFont = {"Fonts\\FRIZQT__.TTF", 12, ""},
castbarSize = {250, 25, 4, 5},
castbarColor = {0, .9, 0},
castbarBGColor = {.1, .1, .1, .95},
castbarTextures = {"Interface\\AddOns\\thek_Castbar\\media\\bar.tga", "Interface/Tooltips/UI-Tooltip-Background"},
enableLag = true,
enableTimer = true,
}
c["FocusFrameSpellBar"] = {
enabled = true,
textPosition = {"CENTER", 0, 2},
textFont = {"Fonts\\FRIZQT__.TTF", 12, ""},
castbarSize = {250, 25, 4, 5},
castbarColor = {0, .9, 0},
castbarBGColor = {.1, .1, .1, .95},
castbarTextures = {"Interface\\AddOns\\thek_Castbar\\media\\bar.tga", "Interface/Tooltips/UI-Tooltip-Background"},
enableLag = true,
enableTimer = true,
}
c["MirrorTimer1"] = {
enabled = true,
textPosition = {"CENTER", 0, 2},
textFont = {"Fonts\\FRIZQT__.TTF", 12, ""},
castbarSize = {250, 25, 4, 5},
castbarColor = {0, .9, 0},
castbarBGColor = {.1, .1, .1, .95},
castbarTextures = {"Interface\\AddOns\\thek_Castbar\\media\\bar.tga", "Interface/Tooltips/UI-Tooltip-Background"},
enableTimer = true
}
c["PetCastingBarFrame"] = {
enabled = true,
textPosition = {"CENTER", 0, 2},
textFont = {"Fonts\\FRIZQT__.TTF", 12, ""},
castbarSize = {250, 25, 4, 5},
castbarColor = {0, .9, 0},
castbarBGColor = {.1, .1, .1, .95},
castbarTextures = {"Interface\\AddOns\\thek_Castbar\\media\\bar.tga", "Interface/Tooltips/UI-Tooltip-Background"},
enableTimer = true
}

The config has changed in different points.

textfont: first value is the fontfile, second value defines the fontsize and the last option sets fontoptions like outline, thinoutline and so on.

castbarsize: first value sets the castbar width, second the height, third the bordersize and last the spacing between the castbar and the castbar icon.

castbarcolor/castbarbgcolor: defines the rgb value for the castbar color.

castbartextures: first value defines the castbar texture, second the background texture.

enabletimer: enables the castbar timer

enablelag: enables the castbar lag

NOTE: the mirrortimer has no lag, so there is no option for it!

version 0.2.2
removed a bug: moves the targetcastingbar to a random position

version 0.2.1
added mirrortimer

version 0.2
changed configuration (castbar.lua)
added focus- and targetcastbar

version 0.1.3
another try to fix 'resize' bug
added castbarlag

version 0.1.2
hooked 'onsizechanged' - should fix resize bug
added castbartimer

version 0.1.1
bugfix: castbar size

rewrite 0.1
new version

version 0.6.1
removes a possible bug with castbartimers

version 0.6
enables drag & drop for mirrorbar

version 0.5
enables drag & drop for target-/focuscastbar
adds some options

version 0.0.4a
removes bug with castbartimes

version 0.0.4
removes bug with petcastbar

version 0.0.3a
adds: focuscastbartimer

version 0.0.2
adds: drag&drop for playercastbar, slashcommands, targetcastbartimer
Post A Reply Comment Options
Unread 12-18-10, 12:18 AM  
goldman1337
A Murloc Raider

Forum posts: 6
File comments: 39
Uploads: 0
i have a couple of problems, the target bar isn't centered and the mirror bar has a strange little bar sticking out of it, any idea?
also, i haven't played with the textposition option because i don't know what each part of the code does...
i have screenshots of the problems

the mirror bar problem image is kinda dark, so if you can't see it tell me and i'll take another picture.
anyway, i love the plugin, i used quartz for a long time and it's nice to finally have a lightweight alternative without all the worthless stuff, thanks!

EDIT: changed image, last one had a big piece of white nothingness in the bottom
Last edited by goldman1337 : 12-18-10 at 12:22 AM.
Report comment to moderator  
Reply With Quote
Unread 12-03-10, 12:52 PM  
hank
A Murloc Raider
 
hank's Avatar
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 547
Uploads: 1
thanks for the update: )
__________________
„Just avoid holding it that way“
Report comment to moderator  
Reply With Quote
Unread 10-13-10, 02:59 AM  
aapoo
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 14
File comments: 32
Uploads: 3
I first of all want to say thanks, finally a reliable castbar addon that I can add to my personal UI and customize to my liking and yet it only use a little memory. I for instance removed parts of the addon such as if-statments to check configurations, "lagg-bar" and more.


I'm sending you a PM, I'd love a reply as quickly as possible!

Unless reported, on cataclysm beta this mod acts somewhat odd, sometimes after a successful cast the castbar background, icon & text remains for upto a minute, I'm trying to get to the bottom of this issue, however I've not succeded just yet. Will keep you posted!
Last edited by aapoo : 10-13-10 at 03:40 AM.
Report comment to moderator  
Reply With Quote
Unread 10-01-10, 07:17 AM  
Epissa
A Murloc Raider
 
Epissa's Avatar

Forum posts: 7
File comments: 10
Uploads: 0
Originally posted by Zerpy
i have oUF_Alza and i deleted the castbar and took yours but i dont see the target castbar just mine.
the author has said that if you're not playing with the BLZ unitframes,you'll not see the target castbar and focus castbar! and this bug wil be fixed!
I use Tukui and use this castbar !
__________________
NGA,a Chinese BLZ fansite
Report comment to moderator  
Reply With Quote
Unread 09-25-10, 05:02 PM  
Sniffles
A Black Drake
 
Sniffles's Avatar
AddOn Author - Click to view AddOns

Forum posts: 86
File comments: 75
Uploads: 17
i have oUF_Alza and i deleted the castbar and took yours but i dont see the target castbar just mine.
Report comment to moderator  
Reply With Quote
Unread 06-27-10, 02:26 PM  
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 640
Uploads: 22
For some reason the castbars aren't staying where I tell them to go. Also, the background seems to stay behind as the rest of the castbar moves. What I mean is that it somehow defaults to the center and the background (black box) stays in the location of the drag (coordinates). It's extremely bizarre. It's almost as the positional data isn't properly being added. Note: I turned off every addon except this one and I'm still getting the same issue.
__________________
Click HERE for the ultimate idiot test.

if (sizeof(sadness) > sizeof(happiness)) { initDepression(); }
Report comment to moderator  
Reply With Quote
Unread 06-26-10, 11:44 AM  
Nifix
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I'm using addons from this website for long time now, and I registered just for your addon to tell everyone how awesome it is.

I've never wanted to use Quartz, it has too many useless functions in my opinions, and your addon is lightweight, clean, and has a beautiful layout.

Just keep up your good work.
Report comment to moderator  
Reply With Quote
Unread 06-01-10, 02:42 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Originally posted by Vog
Any chance of adding the shield functionality of uninterruptable casts (for example, these casts could have a different texture)?
Will see what i can do. I'm writing a complete ui at the moment so i will add this to my todo list.


Hello, Is there a way to show spell rank and total time?
I'm sorry, this would be possible, but makes no sense for me - sorry.
Report comment to moderator  
Reply With Quote
Unread 05-31-10, 06:51 AM  
Vog
A Kobold Labourer

Forum posts: 1
File comments: 16
Uploads: 0
Any chance of adding the shield functionality of uninterruptable casts (for example, these casts could have a different texture)?
Report comment to moderator  
Reply With Quote
Unread 05-06-10, 11:53 AM  
Emopallan
Banned

Forum posts: 0
File comments: 6
Uploads: 0
Castbar

Hello, Is there a way to show spell rank and total time?

Thank you
Report comment to moderator  
Reply With Quote
Unread 04-20-10, 09:32 PM  
Astrocanis
A Black Drake

Forum posts: 84
File comments: 28
Uploads: 0
Originally posted by thek
Updated!
:-)

Thank you!
Report comment to moderator  
Reply With Quote
Unread 04-20-10, 09:13 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Originally posted by Astrocanis
Thek, sure wish you'd update your thek!tools. I loved that mod.
Updated!
Report comment to moderator  
Reply With Quote
Unread 04-17-10, 03:10 PM  
Astrocanis
A Black Drake

Forum posts: 84
File comments: 28
Uploads: 0
Thek, sure wish you'd update your thek!tools. I loved that mod.
Report comment to moderator  
Reply With Quote
Unread 04-16-10, 10:18 PM  
Msunderstood
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
Originally posted by Msunderstood
I will poke around and see if I can find anything which might prevent the target and focus from showing.

Thanks Mokane and Thek for your replies [/b]
Couldn't find any way to change the behavior, but then I'm hardly a coding super star lol.
Report comment to moderator  
Reply With Quote
Unread 04-16-10, 06:07 PM  
blizzart
A Murloc Raider
 
blizzart's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 111
Uploads: 7
looks good, but without target and focus bar it is unfortunately useless for me
__________________
Kryptik @ Die Arguswacht
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: