Forum: Lua/XML Help
Today, 11:34 AM
|
Replies: 10
Views: 217
|
Forum: Lua/XML Help
Today, 10:07 AM
|
Replies: 10
Views: 217
|
Forum: Lua/XML Help
01-17-21, 07:12 AM
|
Replies: 5
Views: 165
|
Forum: Lua/XML Help
01-17-21, 05:48 AM
|
Replies: 5
Views: 165
|
Forum: AddOn Help/Support
01-11-21, 10:29 AM
|
Replies: 2
Views: 256
|
Forum: AddOn Search/Requests
01-09-21, 04:55 AM
|
Replies: 4
Views: 544
|
Forum: Lua/XML Help
01-08-21, 05:19 PM
|
Replies: 2
Views: 301
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,152
|
Forum: Lua/XML Help
12-13-20, 11:21 AM
|
Replies: 4
Views: 1,154
|
Forum: News
12-01-20, 07:13 AM
|
Replies: 2
Views: 17,121
|
Forum: Lua/XML Help
10-31-20, 01:52 AM
|
Replies: 4
Views: 2,806
|
Forum: General Authoring Discussion
10-17-20, 06:33 AM
|
Replies: 5
Views: 2,717
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,442
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: 1,819
|
Forum: Lua/XML Help
10-11-20, 01:01 PM
|
Replies: 4
Views: 3,097
|
Forum: General Authoring Discussion
10-06-20, 11:05 AM
|
Replies: 6
Views: 3,251
|
Forum: General Authoring Discussion
10-06-20, 04:01 AM
|
Replies: 6
Views: 3,251
|
Forum: General Authoring Discussion
10-06-20, 03:23 AM
|
Replies: 6
Views: 3,251
|
Forum: Lua/XML Help
10-05-20, 05:01 AM
|
Replies: 0
Views: 2,003
|
Forum: Lua/XML Help
10-04-20, 11:46 AM
|
Replies: 1
Views: 2,379
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: 2,957
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: 16,202
|
Forum: PTR API and Graphics Changes
08-29-20, 02:05 PM
|
Replies: 14
Views: 18,931
|
Forum: AddOn Help/Support
08-25-20, 05:58 AM
|
Replies: 4
Views: 3,237
Google shows this bugreport...
Google shows this bugreport https://www.curseforge.com/wow/addons/bitten-common/issues/565
Perhaps this is your addon?
Other than that: Disable all addons. Enable one by one until you find your...
|
Forum: PTR API and Graphics Changes
08-17-20, 07:56 AM
|
Replies: 39
Views: 31,357
|