Forum: Macro Help
05-31-22, 09:41 AM
|
Replies: 6
Views: 12,638
|
Forum: AddOn Help/Support
05-19-22, 01:41 PM
|
Replies: 2
Views: 630
|
Forum: AddOn Help/Support
05-11-22, 03:48 PM
|
Replies: 2
Views: 630
|
Forum: Lua/XML Help
04-23-22, 10:20 PM
|
Replies: 5
Views: 897
|
Forum: Lua/XML Help
04-06-22, 02:21 PM
|
Replies: 4
Views: 612
|
Forum: Site help, bugs, suggestions/questions
03-11-22, 07:40 PM
|
Replies: 18
Views: 1,818
|
Forum: Site help, bugs, suggestions/questions
03-02-22, 04:07 PM
|
Replies: 18
Views: 1,818
|
Forum: Lua/XML Help
02-25-22, 07:57 AM
|
Replies: 10
Views: 1,309
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: 901
|
Forum: Lua/XML Help
02-22-22, 08:37 PM
|
Replies: 10
Views: 1,309
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: 1,309
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: 2,117
|
Forum: Lua/XML Help
02-13-22, 08:45 PM
|
Replies: 3
Views: 1,586
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,308
|
Forum: Lua/XML Help
02-01-22, 09:26 AM
|
Replies: 1
Views: 785
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: 1,809
|
Forum: General Authoring Discussion
01-20-22, 10:33 AM
|
Replies: 8
Views: 2,287
|
Forum: Macro Help
01-09-22, 06:17 PM
|
Replies: 6
Views: 12,638
|
Forum: Macro Help
12-22-21, 09:35 AM
|
Replies: 1
Views: 956
|
Forum: AddOn Help/Support
12-18-21, 09:33 AM
|
Replies: 15
Views: 3,188
|
Forum: Lua/XML Help
12-12-21, 05:54 PM
|
Replies: 3
Views: 1,104
|
Forum: Lua/XML Help
12-11-21, 03:41 PM
|
Replies: 6
Views: 1,248
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,818
|
Forum: Lua/XML Help
11-16-21, 02:11 PM
|
Replies: 2
Views: 994
|
Forum: Lua/XML Help
10-13-21, 02:51 PM
|
Replies: 3
Views: 1,535
|