Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Mandrakia
Forum: Tutorials & Other Helpful Info 04/17/14, 10:55 PM
Replies: 31
Views: 76,296
Posted By Mandrakia
Just to avoid anyone getting stuck on this like...

Just to avoid anyone getting stuck on this like me.

The game has an internal cache of textures(filepath/name) it failed to load and reload ui doesn't clear that cache.

Took 2 me hours to figure it...
Forum: General Authoring Discussion 04/17/14, 10:50 PM
Replies: 7
Views: 4,625
Posted By Mandrakia
Until ZOS decides to release themselves their UI...

Until ZOS decides to release themselves their UI source code you'll have to guess and or get the source code by your own means :(
Forum: General Authoring Discussion 04/14/14, 07:21 PM
Replies: 3
Views: 3,718
Posted By Mandrakia
function TNAL.GetArmorType(bagId,slotId) local...

function TNAL.GetArmorType(bagId,slotId)
local icon = GetItemInfo(bagId,slotId)
if (string.find(icon, "heavy")) then
return ARMORTYPE_HEAVY
elseif string.find(icon,"medium") then
return...
Showing results 1 to 3 of 3