Forum: Lua/XML Help
01-19-21, 04:55 PM
|
Replies: 10
Views: 282
|
Forum: AddOn Help/Support
01-12-21, 09:37 AM
|
Replies: 4
Views: 541
Have you looked at how that person created the...
Have you looked at how that person created the weak aura to see if you can make several to monitor different reputations ? I've never used weakauras so don't know what it can and can't do.
The...
|
Forum: Lua/XML Help
01-09-21, 08:18 PM
|
Replies: 2
Views: 333
Only if the GW variable is not defined local. ...
Only if the GW variable is not defined local. Otherwise none of those variables are accessible outside of the addon.
But I suspect GW is the variable they use as their addon wide variable so that...
|
Forum: Site help, bugs, suggestions/questions
12-29-20, 10:47 AM
|
Replies: 2
Views: 531
|
Forum: Lua/XML Help
12-25-20, 01:28 PM
|
Replies: 8
Views: 2,035
It might not be your addons use of it that is...
It might not be your addons use of it that is causing taint.
nUI just makes the Guild frame movable and while nUI is active, whenever a person is new to the guild I have to reload the UI to promote...
|
Forum: Lua/XML Help
12-17-20, 06:21 AM
|
Replies: 4
Views: 1,934
|
Forum: Lua/XML Help
12-15-20, 03:02 PM
|
Replies: 4
Views: 1,934
|
Forum: Lua/XML Help
12-12-20, 11:59 AM
|
Replies: 11
Views: 1,990
As was suggested you can use it amongst your...
As was suggested you can use it amongst your Player Login process to store the active covenant when the game is aware of it. You won't need to check it again. Because you also have the ability to...
|
Forum: Lua/XML Help
12-12-20, 07:25 AM
|
Replies: 11
Views: 1,990
|
Forum: Lua/XML Help
12-09-20, 05:02 PM
|
Replies: 9
Views: 2,315
|
Forum: AddOn Help/Support
12-09-20, 01:52 PM
|
Replies: 5
Views: 1,151
Thanks for refining this. I knew it was short...
Thanks for refining this. I knew it was short and not on all spells but not having written nUI myself I don't know precisely what it does but a deduction of 2 rings a bell so Scott may have round it...
|
Forum: AddOn Help/Support
12-09-20, 06:37 AM
|
Replies: 5
Views: 1,151
That sounds like the global cooldown. I don't...
That sounds like the global cooldown. I don't know if there is a specific spell ID for that.
If I recall the code correctly, nUI simply checks the standard cooldown for the spell and deducts 2...
|
Forum: Lua/XML Help
12-09-20, 01:56 AM
|
Replies: 7
Views: 2,487
|
Forum: Lua/XML Help
12-07-20, 12:03 PM
|
Replies: 19
Views: 6,977
|
Forum: Lua/XML Help
12-04-20, 10:39 AM
|
Replies: 7
Views: 1,692
|
Forum: Lua/XML Help
12-04-20, 10:25 AM
|
Replies: 7
Views: 1,692
The problem is that your OnVerticalScroll...
The problem is that your OnVerticalScroll function isn't storing its parameters in a value.
In Xml it is automatically stored in the variable used but in Lua you have to store it...
|
Forum: AddOn Help/Support
12-02-20, 03:23 PM
|
Replies: 2
Views: 1,645
The little tab is likely the chat tab that is...
The little tab is likely the chat tab that is part of the chat frame system that Detals uses to create its frames. I noticed this while working on making a plugin for nUI. It's annoying but...
|
Forum: AddOn Search/Requests
11-29-20, 12:54 AM
|
Replies: 2
Views: 898
|
Forum: Carbonite: Quests Module
11-28-20, 06:58 AM
|
Replies: 7
Views: 2,166
I've had this affect before and I haven't used...
I've had this affect before and I haven't used Carbonite since the early days. When this happens ( it disappears too quickly to read ) I rotate the viewpoint slightly until the display stays. Its...
|
Forum: Graphics Help
11-25-20, 05:05 AM
|
Replies: 4
Views: 1,954
|
Forum: Lua/XML Help
11-22-20, 11:16 PM
|
Replies: 4
Views: 893
|
Forum: Lua/XML Help
11-22-20, 05:07 PM
|
Replies: 4
Views: 893
|
Forum: Lua/XML Help
11-22-20, 09:31 AM
|
Replies: 3
Views: 779
Have you created the buttons using the secure...
Have you created the buttons using the secure frame system ? That will allow limited functionality while in combat.
Just in case you haven't looked at that aspect of this then this page may help...
|
Forum: Lua/XML Help
11-22-20, 04:43 AM
|
Replies: 3
Views: 779
If your goal was to hide and show the buttons...
If your goal was to hide and show the buttons dependant on whether in combat or not you could use the Events that monitor regeneration as that happens just before and just after combat and can be...
|
Forum: Lua/XML Help
11-20-20, 08:25 PM
|
Replies: 9
Views: 1,439
|