Download
(7Kb)
Download
Updated: 11-28-10 09:41 AM
Pictures
File Info
Updated:11-28-10 09:41 AM
Created:unknown
Downloads:23,016
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 01-31-10, 02:58 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Originally posted by vacua
Thanks for this cool addon. could you give some help, what to do, to have this working for target and focus target? would it be easy or is it complicated?


greets
Hi everyone,

thx for your response to my addon.

@vacua: i've been busy at work at the moment, so there is no time to work at my addons i thing it's getting better next week so i will see what i can do for you.

@zohar101: hm... this is not even planned, and i even don't know how to realize that wish i have to read some things to get the theory about that and then i will see what i can do. as i told vacua, please be patient - i will take care of this next week.
Report comment to moderator  
Reply With Quote
Unread 01-31-10, 12:50 AM  
vacua
A Kobold Labourer
 
vacua's Avatar

Forum posts: 0
File comments: 52
Uploads: 0
Thanks for this cool addon. could you give some help, what to do, to have this working for target and focus target? would it be easy or is it complicated?


greets
Report comment to moderator  
Reply With Quote
Unread 01-28-10, 04:00 PM  
zohar101
A Cyclonian
 
zohar101's Avatar

Forum posts: 43
File comments: 188
Uploads: 0
Are you planning at all to add a GCD counter or a line to the cast bar for those instant spells?
Report comment to moderator  
Reply With Quote
Unread 01-21-10, 02:02 PM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Originally posted by Tobbe8716
Is this just player castbar or does it include target, focus?
Only playercastbar
Report comment to moderator  
Reply With Quote
Unread 01-21-10, 10:06 AM  
Tobbe8716
An Aku'mai Servant
 
Tobbe8716's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 331
Uploads: 8
Is this just player castbar or does it include target, focus?
__________________
Arp UI oUF_Arp
Report comment to moderator  
Reply With Quote
Unread 01-05-10, 08:30 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Originally posted by Alpha Dog
I'm having the same issue except that, I play an SPriest & casting a holy spell while in shadowform stance will automaticly take me out of shadowform stance & this is when the castbar goes to a larger size, 6 or 8 times the normal height.

When the cast is complete it returns to normal size & I can continue to cast holy or shadow spells with no issues untill I return to shadowform stance & cast another holy spell.

Hope this helps

Also, any chance you can add a latency bar?

Thanks
thx... i will try to get this thing out of my addon

latency bar ist planned, might be within the next update.
Report comment to moderator  
Reply With Quote
Unread 01-05-10, 08:14 AM  
Alpha Dog
A Wyrmkin Dreamwalker
 
Alpha Dog's Avatar

Forum posts: 56
File comments: 10
Uploads: 0
I'm having the same issue except that, I play an SPriest & casting a holy spell while in shadowform stance will automaticly take me out of shadowform stance & this is when the castbar goes to a larger size, 6 or 8 times the normal height.

When the cast is complete it returns to normal size & I can continue to cast holy or shadow spells with no issues untill I return to shadowform stance & cast another holy spell.

Hope this helps

Also, any chance you can add a latency bar?

Thanks
Report comment to moderator  
Reply With Quote
Unread 01-03-10, 04:20 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Re: Re: Re: Re: Re: Figured it out :)

Originally posted by Vidboy
Still happening =8(
then i don't get it. i hooked the onsizechanged script of the castbar to 'catch' this thing. can you give me a list of your installed addons pls?
Report comment to moderator  
Reply With Quote
Unread 01-02-10, 08:12 PM  
Vidboy
A Kobold Labourer

Forum posts: 0
File comments: 95
Uploads: 0
Re: Re: Re: Re: Figured it out :)

Originally posted by thek
Version 0.1.2 should fix this bug.
Still happening =8(
Report comment to moderator  
Reply With Quote
Unread 01-01-10, 11:49 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Re: Re: Re: Figured it out :)

Originally posted by Vidboy
I'm getting the same problem, just out of nowhere it goes big.
Version 0.1.2 should fix this bug.
Report comment to moderator  
Reply With Quote
Unread 12-11-09, 01:50 AM  
Vidboy
A Kobold Labourer

Forum posts: 0
File comments: 95
Uploads: 0
Re: Re: Figured it out :)

Originally posted by thek
Thx for your help... i hope version 0.1.1 fixes this problem
I'm getting the same problem, just out of nowhere it goes big.
Report comment to moderator  
Reply With Quote
Unread 12-05-09, 09:00 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Re: Figured it out :)

Originally posted by reale
It happens if I'm channeling or casting something right before I die:

Before Death (normal size)


As I'm Dying (way bigger than normal)


Hope that helps, thank you again for the mod.
Thx for your help... i hope version 0.1.1 fixes this problem
Report comment to moderator  
Reply With Quote
Unread 12-04-09, 04:45 PM  
reale
A Kobold Labourer

Forum posts: 1
File comments: 164
Uploads: 0
Figured it out :)

It happens if I'm channeling or casting something right before I die:

Before Death (normal size)


As I'm Dying (way bigger than normal)


Hope that helps, thank you again for the mod.
Last edited by reale : 12-04-09 at 04:46 PM.
Report comment to moderator  
Reply With Quote
Unread 12-04-09, 01:10 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Re: Re: Re: Size Error? Issue?

Originally posted by reale
I'll have to catch it again to be sure but I think it was the bag frame.

Happened again just now

I was fighting in Zul'Drak, was in combat and had to channel to capture one of the trolls as a pet. Got hit with a Shadowbolt from the NPC and the cast bar went to 4x the normal size right before I died.
Hi reale, i'm sorry. But i can't recreate this bug. I will try to disable such things with some code rewrittings if possible.
Report comment to moderator  
Reply With Quote
Unread 12-02-09, 01:17 PM  
reale
A Kobold Labourer

Forum posts: 1
File comments: 164
Uploads: 0
Re: Re: Size Error? Issue?

Originally posted by thek
Tried it with different frames, but i don't get it. can you tell me which frames cause that error?
I'll have to catch it again to be sure but I think it was the bag frame.

Happened again just now

I was fighting in Zul'Drak, was in combat and had to channel to capture one of the trolls as a pet. Got hit with a Shadowbolt from the NPC and the cast bar went to 4x the normal size right before I died.
Last edited by reale : 12-03-09 at 03:08 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: