Thread Tools Display Modes
07-24-12, 04:21 AM   #1
eiszeit
A Chromatic Dragonspawn
 
eiszeit's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2007
Posts: 154
3D Models

I knew for about 2 years an addon existed which made movable 3D models/portraits of the target or any other unit. Anyone knows the name? I can't remember it. :/

I don't want to edit Phanx's oUF layout so that I can always update it w/o modify a sh*tload of lines
__________________
Lyn • I'm a mess of unfinished thoughts
  Reply With Quote
07-24-12, 05:30 AM   #2
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
http://www.wowinterface.com/download...Advanced6.html

You could write your own addon though that simply loads after the layout and adds the portraits to it.
  Reply With Quote
07-24-12, 05:37 AM   #3
eiszeit
A Chromatic Dragonspawn
 
eiszeit's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2007
Posts: 154
Thanks.

Writing my own would be the best, I know. But last time I tried to make such kind of addon it doesn't really work. Dunno, I am not that pro in Lua. :X
__________________
Lyn • I'm a mess of unfinished thoughts
  Reply With Quote
07-24-12, 06:33 AM   #4
Haleth
This Space For Rent
 
Haleth's Avatar
Featured
Join Date: Sep 2008
Posts: 1,173
You could probably do something like

Code:
hooksecurefunc(oUF, "Spawn", function(unit)
	if unit == "player" then
		-- your player unitframe now exists, so you can look for it and add things to it
	end
end)
That is, once oUF has loaded.

Might not be the best way though. You should probably follow the oUF plugins template for anything more serious, but then again, the layout would most likely have to support it.
  Reply With Quote
07-24-12, 06:40 AM   #5
eiszeit
A Chromatic Dragonspawn
 
eiszeit's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2007
Posts: 154
Thanks again, I'll try it all out when I am back home.
__________________
Lyn • I'm a mess of unfinished thoughts
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » 3D Models


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