Thread Tools Display Modes
Prev Previous Post   Next Post Next
12-30-12, 03:12 AM   #1
Taet
A Deviate Faerie Dragon
Join Date: Jan 2010
Posts: 17
castbar help

First of all, sorry for my English.

I need help as see my cast bar to raid target on that i cast spell (heal).

This my code show cast bar on casting player in raidframe,but i need show player (my) cast bar on raid target.
Code:
raid = function(self, ...)
	Shared(self, ...)
		
			createCastbar(self)
			self.Castbar:SetAllPoints(self.Health)
			
	self.Name:SetFont(cfg.NameFont, cfg.RaidFS, cfg.FontFormatRaid)
	self.Name:SetPoint("TOPRIGHT", self.Health, "BOTTOMRIGHT", 0, 14)
	self:Tag(self.Name, '[afkdnd][raidcolor][raidhpname]')

.....
  Reply With Quote
 

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » castbar help


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off