Forum: General Authoring Discussion
01-31-21, 04:19 AM
|
Replies: 5
Views: 579
|
Forum: Lua/XML Help
01-29-21, 03:59 AM
|
Replies: 5
Views: 773
|
Forum: Lua/XML Help
01-19-21, 11:34 AM
|
Replies: 10
Views: 725
|
Forum: Lua/XML Help
01-19-21, 10:07 AM
|
Replies: 10
Views: 725
|
Forum: Lua/XML Help
01-17-21, 07:12 AM
|
Replies: 6
Views: 654
|
Forum: Lua/XML Help
01-17-21, 05:48 AM
|
Replies: 6
Views: 654
|
Forum: AddOn Help/Support
01-11-21, 10:29 AM
|
Replies: 2
Views: 525
|
Forum: AddOn Search/Requests
01-09-21, 04:55 AM
|
Replies: 4
Views: 1,375
|
Forum: Lua/XML Help
01-08-21, 05:19 PM
|
Replies: 2
Views: 738
Take a look at...
Take a look at https://wow.gamepedia.com/API_AuraUtil.FindAuraByName
local name = AuraUtil.FindAuraByName("Shadowcore Oil", 'player')
if(name) then
print("Buff found.")
end
and
for i = 1,...
|
Forum: Lua/XML Help
12-29-20, 10:55 AM
|
Replies: 5
Views: 1,906
|
Forum: Lua/XML Help
12-13-20, 11:21 AM
|
Replies: 4
Views: 1,432
|
Forum: News
12-01-20, 07:13 AM
|
Replies: 2
Views: 22,615
|
Forum: Lua/XML Help
10-31-20, 01:52 AM
|
Replies: 4
Views: 3,246
|
Forum: General Authoring Discussion
10-17-20, 06:33 AM
|
Replies: 5
Views: 3,209
You might try to use the spellid instead of the...
You might try to use the spellid instead of the name.
https://wow.gamepedia.com/API_GetSpellInfo
"Using spellName or spellLink only returns the info if the spell is in your spellbook; otherwise it...
|
Forum: Lua/XML Help
10-16-20, 10:45 AM
|
Replies: 4
Views: 2,914
Take a look at this post...
Take a look at this post https://www.wowinterface.com/forums/showpost.php?p=336518&postcount=19 might help you.
|
Forum: Lua/XML Help
10-16-20, 07:41 AM
|
Replies: 1
Views: 2,242
|
Forum: Lua/XML Help
10-11-20, 01:01 PM
|
Replies: 4
Views: 3,603
|
Forum: General Authoring Discussion
10-06-20, 11:05 AM
|
Replies: 6
Views: 3,874
|
Forum: General Authoring Discussion
10-06-20, 04:01 AM
|
Replies: 6
Views: 3,874
|
Forum: General Authoring Discussion
10-06-20, 03:23 AM
|
Replies: 6
Views: 3,874
|
Forum: Lua/XML Help
10-05-20, 05:01 AM
|
Replies: 0
Views: 2,279
|
Forum: Lua/XML Help
10-04-20, 11:46 AM
|
Replies: 1
Views: 2,743
Take a look here...
Take a look here https://www.wowinterface.com/forums/showthread.php?t=46671
There are a few traps. The file might not be found ? (Restart of WoW required, Reload is not enough)
|
Forum: Lua/XML Help
09-27-20, 06:12 AM
|
Replies: 5
Views: 3,333
You might take a look at...
You might take a look at https://www.townlong-yak.com/framexml/live/AddonList.lua#478
function AddonList_HasOutOfDate()
local hasOutOfDate = false;
for i=1, GetNumAddOns() do
local name, title,...
|
Forum: Macro Help
09-01-20, 03:20 AM
|
Replies: 6
Views: 17,143
|
Forum: PTR API and Graphics Changes
08-29-20, 02:05 PM
|
Replies: 14
Views: 20,122
|