Forum: AddOn Help/Support
03-01-21, 03:32 PM
|
Replies: 4
Views: 223
The CompactRaidFrame error has been going on...
The CompactRaidFrame error has been going on almost from the beginning of Blizzard implementing it. When specific errors are thrown from an addon you will generally see this error popup about the...
|
Forum: AddOn Help/Support
01-31-21, 09:50 AM
|
Replies: 2
Views: 644
|
Forum: Lua/XML Help
12-19-20, 08:40 AM
|
Replies: 5
Views: 1,695
try
function()
local CLASS = select(2,...
try
function()
local CLASS = select(2, UnitClass("player"))
local colors = CUSTOM_CLASS_COLORS and CUSTOM_CLASS_COLORS[CLASS] or RAID_CLASS_COLORS[CLASS]
return colors.r, colors.g,...
|
Forum: AddOn Help/Support
12-11-20, 04:17 PM
|
Replies: 2
Views: 1,982
|
Forum: Lua/XML Help
12-05-20, 04:02 PM
|
Replies: 3
Views: 1,644
|
Forum: Lua/XML Help
12-05-20, 03:18 PM
|
Replies: 3
Views: 1,644
C_CurrencyInfo.GetCurrencyInfo
Blizzard removed the texture path argument from GetCurrencyInfo() when they changed it over to C_CurrencyInfo.GetCurrencyInfo(). I'm trying to create fontstrings for currencies and can't find a way...
|
Forum: AddOn Help/Support
10-18-20, 04:15 PM
|
Replies: 7
Views: 3,957
local EventFrame =...
local EventFrame = CreateFrame("Frame")
EventFrame:RegisterEvent("VARIABLES_LOADED")
EventFrame:SetScript("OnEvent", function(_, event)
SetCVar ("nameplateSelfTopInset", .55)
...
|
Forum: AddOn Search/Requests
10-14-20, 07:51 PM
|
Replies: 4
Views: 4,179
Yeah, you can do just about anything with...
Yeah, you can do just about anything with WeakAuras. As for if they conflict with one another, I have no clue.
It's very complex as well as very simple depending on the task you're trying to...
|
Forum: Lua/XML Help
10-14-20, 07:48 PM
|
Replies: 6
Views: 2,871
|
Forum: Lua/XML Help
10-11-20, 03:16 PM
|
Replies: 4
Views: 3,706
|
Forum: AddOn Search/Requests
10-07-20, 03:12 PM
|
Replies: 4
Views: 4,179
That big graphic over the player representing 5...
That big graphic over the player representing 5 holy power definitely looks like a custom weak aura. The 5 holy power icons below the health & mana bars look like the player resource which is located...
|
Forum: Lua/XML Help
09-26-20, 02:54 PM
|
Replies: 5
Views: 3,418
|
Forum: AddOn Search/Requests
07-22-20, 12:19 PM
|
Replies: 4
Views: 5,534
do
for _, frame in pairs({
...
do
for _, frame in pairs({
"PlayerFrame",
"TargetFrame", -- you can keep adding more frames
}) do
frame:SetAlpha(0)
frame:HookScript("OnEnter", function(self)...
|
Forum: Macro Help
05-23-20, 11:35 AM
|
Replies: 1
Views: 3,838
|
Forum: Macro Help
05-22-20, 08:46 AM
|
Replies: 3
Views: 2,930
|
Forum: UI Screenshots, Feedback and Design Discussion
04-19-20, 01:49 PM
|
Replies: 4
Views: 4,601
I don't call rActionBar a proper framework...
I don't call rActionBar a proper framework because the addon itself already has everything built into it. The layout/template/theme that you have to make is nothing more than a couple tables followed...
|
Forum: UI Screenshots, Feedback and Design Discussion
04-19-20, 09:33 AM
|
Replies: 4
Views: 4,601
Never really been a fan of these types of...
Never really been a fan of these types of interfaces but, to each their own. The one major plus side is it's not another tuk/elv setup.
You don't have to use any of the suggested "frameworks" to...
|
Forum: AddOn Search/Requests
10-10-19, 03:35 AM
|
Replies: 3
Views: 1,315
|
Forum: oUF (Otravi Unit Frames)
10-02-19, 10:23 PM
|
Replies: 1
Views: 4,405
|
Forum: General WoW Chat
09-14-19, 11:20 AM
|
Replies: 5
Views: 13,932
|
Forum: General WoW Chat
08-25-19, 02:11 PM
|
Replies: 22
Views: 16,455
|
Forum: General WoW Chat
08-24-19, 12:12 PM
|
Replies: 22
Views: 16,455
|
Forum: General WoW Chat
08-23-19, 07:29 PM
|
Replies: 22
Views: 16,455
|
Forum: General WoW Chat
08-23-19, 04:04 PM
|
Replies: 22
Views: 16,455
|
Forum: AddOn Search/Requests
07-17-19, 02:41 PM
|
Replies: 12
Views: 2,028
|