View Single Post
03/17/15, 05:31 PM   #3
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
The addon your talking about is called zgoo: http://www.esoui.com/downloads/info2...ctiontool.html


But you wont find them with that because the textures are set in xml. Textures set in xml code files do not show up with GetTextureFileName()
Lua Code:
  1. -- ZO_PerformanceMeters background:
  2. "EsoUI/Art/Performance/StatusMeterMunge.dds"
  3.  
  4. -- ZO_PerformanceMeters font:
  5. font = "ZoFontWinT2"
  Reply With Quote