Showing results 1 to 11 of 11
Search took 0.00 seconds.
Search: Posts Made By: Encoresx
Forum: Lua/XML Help 01-27-23, 03:31 AM
Replies: 2
Views: 1,311
Posted By Encoresx
How to force frame:Hide() to work upon login?

I've got a little addon that does MainMenuBar:Hide()

It used to do MainMenuBar:SetAlpha(0) but it kept showing cooldown ticks and it was very distracting so I opted for Hide(). Problem is, it...
Forum: AddOn Help/Support 12-15-17, 04:23 AM
Replies: 0
Views: 1,537
Posted By Encoresx
WA2: show specific WA only if above certain amount of haste

Hi.

I have a WeakAura icon that I'd like to modify and have it displayed ONLY if I'm above a certain percentage of haste - 140%.

How would I do that? The WeakAura in...
Forum: AddOn Help/Support 11-26-17, 07:55 AM
Replies: 1
Views: 1,708
Posted By Encoresx
Nobody? It's a bit annoying to have to have 3...

Nobody?

It's a bit annoying to have to have 3 separate WeakAuras for one single buff just for arena1 arena2 arena3..
Forum: Lua/XML Help 11-15-17, 08:18 AM
Replies: 4
Views: 1,407
Posted By Encoresx
Need it because blizzard method doesn't work,...

Need it because blizzard method doesn't work, raid profiles don't get swapped automatically based on how many people are inside the party/raid.

I'll give it a try later on and report if it works, ty!
Forum: Lua/XML Help 11-15-17, 03:00 AM
Replies: 4
Views: 1,407
Posted By Encoresx
Thanks! So here's what I got: local...

Thanks!

So here's what I got:

local z=GetNumGroupMembers()
if z <=5 then
CompactUnitFrameProfiles_ActivateRaidProfile("Primary") else
CompactUnitFrameProfiles_ActivateRaidProfile("Mucho") end

I...
Forum: Lua/XML Help 11-14-17, 04:41 PM
Replies: 4
Views: 1,407
Posted By Encoresx
Script to check how many people are inside my party/raid?

Title! Need to make an if statement in my addon that swaps some stuff around.
Forum: AddOn Help/Support 11-09-17, 06:37 AM
Replies: 1
Views: 1,708
Posted By Encoresx
WA2 question regarding multiple targets

Hello.

Currently trying to create a dynamic group that shows popped cooldowns from enemy players inside arena.

The current way I'm going about it is having 3 separate WeakAuras for each enemy...
Forum: Lua/XML Help 10-05-17, 12:56 PM
Replies: 4
Views: 6,254
Posted By Encoresx
Works! Ty!

Works! Ty!
Forum: AddOn Help/Support 10-05-17, 11:20 AM
Replies: 1
Views: 2,429
Posted By Encoresx
Need help with WeakAuras tethered to Personal Resource Bar

http://www.wowinterface.com/forums/showthread.php?p=325411#post325411

basically, I want my WeakAuras that I have tethered/anchored to PRB to show at all times, while I have PRB SetAlpha on 0.

If I...
Forum: Lua/XML Help 10-05-17, 11:18 AM
Replies: 4
Views: 6,254
Posted By Encoresx
Thank you, that works but... with unintended...

Thank you, that works but... with unintended effects.

Basically, the amount of alpha PRB has, that's the amount of alpha that my WeakAuras that are anchored to the PRB have..

Is there any way I can...
Forum: Lua/XML Help 10-05-17, 10:15 AM
Replies: 4
Views: 6,254
Posted By Encoresx
Personal Resource Bar - SetAlpha?

Using /fstack, I've found that the Personal Resource Bar frame is called NamePlate1 ( or NamePlate1UnitFrame ).

I've tried to do both NamePlate1:SetAlpha(0) and NamePlate1UnitFrame:SetAlpha(0) and...
Showing results 1 to 11 of 11