Thread Tools Display Modes
09-14-13, 05:32 AM   #1
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Minimap rare mob texture?

Does anyone know the texture path for the new rare mob icon on the minimap? I would like to use it as a texture string in one of my addons.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
  Reply With Quote
09-14-13, 06:37 AM   #2
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
\Interface\MINIMAP\MiniMap-VignetteArrow

Not sure if that's the one you mean I'm not in the game to test.
This is the new Silver/Gray minimap arrow icon.

On second thought I'm attaching the minimap icon paths, it shouldn't be too hard to use Lua to display them in game and find the ones you're interested in.
Attached Files
File Type: txt MinimapTexturePaths.txt (2.2 KB, 400 views)

Last edited by Dridzt : 09-14-13 at 06:51 AM.
  Reply With Quote
09-14-13, 01:37 PM   #3
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Thanks. Those sound promising.
Code:
Minimap_chest_elite
Minimap_chest_normal
Minimap_shield_elite
Minimap_shield_normal
Minimap_skull_elite
Minimap_skull_normal
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
  Reply With Quote
09-14-13, 03:32 PM   #4
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
The treasure chest, skull, and sword icons are part of the minimap blip texture which is located at Interface\Minimap\ObjectIcons.blp, and you should be able to use GetObjectIconTextureCoords to get the texture coordinates for the icons (40, 41 and 42, respectively) (I could be wrong about the indexes).

Last edited by semlar : 09-14-13 at 03:40 PM.
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Minimap rare mob texture?

Thread Tools
Display Modes

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