Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: Xrystal
Forum: Lua/XML Help 01-05-23, 08:00 AM
Replies: 13
Views: 5,158
Posted By Xrystal
I suspect as long as it is opened once in the...

I suspect as long as it is opened once in the session it will work.

There are a bunch of events you can watch for. Some are reliant on that window I think but worth checking for them just in case....
Forum: Lua/XML Help 01-04-23, 02:00 PM
Replies: 13
Views: 5,158
Posted By Xrystal
I just noticed this :...

I just noticed this :

https://github.com/Gethe/wow-ui-source/blob/bf1a5497f4d1639b6a65c2a4a7be523a874fcb37/Interface/FrameXML/UIParent.lua#L1345

ProfessionsFrame_LoadUI()
Edit: Nevermind that is...
Forum: Lua/XML Help 01-03-23, 07:46 PM
Replies: 13
Views: 5,158
Posted By Xrystal
Not perfect but even without the required addons...

Not perfect but even without the required addons being preloaded a reload will grab the data. So you can always force a reload after doing the initial skill id list call which is the only one that...
Forum: Lua/XML Help 01-03-23, 09:12 AM
Replies: 13
Views: 5,158
Posted By Xrystal
It looks like it includes all skills and not just...

It looks like it includes all skills and not just profession skills so you may want to identify what data is consistent enough to use as a validator.

And looks like it didn't wipe out all the old...
Forum: Lua/XML Help 01-03-23, 08:59 AM
Replies: 13
Views: 5,158
Posted By Xrystal
Okay, did a dabble as this intrigued me .. This...

Okay, did a dabble as this intrigued me ..

This code did all I needed and I executed it on ADDON_LOADED

local skillDB = C_TradeSkillUI.GetAllProfessionTradeSkillLines()
for skillIndex,...
Forum: Lua/XML Help 01-02-23, 05:16 PM
Replies: 13
Views: 5,158
Posted By Xrystal
I haven't looked at that stuff in a long long...

I haven't looked at that stuff in a long long while so not sure myself but ..

Have you tried

https://wowpedia.fandom.com/wiki/API_GetProfessionInfo...
Showing results 1 to 6 of 6