View Single Post
  #6  
Unread 11-04-2018, 06:37 PM
Garan's Avatar
Garan Garan is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Oct 2010
Posts: 340
Lua and skinning are two different system. Skinning doesn't use the asset IDs used in Lua. Your best bet is to try many of the other currently updated skins, such as the JRR skins that have been updated and see if any of them work for you. If you find one that works, then look at that skin's XML definition file and try to identify which tag refers to the element(s) you are trying to replace.

Technically, Lua and skinning do have a slight overlap in that when Lua uses an asset ID to load an image, if a skin is loaded that overrides that asset, the client will return the skin asset instead of the built-in asset. That lets Lua plugins work smoothly with skins. However, the point is that the asset ID used by Lua is not the reference used by the skin definition file. The OP needs the skinning reference not the Lua reference.

Last edited by Garan : 11-04-2018 at 06:46 PM.
Reply With Quote