Showing results 1 to 6 of 6
Search took 0.00 seconds.
Search: Posts Made By: Fizzlemizz
Forum: Lua/XML Help 07-26-18, 01:22 PM
Replies: 14
Views: 3,733
Posted By Fizzlemizz
The event will remain the same, the name will...

The event will remain the same, the name will change.

https://wow.gamepedia.com/Viewing_Blizzard%27s_interface_code

Once you've exported the code section there will be an addons folder that...
Forum: Lua/XML Help 07-26-18, 12:54 PM
Replies: 14
Views: 3,733
Posted By Fizzlemizz
The TalentUI is Load On Demand (the frames and...

The TalentUI is Load On Demand (the frames and code don't get loaded until you press N or click the talent menu)

local f = CreateFrame("Frame")
f:RegisterEvent("ADDON_LOADED")
f:SetScript("OnEvent",...
Forum: Lua/XML Help 07-26-18, 11:59 AM
Replies: 14
Views: 3,733
Posted By Fizzlemizz
/run for i, v in pairs({...

/run for i, v in pairs({ PlayerTalentFrameTopBorder,...
Forum: Lua/XML Help 07-26-18, 11:10 AM
Replies: 14
Views: 3,733
Posted By Fizzlemizz
Try to change to (1, 0, 0), .1, .1, .1 makes...

Try to change to (1, 0, 0),

.1, .1, .1 makes them pretty much black
Forum: Lua/XML Help 07-26-18, 10:49 AM
Replies: 14
Views: 3,733
Posted By Fizzlemizz
Works for me: The frame also...

Works for me:
The frame also has
PlayerTalentFrameBtnCornerLeft and PlayerTalentFrameBtnCornerRight plus others inherited from other templates.
Forum: Lua/XML Help 07-26-18, 09:50 AM
Replies: 14
Views: 3,733
Posted By Fizzlemizz
There's an r in Journal.

There's an r in Journal.
Showing results 1 to 6 of 6