Thread Tools Display Modes
09-04-16, 07:51 AM   #1
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 113
Replace default Raid Target Icons

Title pretty much says it all.

I know how to set them for addons to use, for example the nameplates is
Code:
frame.RaidTargetFrame.RaidTargetIcon:SetTexture(mediapath.."raidicons")
However how can I set the raid icons for all aspects of the UI, including those shown in the worldframe, through an addon, rather than creating the file in Interface\TargetFrame?
  Reply With Quote
09-04-16, 11:47 AM   #2
Lombra
A Molten Giant
 
Lombra's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 554
Originally Posted by Galaxy119 View Post
However how can I set the raid icons for all aspects of the UI, including those shown in the worldframe, through an addon, rather than creating the file in Interface\TargetFrame?
You can't.
__________________
Grab your sword and fight the Horde!
  Reply With Quote
09-04-16, 12:52 PM   #3
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
You may want to familiarize yourself with the list of things addons/macros can't do.

Addons cannot change models, textures, spell animations, enchant glows, or any other graphics.
  • Anything that is part of the 3D game world is off-limits to addons.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Replace default Raid Target Icons


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