Thread Tools Display Modes
12-24-23, 10:48 AM   #1
Ssesmar
A Deviate Faerie Dragon
Join Date: Oct 2023
Posts: 15
ingame icons

Does anyone know how I can use these images https://wowpedia.fandom.com/wiki/API...all-obj142.png in an addon without downloading them and making them into a blp myself? Does anyone know of a site where you can find all the icons listed with their links, for example
Code:
Interface/Minimap/Vehicle-AllianceMagePortal
or
Code:
 interface/TARGETINGFRAME/UI-RaidTargetingIcon_7
and or a preview image or something?

I know this site, but unfortunately you can't see which symbol or what the symbol looks like
https://www.townlong-yak.com/framexm...tTextureID.lua
  Reply With Quote
12-24-23, 11:08 AM   #2
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,879
These are already in-game for displaying in a texture region eg.
Lua Code:
  1. local f = CreateFrame("Frame")
  2. f:SetSize(50, 50)
  3. f:SetPoint("CENTER")
  4. f.Texture = f:CreateTexture()
  5. f.Texture:SetAllPoints()
  6. f.Texture:SetTexture("Interface/Minimap/Vehicle-AllianceMagePortal")

You can preview them by going to https://wago.tools/ and searching the files for Vehicle-AllianceMagePortal etc.

You can also export the art files form the game and convert them to .png using
https://wowinterface.com/downloads/i...7-BLP2PNG.html
or
https://wowinterface.com/downloads/i...Converter.html

Exporting also gives you their relative folder for use in-game eg. the Vehicle-AllianceMagePortal.blp file will be in the Interface\Minimap\ folder.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.

Last edited by Fizzlemizz : 12-24-23 at 11:30 AM.
  Reply With Quote
12-26-23, 09:32 AM   #3
Ssesmar
A Deviate Faerie Dragon
Join Date: Oct 2023
Posts: 15
Hey, i hope you had a relaxing holiday.
Do you know if there is even a blizzard blp from https://wowpedia.fandom.com/wiki/Wow...ll-obj3017.png I tried several hundred search options and looked at blps but couldn't find anything in that direction.
I'm looking for a symbol for the alliance ships, like this one for the Horde zeppelins
https://wago.tools/files?search=air-horde&page=1
  Reply With Quote
12-26-23, 10:11 AM   #4
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,879
I think those are to determine airships flying overhead, not actual flightpoints of zeplins so nothing minimap related for boats.

The closest similar would probably come from garrisons:

Interface\Garrison\ShipsEnemyGalleonAMission
Interface\Garrison\ShipsGalleonAMap
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote
12-26-23, 10:25 AM   #5
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,934
Originally Posted by Ssesmar View Post
Hey, i hope you had a relaxing holiday.
Do you know if there is even a blizzard blp from https://wowpedia.fandom.com/wiki/Wow...ll-obj3017.png I tried several hundred search options and looked at blps but couldn't find anything in that direction.
I'm looking for a symbol for the alliance ships, like this one for the Horde zeppelins
https://wago.tools/files?search=air-horde&page=1
replacing horde with alliance came up with the following

https://wago.tools/files?search=air-alliance&page=1

But yes, not the flightpoint icons
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » ingame 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