Thread: castbar help
View Single Post
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