WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   ingame icons (https://www.wowinterface.com/forums/showthread.php?t=59743)

Ssesmar 12-24-23 10:48 AM

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

Fizzlemizz 12-24-23 11:08 AM

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.

Ssesmar 12-26-23 09:32 AM

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

Fizzlemizz 12-26-23 10:11 AM

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

Xrystal 12-26-23 10:25 AM

Quote:

Originally Posted by Ssesmar (Post 343079)
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


All times are GMT -6. The time now is 08:25 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI