Showing results 1 to 7 of 7
Search took 0.00 seconds.
Search: Posts Made By: Walkerbo
Forum: Lua/XML Help 09-01-22, 10:31 PM
Replies: 11
Views: 2,875
Posted By Walkerbo
Hi Xrystal You cracked it. -- hook heirloom...

Hi Xrystal

You cracked it.

-- hook heirloom tab button
hooksecurefunc(
"CollectionsJournal_UpdateSelectedTab",
function()
if HeirloomsJournal:IsVisible() then
...
Forum: Lua/XML Help 09-01-22, 05:30 PM
Replies: 11
Views: 2,875
Posted By Walkerbo
Hi Xrystal Thanks for testing different methods,...

Hi Xrystal

Thanks for testing different methods, the fact that your testing resulted in the same issues I had is good in a way as it shows my failed attempts were not just boneheaded mistakes that I...
Forum: Lua/XML Help 08-30-22, 07:20 PM
Replies: 11
Views: 2,875
Posted By Walkerbo
Hi Xrystal Thanks for your suggestion. I...

Hi Xrystal

Thanks for your suggestion.

I removed the load from the function that contained my securehooks, and moved outside.
I then registered the "ADDON_LOADED";
elseif event ==...
Forum: Lua/XML Help 08-29-22, 11:25 PM
Replies: 11
Views: 2,875
Posted By Walkerbo
Hi Kanegasi I have tried both methods without...

Hi Kanegasi

I have tried both methods without success.

I have probably made a bonehead mistake somewhere, but I just can't see it.

Here is my toc (https://pastebin.com/mhdrK0ns)and lua ...
Forum: Lua/XML Help 08-29-22, 01:59 AM
Replies: 11
Views: 2,875
Posted By Walkerbo
Hi Kanegasi After some reading it seems that all...

Hi Kanegasi

After some reading it seems that all I have to do is add the following to my toc;
## Dependencies: Blizzard_Collections

I will test this out to see if it does fix my issue.
Forum: Lua/XML Help 08-29-22, 12:26 AM
Replies: 11
Views: 2,875
Posted By Walkerbo
Hi Kanegasi I thought that addons are installed...

Hi Kanegasi

I thought that addons are installed in alphabetical order, so my addon would not be loaded before the blizzard addons.

How do I ensure that my addon is loaded after the blizzard...
Forum: Lua/XML Help 08-28-22, 07:04 PM
Replies: 11
Views: 2,875
Posted By Walkerbo
Disable the Heirloom Journal

Hi all

I want to disable the Heirlooms tab button on the Collections Journal.

I have tried a number of different methods all without success.

I have tried;
-- hook character equipment manager...
Showing results 1 to 7 of 7