Forum: Lua/XML Help
12-19-20, 08:40 AM
|
Replies: 5
Views: 1,256
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,593
|
Forum: Lua/XML Help
12-05-20, 04:02 PM
|
Replies: 3
Views: 1,330
|
Forum: Lua/XML Help
12-05-20, 03:18 PM
|
Replies: 3
Views: 1,330
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,287
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: 3,701
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,529
|
Forum: Lua/XML Help
10-11-20, 03:16 PM
|
Replies: 4
Views: 3,261
|
Forum: AddOn Search/Requests
10-07-20, 03:12 PM
|
Replies: 4
Views: 3,701
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,075
|
Forum: AddOn Search/Requests
07-22-20, 12:19 PM
|
Replies: 4
Views: 5,067
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,398
|
Forum: Macro Help
05-22-20, 08:46 AM
|
Replies: 3
Views: 2,547
|
Forum: UI Screenshots, Feedback and Design Discussion
04-19-20, 01:49 PM
|
Replies: 4
Views: 4,317
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,317
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,254
|
Forum: oUF (Otravi Unit Frames)
10-02-19, 10:23 PM
|
Replies: 1
Views: 4,102
|
Forum: General WoW Chat
09-14-19, 11:20 AM
|
Replies: 5
Views: 10,609
|
Forum: General WoW Chat
08-25-19, 02:11 PM
|
Replies: 22
Views: 12,587
|
Forum: General WoW Chat
08-24-19, 12:12 PM
|
Replies: 22
Views: 12,587
|
Forum: General WoW Chat
08-23-19, 07:29 PM
|
Replies: 22
Views: 12,587
|
Forum: General WoW Chat
08-23-19, 04:04 PM
|
Replies: 22
Views: 12,587
|
Forum: AddOn Search/Requests
07-17-19, 02:41 PM
|
Replies: 12
Views: 1,961
|
Forum: Lua/XML Help
06-16-19, 06:55 PM
|
Replies: 11
Views: 2,106
|
Forum: Chit-Chat
05-27-19, 08:14 AM
|
Replies: 6
Views: 2,447
Your code must also be non-obfuscated. However,...
Your code must also be non-obfuscated. However, there were 2 addons with exceptions back in the day which were Peggle and Bejeweled. Blizzard gave them the rights to do so after seeing the original...
|