View Single Post
03/12/15, 07:45 PM   #12
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
There is an undocumented function RedirectTexture(texture1, texture2). I'll test if it works.

Lua Code:
  1. RedirectTexture("EsoUI/Art/Inventory/newItem_icon.dds", "EsoUI/Art/Buttons/accept_up.dds")
  2. RedirectTexture("EsoUI/Art/Inventory/inventory_stolenItem_icon.dds", "EsoUI/Art/Buttons/decline_up.dds")

EDIT:
It works.

Last edited by Garkin : 03/12/15 at 07:53 PM.
  Reply With Quote