Download
(7Kb)
Download
Updated: 11-28-10 09:41 AM
Pictures
File Info
Updated:11-28-10 09:41 AM
Created:unknown
Downloads:23,017
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 10-21-08, 02:26 PM  
Widersinnes
A Kobold Labourer

Forum posts: 0
File comments: 51
Uploads: 0
Very nice but needs one thing

Perhaps I'm missing something but if this could be moved it would be perfect!
Report comment to moderator  
Reply With Quote
Unread 10-21-08, 02:51 PM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Thx

Hi, this feature is planned and would be included in the next release.
Report comment to moderator  
Reply With Quote
Unread 10-22-08, 02:23 PM  
Widersinnes
A Kobold Labourer

Forum posts: 0
File comments: 51
Uploads: 0
Re: Thx

Originally posted by thek
Hi, this feature is planned and would be included in the next release.
You sir are a god!
Report comment to moderator  
Reply With Quote
Unread 10-22-08, 03:08 PM  
Tomacco_Boy
A Kobold Labourer

Forum posts: 0
File comments: 114
Uploads: 0
Feature request

Any chance of having the timer/spell icon being moved to a set of directions, e.g left/right/top or bottom of the castbar ?
__________________
YOU DONT TELL ME TO BUR
Report comment to moderator  
Reply With Quote
Unread 10-23-08, 12:18 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Re: Feature request

Originally posted by Tomacco_Boy
Any chance of having the timer/spell icon being moved to a set of directions, e.g left/right/top or bottom of the castbar ?
yup, there is a chance i will see what i can do...

Originally posted by Widersinnes
You sir are a god!
Don't think so but thanks a lot for using and, i think, enjoying it
Report comment to moderator  
Reply With Quote
Unread 10-28-08, 02:33 AM  
paterbrown
A Kobold Labourer

Forum posts: 0
File comments: 22
Uploads: 0
Exactly which i looked for. Thanks for this Addon.
Report comment to moderator  
Reply With Quote
Unread 10-28-08, 08:29 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Thx

Originally posted by paterbrown
Exactly which i looked for. Thanks for this Addon.
Thx for using it
Report comment to moderator  
Reply With Quote
Unread 11-05-08, 07:58 PM  
rassa
A Deviate Faerie Dragon
 
rassa's Avatar

Forum posts: 15
File comments: 146
Uploads: 0
Originally posted by paterbrown
Exactly which i looked for. Thanks for this Addon.
agree 100% this is just what i was looking for, was going crazy with all those fancy castbars that are around, thanks alot mate!
Report comment to moderator  
Reply With Quote
Unread 11-06-08, 03:12 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Originally posted by rassa
agree 100% this is just what i was looking for, was going crazy with all those fancy castbars that are around, thanks alot mate!
Thank you - I'm glad that this addon is useful for you
Report comment to moderator  
Reply With Quote
Unread 12-08-08, 10:02 AM  
ronjon
A Kobold Labourer
 
ronjon's Avatar

Forum posts: 0
File comments: 43
Uploads: 0
some vehicles that have abilities with cast times give me errors and show no icon, is it because the addon doesn't recognize these spells?
Last edited by ronjon : 12-08-08 at 10:03 AM.
Report comment to moderator  
Reply With Quote
Unread 12-08-08, 12:23 PM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
thx for this bug report - has been fixed with version 0.0.4.

Originally posted by ronjon
some vehicles that have abilities with cast times give me errors and show no icon, is it because the addon doesn't recognize these spells?
Report comment to moderator  
Reply With Quote
Unread 12-10-08, 11:27 PM  
Tomacco_Boy
A Kobold Labourer

Forum posts: 0
File comments: 114
Uploads: 0
Also, would it be possible to add buttonfacade support ?
__________________
YOU DONT TELL ME TO BUR
Report comment to moderator  
Reply With Quote
Unread 12-12-08, 10:21 PM  
Silentspy
A Defias Bandit
 
Silentspy's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 47
Uploads: 1
i like this addon very good so far but i have to request to make the red color a little more black(maybe use the lag bar red color) so it wont hurt my eyes, keep the good work up!
Last edited by Silentspy : 12-12-08 at 10:22 PM.
Report comment to moderator  
Reply With Quote
Unread 12-13-08, 05:46 AM  
Imithat
A Fallenroot Satyr
 
Imithat's Avatar
AddOn Author - Click to view AddOns

Forum posts: 27
File comments: 201
Uploads: 7
Its awsome !
Report comment to moderator  
Reply With Quote
Unread 12-14-08, 11:49 AM  
Ambrya
Premium Member
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 49
File comments: 31
Uploads: 1
I use CTMod for managing my action bars. One thing CT doesn't do is allow the castbar to be moved, so I downloaded this in the hopes of making the castbar mobile. The drag and drop frame appeared and moved when I used the /icb lock command, but the castbar didn't actually move--it's still where it was before. When I looked again, the drag and drop frame was in the right place, but no cast bar.

Is this a problem with CTMod, then, or am I missing something else?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: