View Single Post
07-01-10, 06:42 PM   #16
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
Question: How to adress party pets and raid pets?

I'm using

Code:
local UnitSpecific = {
	player = function(self)

	party = function(self)
etc.

end
Is there something like "partypet"? I know party pet doesn't work, but...

I spawn party pets via XML, they are there, but they inherit everything from party (oh wonder...).

How can I change the appearance of party and raid pets? How to adress them if I build my layout like that?
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."

  Reply With Quote