Forum: AddOn Help/Support
01-10-21, 06:17 AM
|
Replies: 2
Views: 239
GetXPExhaustion...
GetXPExhaustion (https://wow.gamepedia.com/API_GetXPExhaustion) returns nil when you are not rested. So instead of
if restedxp == 0
you have to do
if restedxp == nil
or just
|
Forum: Released AddOns
01-07-21, 02:10 PM
|
Replies: 435
Views: 263,262
I am wondering how we should handle SL flight...
I am wondering how we should handle SL flight data. Because the flight time through the "worm hole" when traveling between covenant regions and oribos now actually depends on how fast your hard drive...
|
Forum: Lua/XML Help
12-29-20, 06:43 PM
|
Replies: 4
Views: 984
|
Forum: Lua/XML Help
12-29-20, 12:49 PM
|
Replies: 4
Views: 984
|
Forum: Lua/XML Help
12-29-20, 08:47 AM
|
Replies: 4
Views: 984
|
Forum: Site help, bugs, suggestions/questions
12-29-20, 07:49 AM
|
Replies: 2
Views: 450
Author Interface List broken?
This is not a big thing.
But when I look at this page
https://www.wowinterface.com/portal.php?id=1228&a=list
almost all of my addons are marked as "popular".
However,...
|
Forum: Lua/XML Help
12-29-20, 07:39 AM
|
Replies: 1
Views: 782
|
Forum: Lua/XML Help
12-29-20, 03:05 AM
|
Replies: 4
Views: 501
|
Forum: Lua/XML Help
12-28-20, 07:55 PM
|
Replies: 3
Views: 398
|
Forum: Lua/XML Help
12-28-20, 06:00 PM
|
Replies: 3
Views: 398
AceConfig-3.0 Options: How to pass imageCoords?
In AceConfig-3.0 Options (https://www.wowace.com/projects/ace3/pages/ace-config-3-0-options-tables) you can set an image to be displayed instead of an execute button.
But I don't understand how you...
|
Forum: Lua/XML Help
12-28-20, 05:30 PM
|
Replies: 4
Views: 501
|
Forum: Lua/XML Help
12-28-20, 04:40 PM
|
Replies: 4
Views: 501
Use atlas name in string?
Looking at the global strings (https://www.townlong-yak.com/framexml/live/GlobalStrings.lua) I have figured out that you can use textures in strings like...
|
Forum: Lua/XML Help
12-23-20, 03:58 AM
|
Replies: 5
Views: 1,432
|
Forum: Lua/XML Help
12-20-20, 05:41 AM
|
Replies: 2
Views: 1,345
That's really strange. It makes you wonder what...
That's really strange. It makes you wonder what IsUsableSpell() is good for regarding pet abilities.
A workaround could be this:
local _, id = GetSpellBookItemName(14, BOOKTYPE_PET)
if id == 264735...
|
Forum: Lua/XML Help
12-19-20, 12:03 PM
|
Replies: 5
Views: 1,432
|
Forum: Lua/XML Help
12-18-20, 11:47 AM
|
Replies: 5
Views: 1,432
|
Forum: Lua/XML Help
12-17-20, 06:55 PM
|
Replies: 5
Views: 1,432
|
Forum: Lua/XML Help
12-05-20, 06:48 PM
|
Replies: 6
Views: 1,659
|
Forum: Lua/XML Help
12-05-20, 05:57 PM
|
Replies: 6
Views: 1,659
Wow, this is amazing!! How do you get to know...
Wow, this is amazing!! How do you get to know stuff like this?? :-D
Could you also think of a way to SetIgnoreParentAlpha() of alert frames that are already shown; i.e. after the resetterFunc has...
|
Forum: Lua/XML Help
12-05-20, 12:53 PM
|
Replies: 6
Views: 1,659
|
Forum: Lua/XML Help
12-04-20, 06:40 PM
|
Replies: 6
Views: 1,659
AlertFrame identified by numbers?
I want to set the UIFrame alpha to 0 but still see the alert frames (e.g. from achievements or world quests). So I guess what I have to do is run SetIgnoreParentAlpha(true) on the respective frames....
|
Forum: General Authoring Discussion
11-12-20, 02:11 AM
|
Replies: 2
Views: 2,793
Hi, this has been discussed already...
Hi, this has been discussed already here:
https://www.wowinterface.com/forums/showthread.php?t=57394
TLDR: You have to use the upload API to mark an upload as "classic". There is no way of doing...
|
Forum: Lua/XML Help
11-03-20, 02:55 AM
|
Replies: 4
Views: 2,685
You could
store all tooltip lines,
completely...
You could
store all tooltip lines,
completely clear the tooltip,
reprint all tooltip lines except the money frame line.
Just after you clear, you have to temporarily override GameTooltip.GetItem...
|
Forum: Lua/XML Help
10-31-20, 04:48 AM
|
Replies: 4
Views: 2,746
|
Forum: Lua/XML Help
10-31-20, 04:41 AM
|
Replies: 4
Views: 2,746
So, this is interesting:
I disabled all other...
So, this is interesting:
I disabled all other addons, and now I get the same for both cases:
1551.817 SetItem
1551.85 Cleared
1551.85 SetItem
1552.051 Cleared
1552.051 SetItem
1552.252 Cleared
|