Forum: Lua/XML Help
08-14-22, 10:23 PM
|
Replies: 11
Views: 349
|
Forum: Lua/XML Help
08-03-22, 09:27 AM
|
Replies: 3
Views: 526
As for global strings, wow.tools has an...
As for global strings, wow.tools has an up-to-date version:
https://wow.tools/dbc/?dbc=globalstrings
However, the owner of wow.tools is on the fence with continuing that site, so expect it to...
|
Forum: AddOn Help/Support
07-31-22, 12:14 PM
|
Replies: 2
Views: 550
Not an addon. That is Overwolf's FPS counter....
Not an addon. That is Overwolf's FPS counter. Right click the Overwolf icon in your system tray and select "Settings", expand World of Warcraft in the "Overlays & Hotkeys" section, scroll down to...
|
Forum: Lua/XML Help
07-31-22, 08:56 AM
|
Replies: 2
Views: 527
local data =...
local data = C_LossOfControl.GetActiveLossOfControlData() (https://wowpedia.fandom.com/wiki/API_C_LossOfControl.GetActiveLossOfControlData)
if data.lockoutSchool and data.lockoutSchool ~= 0 then
...
|
Forum: Macro Help
07-22-22, 08:54 PM
|
Replies: 1
Views: 273
|
Forum: Lua/XML Help
07-10-22, 10:18 PM
|
Replies: 6
Views: 612
Based on their previous posts, it looks like...
Based on their previous posts, it looks like they're creating some sort of ironman addon. I would assume a user installing such an addon would be aware of the restrictions the addon would provide,...
|
Forum: Macro Help
07-04-22, 10:02 PM
|
Replies: 4
Views: 554
|
Forum: Lua/XML Help
06-23-22, 05:43 PM
|
Replies: 3
Views: 527
|
Forum: Macro Help
06-17-22, 03:41 PM
|
Replies: 2
Views: 513
|
Forum: Lua/XML Help
06-13-22, 06:27 AM
|
Replies: 9
Views: 705
|
Forum: Lua/XML Help
06-13-22, 05:40 AM
|
Replies: 9
Views: 705
|
Forum: AddOn Help/Support
06-12-22, 02:13 PM
|
Replies: 4
Views: 459
|
Forum: AddOn Help/Support
06-12-22, 01:59 PM
|
Replies: 4
Views: 459
|
Forum: AddOn Help/Support
06-09-22, 10:46 AM
|
Replies: 4
Views: 603
|
Forum: AddOn Help/Support
06-09-22, 10:09 AM
|
Replies: 4
Views: 603
|
Forum: Lua/XML Help
06-05-22, 10:29 AM
|
Replies: 9
Views: 705
|
Forum: Lua/XML Help
06-05-22, 08:34 AM
|
Replies: 9
Views: 705
Every time you click, that function is looping...
Every time you click, that function is looping through the whole options table, from ONE to FOUR, calling SetText() and set() for each one. No matter how many times you click, you will always see...
|
Forum: AddOn Search/Requests
05-30-22, 03:09 PM
|
Replies: 9
Views: 801
|
Forum: Lua/XML Help
05-26-22, 01:40 PM
|
Replies: 7
Views: 533
|
Forum: Lua/XML Help
05-24-22, 10:41 PM
|
Replies: 7
Views: 533
|
Forum: General Authoring Discussion
04-05-22, 01:35 PM
|
Replies: 5
Views: 1,482
|
Forum: Lua/XML Help
04-03-22, 04:30 PM
|
Replies: 2
Views: 668
|
Forum: AddOn Search/Requests
03-21-22, 05:22 PM
|
Replies: 1
Views: 562
|
Forum: AddOn Search/Requests
03-14-22, 06:05 PM
|
Replies: 6
Views: 797
"Only loadable on demand" is a Blizzard option...
"Only loadable on demand" is a Blizzard option available to addons that allows the addon to stay unloaded until it's actually needed. For example, DBM utilizes this to keep massive amounts of raid...
|
Forum: AddOn Search/Requests
03-14-22, 04:12 AM
|
Replies: 6
Views: 797
|