Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: Odjur
Forum: AddOn Help/Support 11-23-22, 04:36 PM
Replies: 21
Views: 12,374
Posted By Odjur
Thought I'd comment because this may be a lower...

Thought I'd comment because this may be a lower cost method:

FocusFrame:UnregisterEvent("UNIT_AURA")

hooksecurefunc(FocusFrame, "SetSmallSize", function(self)
self.maxBuffs = 0
self.maxDebuffs =...
Forum: Lua/XML Help 09-13-19, 04:38 AM
Replies: 2
Views: 2,657
Posted By Odjur
Is there any way to throttle an arbitrary function?

I am currently writing my functions to run for N iterations before calling them again, but it would be much more convenient and consistent to be able to pass my functions off to a handler/scheduler...
Forum: Lua/XML Help 08-22-19, 11:14 PM
Replies: 10
Views: 4,847
Posted By Odjur
Thanks for the suggestions. It does not seem to...

Thanks for the suggestions. It does not seem to be the sellers names being retrieved that causes the update, as each subsequent pass removes more listings. I still believe that it is expired/selling...
Forum: Lua/XML Help 08-22-19, 08:43 PM
Replies: 10
Views: 4,847
Posted By Odjur
I really appreciate all of the replies. I wrote a...

I really appreciate all of the replies. I wrote a small test script to hopefully demonstrate my issue, and put it in an addon called "Test". The following is what you need to do, and after doing it...
Forum: Lua/XML Help 08-22-19, 04:23 PM
Replies: 10
Views: 4,847
Posted By Odjur
Ok, so it seems that I was right the first time....

Ok, so it seems that I was right the first time. After testing it appears that GetAuctionItemInfo can update the list, removing any item, not just the one being scanned. This means that even if I am...
Forum: Lua/XML Help 08-19-19, 04:00 PM
Replies: 10
Views: 4,847
Posted By Odjur
I wasn't but I think that was because of my...

I wasn't but I think that was because of my assumption that GetAuctionItemInfo could update any auction in the list, not just the auction that it was called on, which would make it unclear whether...
Forum: Lua/XML Help 08-19-19, 01:57 PM
Replies: 10
Views: 4,847
Posted By Odjur
GetAuctionItemInfo removing items from auction house page

I am playing around with developing a personal auction house API, but I am running into one issue that I don't know how to approach solving. My current goal is to do a GetAll search and then record...
Showing results 1 to 7 of 7