Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: Matoro342
Forum: Lua/XML Help 02/17/23, 03:02 AM
Replies: 13
Views: 3,908
Posted By Matoro342
Here's something I've tried. Not sure if it...

Here's something I've tried. Not sure if it exposes a bug in the API?


local itemStyleId = GetOutfitStyleItemStyleId(outfitStyleId)
self:AddLine("itemStyleId " .. itemStyleId) -- Always...
Forum: Lua/XML Help 02/16/23, 03:05 AM
Replies: 13
Views: 3,908
Posted By Matoro342
The IsSmithingStyleKnown function does work with...

The IsSmithingStyleKnown function does work with just one style argument, which is odd to me, but I checked out CraftStore per your suggestion and they use it like that. It definitely works, but I...
Forum: Lua/XML Help 02/14/23, 07:18 PM
Replies: 13
Views: 3,908
Posted By Matoro342
Thank you, I've implemented those changes to...

Thank you, I've implemented those changes to clean up the code.

I've tried IsItemLinkBookKnown(itemLink) but it returns errors, I assume it only works on books or style pages.

In...
Forum: Lua/XML Help 02/13/23, 01:56 AM
Replies: 13
Views: 3,908
Posted By Matoro342
Here's what I have so far which miraculously...

Here's what I have so far which miraculously solves most of the problems. It is genius that you can just write the name of the function as it would otherwise exist in the code and redefine it. My...
Forum: Lua/XML Help 02/13/23, 12:06 AM
Replies: 13
Views: 3,908
Posted By Matoro342
Ok, I'll see if I understand this correctly:...

Ok, I'll see if I understand this correctly:

local function TooltipHook(tooltipControl, method, linkFunc)
local origMethod = tooltipControl[method] -- saving the original...
Forum: Lua/XML Help 02/12/23, 07:41 AM
Replies: 13
Views: 3,908
Posted By Matoro342
I am assuming that the SetItem function is...

I am assuming that the SetItem function is setting what the tooltip displays? Looking at your code, I am flabbergasted how everything runs even though you only run an event manager for startup. But...
Forum: Lua/XML Help 02/11/23, 03:02 AM
Replies: 13
Views: 3,908
Posted By Matoro342
How do I get the ItemID of an item I hover over in my inventory?

Hello,

I am a rookie currently attempting to write what I've thus far dubbed 'Style Check', a simple add on that will utilize LibCharacterKnowledge to return a boolean on highlighted weapons/armor...
Forum: AddOn Search/Requests 02/10/23, 05:46 PM
Replies: 2
Views: 1,964
Posted By Matoro342
I did try it, yes. It looks like I will have to...

I did try it, yes. It looks like I will have to make it, but your guide there looks to be just what I need. Thank you!
Forum: AddOn Search/Requests 02/10/23, 05:52 AM
Replies: 2
Views: 1,964
Posted By Matoro342
Tooltip showing whether the style/skin for a hovered item is unlocked?

Hi,

I've done well over 6 hours of searching and troubleshooting with what's available, and I can't find an existing addon that does what I want. Namely, I am largely only concerned right now with...
Showing results 1 to 9 of 9