Forum: AddOn Help/Support
05-11-22, 03:48 PM
|
Replies: 1
Views: 246
|
Forum: Lua/XML Help
04-23-22, 10:20 PM
|
Replies: 5
Views: 543
|
Forum: Lua/XML Help
04-06-22, 02:21 PM
|
Replies: 4
Views: 448
|
Forum: Site help, bugs, suggestions/questions
03-11-22, 07:40 PM
|
Replies: 18
Views: 1,601
|
Forum: Site help, bugs, suggestions/questions
03-02-22, 04:07 PM
|
Replies: 18
Views: 1,601
|
Forum: Lua/XML Help
02-25-22, 07:57 AM
|
Replies: 10
Views: 906
Well I'll be fixing...
Well I'll be fixing https://wowpedia.fandom.com/wiki/API_GetFriendshipReputationRanks again because a friendshipID (https://wow.tools/dbc/?dbc=friendshipreputation) technically only exists in the...
|
Forum: Lua/XML Help
02-24-22, 02:37 PM
|
Replies: 4
Views: 632
|
Forum: Lua/XML Help
02-22-22, 08:37 PM
|
Replies: 10
Views: 906
Yeah, just iterate up to a high ID and if its a...
Yeah, just iterate up to a high ID and if its a friendship then GetFriendshipReputation() (https://wowpedia.fandom.com/wiki/API_GetFriendshipReputation) will return valid information. Otherwise look...
|
Forum: Lua/XML Help
02-22-22, 08:37 PM
|
Replies: 10
Views: 906
To me it looks like both refer to the same ID....
To me it looks like both refer to the same ID. Also I could swear it was bugged, and Blizzard fixed it some point in time. Anyway it's a wiki, the point is that anyone can fix wrong documentation...
|
Forum: Released AddOns
02-22-22, 08:09 PM
|
Replies: 1
Views: 861
|
Forum: Lua/XML Help
02-13-22, 08:45 PM
|
Replies: 3
Views: 1,370
Something...
Something like
hooksecurefunc(NameplateBuffContainerMixin, "UpdateAnchor", function(self)
if IsInInstance() then return end
-- do stuff
end
|
Forum: Lua/XML Help
02-08-22, 12:09 AM
|
Replies: 8
Views: 1,053
|
Forum: Lua/XML Help
02-01-22, 09:26 AM
|
Replies: 1
Views: 663
Sounds like a protected string...
Sounds like a protected string (https://wowpedia.fandom.com/wiki/UI_escape_sequences#Protected_strings), but I'm not familiar with the "u" one if that's it
They intentionally don't want us to use...
|
Forum: Released AddOns
01-23-22, 02:54 AM
|
Replies: 1
Views: 760
|
Forum: General Authoring Discussion
01-20-22, 10:33 AM
|
Replies: 8
Views: 2,017
|
Forum: Macro Help
01-09-22, 06:17 PM
|
Replies: 4
Views: 10,414
|
Forum: Macro Help
12-22-21, 09:35 AM
|
Replies: 1
Views: 710
|
Forum: AddOn Help/Support
12-18-21, 09:33 AM
|
Replies: 15
Views: 2,676
|
Forum: Lua/XML Help
12-12-21, 05:54 PM
|
Replies: 3
Views: 815
|
Forum: Lua/XML Help
12-11-21, 03:41 PM
|
Replies: 6
Views: 1,021
local tt = CreateFrame("GameTooltip",...
local tt = CreateFrame("GameTooltip", "ST_Tooltip", UIParent, "GameTooltipTemplate")
tt:SetOwner(UIParent, "ANCHOR_TOP", 0, -400)
tt:AddLine("My frame")
tt:AddLine("Second line")
tt:Show()
|
Forum: Site help, bugs, suggestions/questions
11-18-21, 10:36 AM
|
Replies: 18
Views: 1,601
|
Forum: Lua/XML Help
11-16-21, 02:11 PM
|
Replies: 2
Views: 871
|
Forum: Lua/XML Help
10-13-21, 02:51 PM
|
Replies: 3
Views: 1,368
|
Forum: Lua/XML Help
09-16-21, 09:54 PM
|
Replies: 8
Views: 1,987
|
Forum: Lua/XML Help
09-16-21, 03:53 AM
|
Replies: 8
Views: 1,987
|