Forum: Lua/XML Help
08-03-22, 06:06 AM
|
Replies: 3
Views: 349
|
Forum: AddOn Search/Requests
07-24-22, 10:10 AM
|
Replies: 6
Views: 490
You could try scaling it using this...
You could try scaling it using this function:
FontString:SetTextScale(scale)
Where FontString is changed to PlayerName and assumingly the scale is a number between 0 and 1
But not sure how you...
|
Forum: AddOn Help/Support
07-22-22, 01:38 PM
|
Replies: 4
Views: 349
|
Forum: AddOn Help/Support
07-21-22, 04:17 PM
|
Replies: 4
Views: 349
What were you hoping to do with it ?
Looking at...
What were you hoping to do with it ?
Looking at the blizzard files for the minimap, there isn't any customization functionality that I could see.
There might be a way to override the texture but I...
|
Forum: Lua/XML Help
07-03-22, 06:41 PM
|
Replies: 4
Views: 319
One of the ways I recall handling this type of...
One of the ways I recall handling this type of recursive callback process in regular programming is to have a variable set when you start processing and then test for that for future calls.
So,...
|
Forum: AddOn Help/Support
06-23-22, 08:34 PM
|
Replies: 1
Views: 438
|
Forum: Tutorials & Other Helpful Info.
06-22-22, 07:08 PM
|
Replies: 8
Views: 614
|
Forum: Tutorials & Other Helpful Info.
06-22-22, 05:37 PM
|
Replies: 8
Views: 614
|
Forum: AddOn Search/Requests
06-21-22, 01:57 PM
|
Replies: 9
Views: 767
Have a look at it, and see if you can identify...
Have a look at it, and see if you can identify the part of the code that does the guild welcome message and then look at this page
https://wowpedia.fandom.com/wiki/API_SendChatMessage
to see how...
|
Forum: Tutorials & Other Helpful Info.
06-20-22, 08:52 PM
|
Replies: 8
Views: 614
Doesn't seem to be in Backdrop.lua - 9.1.5...
Doesn't seem to be in Backdrop.lua - 9.1.5 version here - https://github.com/Gethe/wow-ui-source/blob/live/Interface/SharedXML/Backdrop.lua
Nor in the GameTooltip.lua file from 9.2.5 -...
|
Forum: AddOn Search/Requests
06-20-22, 06:05 AM
|
Replies: 9
Views: 767
|
Forum: Lua/XML Help
05-14-22, 07:07 AM
|
Replies: 3
Views: 625
|
Forum: Lua/XML Help
05-09-22, 05:29 AM
|
Replies: 9
Views: 662
Oops .. it wasn't the loading order of...
Oops .. it wasn't the loading order of PLAYER_LOGIN and PLAYER_ENTERING_WORLD I was remembering but VARIABLES_LOADED. We used to use the last one in nUI and had intermittent issues so switched to...
|
Forum: Lua/XML Help
05-07-22, 04:58 PM
|
Replies: 9
Views: 662
I might be missing something obvious but .. is...
I might be missing something obvious but .. is there a chance that PLAYER_ENTERING_WORLD is triggering before PLAYER_LOGIN meaning that the .login and .reload flags don't get set until the reload, or...
|
Forum: Lua/XML Help
05-03-22, 12:57 PM
|
Replies: 3
Views: 748
|
Forum: Lua/XML Help
05-03-22, 08:27 AM
|
Replies: 7
Views: 591
What you can do is make sure you don't do any...
What you can do is make sure you don't do any work in addon 2 until addon 1 has loaded. You can check for the addon loading stage using ADDON_LOADED event.
The way I do it is to monitor for when...
|
Forum: AddOn Search/Requests
04-30-22, 07:07 AM
|
Replies: 5
Views: 569
|
Forum: AddOn Search/Requests
04-29-22, 04:25 PM
|
Replies: 5
Views: 569
|
Forum: General WoW Chat
04-19-22, 06:27 PM
|
Replies: 3
Views: 2,096
|
Forum: General WoW Chat
04-19-22, 11:16 AM
|
Replies: 3
Views: 2,096
Next Expansion : Dragonflight
Cinematic - https://www.youtube.com/watch?v=3ZtedjN1JXY
Info and Beta Sign Up - https://dragonflight.blizzard.com/en-us/
|
Forum: Lua/XML Help
01-31-22, 01:52 PM
|
Replies: 9
Views: 1,420
'help with some frames' doesn't really help...
'help with some frames' doesn't really help anyone see if they can help you.
Which frames are you needing help with ? Is it someone else's addon? Which one ? Is it a frame already in the game? ...
|
Forum: AddOn Help/Support
08-29-21, 03:11 PM
|
Replies: 10
Views: 1,928
|
Forum: General Authoring Discussion
08-24-21, 11:02 PM
|
Replies: 1
Views: 1,205
|
Forum: AddOn Search/Requests
08-06-21, 03:36 AM
|
Replies: 1
Views: 1,246
Have you tried this one...
Have you tried this one ?
https://www.wowinterface.com/downloads/info23921-GSEAdvancedMacroCompiler.html
https://www.wowinterface.com/downloads/info25155-GSEAdvancedMacroCompiler-Classic.html
I...
|
Forum: Lua/XML Help
07-18-21, 06:01 AM
|
Replies: 3
Views: 1,512
|