Download
(1009 b)
Download
Updated: 11-20-10 01:58 PM
Pictures
File Info
Updated:11-20-10 01:58 PM
Created:04-15-10 07:05 PM
Downloads:4,198
Favorites:42
MD5:

PowerSource

Version: 1.2.0
by: Lombra [More]


Adds the name of the player who cast a buff or debuff to its tooltip.

1.2.0
- Fixed rare taint issue.

1.1.0
- When an aura is applied by a vehicle or a pet, now includes the name of its owner.
- Now includes realm name where applicable.

1.0.1
- When "Show dispellable debuffs" is enabled, no longer displays a tooltip with just the caster's name, where previously no tooltip was shown.
Post A Reply Comment Options
Unread 05-07-10, 11:53 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by Kelem
Not to burst anyones bubble but addons are out there that do this.

icwutudidthere has been around for a long time.

However, I'm always looking for things that are more effective and/or smaller in their task, so I will be pushing this one around tonight to see what it does.
Same with CastBy...
__________________
Livestream | Twitter | YouTube
Report comment to moderator  
Reply With Quote
Unread 04-27-10, 09:57 PM  
alimjocox
A Warpwood Thunder Caller
AddOn Author - Click to view AddOns

Forum posts: 96
File comments: 68
Uploads: 2
~~
Last edited by alimjocox : 04-27-10 at 09:57 PM.
Report comment to moderator  
Reply With Quote
Unread 04-27-10, 08:04 AM  
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view AddOns

Forum posts: 554
File comments: 271
Uploads: 24
Oh, I was not aware of that one. Oh well.
__________________
Grab your sword and fight the Horde!
Report comment to moderator  
Reply With Quote
Unread 04-19-10, 01:50 PM  
Kelem
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 118
Uploads: 2
Not to burst anyones bubble but addons are out there that do this.

icwutudidthere has been around for a long time.

However, I'm always looking for things that are more effective and/or smaller in their task, so I will be pushing this one around tonight to see what it does.
Report comment to moderator  
Reply With Quote
Unread 04-19-10, 07:47 AM  
ballagarba
A Fallenroot Satyr
 
ballagarba's Avatar

Forum posts: 22
File comments: 472
Uploads: 0
Lovely addon, about time some made an addon that just does this.

Concerning the class coloring, this is what I did:

Code:
local function postSetUnitAura(self, func, unit, index, filter)
	local src = select(8, func(unit, index, filter))
	if src then
		local class = select(2, UnitClass(src))
		local color = RAID_CLASS_COLORS[class]
		
		self:AddLine(" ")
		self:AddLine(UnitName(src), color.r, color.g, color.b)
		self:Show()
	end
end
Last edited by ballagarba : 04-19-10 at 08:37 AM.
Report comment to moderator  
Reply With Quote
Unread 04-19-10, 07:01 AM  
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2988
File comments: 334
Uploads: 10
5 Banana's!

Originally posted by Lombra
Good. I could use some lovin'.
Consider yerself luved... thank you so much for this addon!



Report comment to moderator  
Reply With Quote
Unread 04-19-10, 02:39 AM  
Koopie
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Mostly for non class buffs indeed and sometimes those on proc buff/debuffs.
Report comment to moderator  
Reply With Quote
Unread 04-18-10, 07:24 PM  
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view AddOns

Forum posts: 554
File comments: 271
Uploads: 24
I don't think I want to include class colors, but I could probably show you how you could do it yourself, if you want to. I'm curious though, why would you want this? Unsure of which buffs comes from which class, or with non class buffs in mind or so?
__________________
Grab your sword and fight the Horde!
Report comment to moderator  
Reply With Quote
Unread 04-15-10, 10:44 PM  
Koopie
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Very very good, was looking for this since ever. Utopia has this feature but i dont need anything else from it, this is very simple. Any way to include class colors on the name?
Report comment to moderator  
Reply With Quote
Unread 04-15-10, 09:00 PM  
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view AddOns

Forum posts: 554
File comments: 271
Uploads: 24
Good. I could use some lovin'.
__________________
Grab your sword and fight the Horde!
Report comment to moderator  
Reply With Quote
Unread 04-15-10, 08:07 PM  
Twilit Soul
A Defias Bandit

Forum posts: 2
File comments: 8
Uploads: 0
Beautiful idea, and if it works when I get on (which I have no reason to doubt it) I'll love you forever.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: