#ui-addons-manager
1 messages ยท Page 29 of 1
i've done some googling and it looks like it might be from the quartz addon
but i don't have it installed. is it possible that addons can be uninstalled incorrectly and remnants remain?
do you have the folder in addons
is there any BFA compatible addon for BG enemy raid frames? I found some but outdated (2016/17)
yea i exited wow completely, still didn;t fix it
hmh
BG enemy raid frames? got any examples I don't have many addons installed just the popular ones
battlegroundtargets is old and not supported, mrtarget is outdated as well, last release 2017
i have some addons 'ticked' but it says dependancy disabled, would these still cause issues?
i don't have quartz installed nor do i have it in my addons folder
some addons require the author to only change one line of text to not show the message, some will cause errors or not work because the game changed underneath them @fair wharf
don't have dbm installed, i do have bigwigs though but if you look at the screenshot the bigwigs timers are the red ones above it
the blue 1's r what r comign up soon and the red 1 is abotu to happen
if its not bigwigs then i have no fkn clue
servers are about to shit themselves, lets see if i can check it quick
that makes a lot of sense though, but i'm 90% sure i checked the anchors in bigwigs already
bigwigs was it! thanks so much
the toggle anchors was hidden when i looked for those bars specifically
when i wanted to move the blue bars the actual anchor was hidden behind my bars, layered really weirdly
anyway thanks so much guys
๐
@stone wing hey dude saw your com on redtuzl Elvui addon page ๐ well you're using your own WA ?
@red comet i need the bar for if i am learning new class or playing something i didnt make wa for
Cba hiding every time i play a alt
@ember canopy I'm using my own WA
@stone wing do you have them on wago or something similar ?
all the wa are on the interface discord
I also made my personal ones public
@ember canopy
@willow solar ye, thats why move it bottom and make it mouseover
and ur gucci
am trying to decide, i need ww n slam on bars or no
is there a main discord for interfaces? i found the addon one, is that it? @stone wing
ahhh, thanks!
np
@red comet if i make it mouseover i cant learn my alts properly dude, im not a arms onetrick like u ๐
Lul
not on my warrior but if im learning a new class sure
-pinned
does anyone know if we have a Weakauras for BFA dungeons/raids that shows when a spell/ability is reflectable?
kinda like this https://wago.io/B1hM4aEE7
Spell Stolen Message (text) Target Spellstealable Buff (icon)
i don't think we can spell reflect in dungeons/raids though?
since it is an honor talent
any knowledgeable weakauras master can make this work? https://wago.io/rkK-74eXM
since the API changed it broke
is there an updated WA that shows your ehp?
pinned message
ye that one is not updated
it increases my ehp when i use boneshield vs magic
even though its only armor
on warr it seems fine
Hi, does anyone have a WeakAura for Fury that can tell me when Enrage is up, ideally in the centre of the screen or so I can move it around and place it myself
I'm a bit of a noob when it comes to weak auras
@uncut dragon just download Titania's WA and the CD duration bars
This WeakAura will only give you the bottom part. The top part is available here https://wago.io/r1F0Bqi-G Rage Bar includes a Swing Timer (Top Spark) and
This WA will only give you the duration bar (Top Part). The bottom part is available here https://wago.io/BJqUUcobz Update 2 (12/11/2017): Added Odyn's
is anyone else having problems with Enrage timers just not working on WA?
I just customized Titania's WA's a bit - https://www.youtube.com/watch?v=cj7tBwA4vQg
Just a quick clip of my new fury warrior weak auras.
What does everybody use for displaying damage/healing? Miks?
I should have said combat text?
isnt that not a better one ? ๐
MSBT is the best
Gotcha. I just need to do a bunch of messing with it.
Anyone know how to colour rage bar when enraged?
anyone got a weak aura that shows the Furious slash stacks with a timer?
anyone got a simple weakaura for deathwish pvp talent? just want to see the duration and stacks closer to the middle of the screen more visible so i dont accidentally let the buff go off
titania is a long time now off^^
hey i use this macro for 2 talents in 1 button
#showtooltip
/cast [talent:3/3] Verwunden; [talent:5/3]Spalten
is there an option to show an icon if an passiv talent is selected or no of these talents
anyone have a good raging blow weakaura?
what means good @manic flicker
one that i like

whow knows what u like
me
write ur own xD its super easy
yeah i probably will. just seeing if anyone had anything they were proud of
proud of 20sec work ๐
Working on my UI in prep for BFA. Tried go for a modern default UI look and feel hence the default player/target frames. Used WA dynamic progress bars for the duration/cd of things like Sweeping Strikes, Rend, Furious Slash, Enrage, etc. Made a WA to tell me when BS isn't up (big BS portrait ). Ignore the keybinds, I tossed some filler on the right side buttons.
And Fury which I kept pretty much the same. https://imgur.com/fgvP97U
Guess I could have just linked the video. https://www.youtube.com/watch?v=5dhQgYUnl6Q&feature=youtu.be
Rough start to my UI / keybindings as I prepare for BFA.
is there a weakaura that floating around for bc? that shows up if anyone withing range doesnt have it?
anyone within your group that is
bc?
you mean battle shout
ahh ok lol
https://wago.io/S1NMqphmm maybe that
BattleShoutCount (icon) ArcaneIntellectCount (icon) PowerWordFortitudeCount (icon)
ty
@native aspen u have allmost 0 WAs
and to much action bars that takes to much plays
and how u even see things there, ur abilities are so chaoticaly spread all around
im looking for a addon that i can copy links from chat.. "links in chat" isnt supported anymore.. i dont want prat or so fancy chat stuff ๐
elvui can do
๐ ๐ซ
s
anyone know how to make a weakaura display only when targeting a hostile mob?
at work atm, but in the trigger tab, you can choose unit characteristics or something like that, and there you'll see a Hostility check
@velvet kite link link
hi have that code function()
local _,gcd = GetSpellCooldown(61304)
local _,tp = GetSpellCooldown(100780)
local _,fotwt = GetSpellCooldown(261947)
local chi = UnitAlternatePowerInfo("player")
if fotwt == 0 and fotwt == gcd then
return true
elseif chi < 2 and fotwt ~= gcd then
return false
end
end
but every gcd for the gcd duration it shows the wa as active how can i fix that so that if i have 3 or more chi the wa isn't active
@pseudo heron thanks
@drifting coral i guess the wa is supposed to be active when the function returns true?
also, doesnt fix the gcd issue, but shouldnt you set elseif chi < 3 instead of 2?
since you dont want it to be displayed with 3 or more chi
ok thx
GetSpellCooldown(61304) what spell is 61304 ?
local chi = UnitAlternatePowerInfo("player") has no function maybe wrong syntax
61304 is global cooldown
oh ok, just wanted to make sure, cant really look taht up at work :p
thats interesting, never really took time to research wow API before
trying to find something that would check current number of Chi, since the function you're using doesnt seem to be working
@drifting coral seems like you could be able to retreive chi with UnitPower()
https://wow.gamepedia.com/API_UnitPower
Something like chi = UnitPower("player", 12)
12 seems to correspond to the Chi powertype (https://wow.gamepedia.com/PowerType)
hey guys hope your well, anyone know of a good meat cleaver tracker wa or anything?
then you could change your conditions to something like:
if chi < 3 and fotwt == 0 and gcd == 0 return true else return false
tried making one to track stack count but it only shows when i have 2 stacks not 1
btw way just doing some testing i think raging blow not working with meat cleaver
only hitting 1 target but still taking a stack of the ww buff
i think its cleave distrance might be shorter then rampage or blood thirst
i think that must be a bug
@obtuse egret That's weird, I just put in the buff ID like any other WA and it all just worked nicely
uploaded anyways https://wago.io/rJUEG-LE7, should work
any good loot helper addon for new patch?
@twin forge Theres a YouTube link right below! Let me know if you donโt see it Iโll link again
which one?
it does infact cleave, but with a much shorter range then bloodthirst and rampage
the cleave after you ww
is shorter range then bloodthirst and ramapge
like much shorter range
Would be really surprised if you can't do this in WA's so I must be retarded
how do you make a rampage icon glow when at 75 rage?
(or prefferably glow when useable)
and for that matter what's the condition you need to choose to say, desaturate or change the colour of a spell that's not useable?
I thought wa's was supposed to be more extensive than tellmewhen
and yet you seemingly can't change the colour of an icon when a spell is unusable
I have a question cause i dont see the point of this WA https://wago.io/BkOdUsy4Q?
The button is glowing anyways if i can use it
or does this wa do anything else?
Iโd like to have it count the cooldown while it was desaturated
guys someone have the weakauras for hs/prolonged count?
@latent stag There may be an easier way, but you can make a weakaura with two triggers, one for action usable: <whatever spell> and one which is always active, and make it load when any trigger is active. Then in conditions you can set it to glow when action usable = true
Rampage - desaturated, glow/saturate when usable (icon)
Here is my rampage button. It will only appear and glow when reaching >95 rage.
Anyone have a battle shout WA for like when its not up
i do, but i'm at work
just make a new WA, have it display as text or texture or whatever you want, then go to triggers -> auras -> select Battle Shout -> down at the bottom, select missing from the dropdown
then go to load and check warrior only and in combat only
ez done
any reason ElvUI on Twitch app doesnt work
It says theres a missing pluging
plugin*
It keeps writing Dependency missing
because ElvUI isn't maintained on the twitch app
World of Warcraft Addons, Interfaces, Skins, Mods & Community.
I saw the date and thought it was outdate but thanks a lot man
Made an Ignore Pain Tracker bar WA, based on https://wago.io/IgnorePainTracker:
In action: https://i.imgur.com/k6Or10l.png
Hey, can anyone help me settup an ignore pain tracker bar please?
(Just ping me if you can help me Iโll be there)
(And yes I know thereโs one just above but thatโs not fitting what I want)
anyone have a WA that tracks furious slash?
Furious Slash (d!) (2) (icon)
I like tracking debuffs via the nameplate, just a personal preference
is that an addon that lets me keep the default UI appearance but also lets me put numbers on nameplate debuffs?
nevermind, flyPlateBuffs has got my back
I'm losing my mind. Does anyone know how to move the Immersion talking head frame? It's not attached to 'Quest Talking Head Frame' Here's a ss.
I've been battling this for at least an hour and a half
go get the addon move anything if it is still supported
You mean the addon in the top left of the screenshot? ๐
Yeah, it's Titania's with a few changes, I'm still not through with it, but yeah, that's why it's driving me crazy that the immersion addon is smack dab in the middle
and i've seen it moved to the side, just no idea how
which is why i'm here ๐ฆ
@mighty flower Uhh have you tried addon called "move anything"
Yep
Oops maybe I'm blind
No worries ๐
It's a solid answer, just doesn't work here unfortuantely
I'm using it to identify the frame
just no way to move it
Well just gonna assume that it can be moved from Immersion
But I've never used that addon
And it's kinda weird that it's not using Talking Head Frame
Yeah, I've checked everywhere on the addon, my second to last resort was to ask on here, but I might have to msg the developer. It's just odd because any frame can technically be moved with MoveAnything, so long as you have the ID, and tthere's IDs on the Immersion frame, but it's not in MoveAnything
There's an option called Global Cooldown in the trigger
If it doesn't have it, you can use custom coding with multiple triggers
ah I see. Thanks
Made complete package weakauras for both arms and fury, lmk if you like them/if i missed anything/if anything should be changed or w/e
https://wago.io/BJaOD6rEQ Fury main
https://wago.io/rJ26w6H4m Fury buffs
https://wago.io/Bk4Bu6SE7 Arms main
https://wago.io/ryYOd6B47 Arms buffs
Recklessness CD (icon) Siegebreaker CD (icon) Heroic Leap 1 3 (icon) Enraged Regen 1 2 (icon) Pummel 1 3 (icon) Berserking 2 2 (icon) Charge 1 3 (icon) Racial
Recklessness_buff (icon) Enrage_buff 3 (icon) Frothing_Berserker 2 (icon) Sudden Death_1 (icon) Whirlwind_buff (icon) Furious Slash stacks 2 (icon)
Cleave CD (icon) Heroic Leap 1 2 (icon) Die by the Sword (icon) Pummel 1 2 (icon) Charge 1 2 (icon) Avatar 1 2 (icon) Deadly Calm (icon) Commanding Shout 1 2
Deadly Calm buff (icon) Rend uptime (icon) Colossu Smash uptime (icon) Sudden Death_1 2 (icon) Overpower buff (icon) Execute_use (icon) Sweeping Strikes uptime
Hey, can anyone help me on a little thing please, I have some issues with an ignore pain wa tracking bar
@humble tusk thanks for your work buddy, but it seems ive got a problem with the fury buffs. its locked and shows only questionmarks where the icons should be :/
Hm, I just tried to import them from the wago and they work for me.. No idea what could be causing that
@humble tusk does the fury main package have the fury buffs WA included or do i use both ๐ ?
You need both for the entire complimentary package ๐
ty ๐
np, hope u like them
they look pretty good ๐
thanks dude
Hi guys, I have a question. I've made two different auras for Rampage: one that tells you to cast rampage whenever enrage is missing despite of rage, and one that tells you to cast rampage when there's less than 1 sec remaining on enrage (I can't make those two effects work on the same aura) I want to do another aura that tells you to cast rampage over 95 rage whatever your enrage status. Is there a way to consolidate the 3 effects in one or is it fine to have them separate?
you can mix auras with different triggers, but i'm having a hard time understanding how those 3 things can mix together
the third trigger would supplant the first two
like, always
you're playing with Carnage or Frothing Berserker?
carnage
the first two auras require a 75 rage trigger on top of the secondary effect
anyway with 3 different auras it works fine
only thing is since I like the icons to bounce, when 2 o r more apply they can bounce "out of phase"
the same with the sounds, you can get all 3 to sound pretty close together, but as long as you don't have a horn like sound or the cat meows is fine ๐
There shouldn't be any real issues making 3 auras for that. I feel it's a bit overcomplicated for what you are trying to achieve. I'm assuming you use a dynamic group. Make sure your triggers work in a way, that only 1 is visibly at a given time
i'm just stacking the auras on top of one another
that's the thing, one trigger would always override the other two, so I'm not capable of make all the coexist in one
You can change the triggers to "all triggers"
If thats what you mean
Whats the problem exactly when you do 3 separate auras?
when changing the dynamic group to all triggers is exactly the same as having them separate
3 auras work fine, the "problem" is the icons bouncing out of sync and the sound getting a bit spammy because all 3 effects can occur pretty close to each other
you have 3 conditions, <75 rage, no enrage; 75-95 rage <1s enrage; >=95 rage
is that correct?
y
i dont see any overlap in these conditions
when 1 is active, 2 and 3 are not
when 2 is active, 1 and 3 are not
and when 3 is active, 1 and 2 are not
i'll give it another try, ty
Hey guys. Sorry if this is out of place, but I just joined Wago.io to share my various tank auras, connected my battle.net account to it, but I'm still flagged as Anti-Spam, despite having multiple max level characters.
Is it because it took me to the us.battle.net address (I'm an EU player), or is it something else?
Again, my apologies if this is out of place, but it seemed like the most suitable place.
@fair hemlock you seem to be good with weak auras, can you help me real quick? ๐
I can try
Basically I need this weak aura https://wago.io/SkA1jd8V7 but I donโt want it to change color and i want the remaining time on my buff on the left
This WeakAura uses partial functionality from https://wago.io/IgnorePainTracker. A bar displaying your current Ignore Pain versus the maximum Ignore Pain at
And every time I put %p on the left it shows the value of ignore pain and not the remaining time
(I know I could just do another weak aura but I donโt want to)
โฌ โชโชโชโชโชโช DESCRIPTION โชโชโชโชโชโช โฌ Depuis tout ce temps, tu te demandes comment avoir notre magnifique interface ? Alors c'est parti ! โฌ โชโชโชโชโช INSTALLATIONโชโชโชโชโช โฌ...
You guys have anything to see enrage better?
@south nest It shows the duration on the left for me
^ same
@boreal raven I just use a bar
https://pastebin.com/nZMBquq3 import those if you want
for reference
@old mesa that looks very pretty
I'm currently making a bunch of custom icons and textures for WeakAuras and other addons, you can download them here:
https://drive.google.com/open?id=16h4Ltc4AjLWz1EUwJPASxrOqaCoie15d
I'll be adding more to this google drive folder as I make them.
Does anyone have a rampage weakaura that follows the priority list in terms of poppin off when you are not enraged and also when enraged but >95 rage
Depends on how you'd want it
I have one but it's text
Shows the world "RAMPAGE" if it's useable but changes color based on priority
Wat
do think that elvui bars can be made to fade like urs?
Probably, but I wouldn't know how. I've never tried.
You could also download gnosis and raven for cast/buffbars
Both are extremely customizable
Which elements do you want to fade?
The health bars?
The WA bars absolutely, you'd just need to change bar texture to flat and reduce transparency
Ok I think I'll used bartender so you could adjust bar alpha transparency/fading from the settings
Auras you need to go in and adjust opacity/color/blending for individual auras
I have a really stupid question. What's the best method to produce one of those zoomed in GIFs you see on Wago? Like i already have my WA's recorded but don't have a way to get that zoomed in GIF
@velvet kite I use a program called sharex. you can set it up to upload anywhere of your choice instantly but it also saves on your computer. it does fullscreen, portion of screen, video, gif. whatever :3
and its not at all a stupid question
I use screentogif
i can also recommend sharex whole heartedly ๐
can you create gifs with it?
@old mesa That's goddamn gorgeous.
yes you can haro
@south nest i looking for a WA like that for my Ignore pain, but when i download your WA, it doesnt work when i cast ignore pain
i am looking for a ignore pain tracker, but more like a bar, not a icone hmm
@tight tulip hi, i think this is your WA ( https://wago.io/SkA1jd8V7 )
This WeakAura uses partial functionality from https://wago.io/IgnorePainTracker. A bar displaying your current Ignore Pain versus the maximum Ignore Pain at
it doesnt seem to work for me hmm
I'll send you a PM
@pine bear yep itโs not mine and Naemesis might help you more than me on that :p
yup, i got it, had to replace "ignore pain" by the the french name of the spell
Is it possible to ask for feedback on self-made weakauras here?
yes
I would like some feedback on my weakauras. It's not the first time I've made a profile myself, but it is the first time it is for Fury. I've not used any custom functions, but would be happy to hear what could or can be improved. https://wago.io/rkbmysO47
@old mesa I followed the readme but still get a green box using the custom icons ๐ฆ
figured it out, the readme has \interface but the initial slash messes it up
Good catch, thanks for letting me know. Fixed it in the readme
๐
@gusty musk boi you better link it
@old mesa lol, I helped her trim her addons now. She went from 160 addons to 83.
๐ bless you
In fairness, I have 86 addons currently installed.
Only 45 or so are actually active at any time, but sitll
She had a few cool addons I might give a try
All my addons were cool
Can someone help me mimic the behaviour of Overpower together with tactician?
So it glows for a few seconds upon granting a chrage
@gusty musk Do you have that? Can't tell by the gif alone : )
The x% chance per rage spent to get a reset on overpower
the default action bar glows for a few seconds
Oh. I don't track it. @jolly cobalt didn't ask me to so I figured I don't.
It's pretty much the same as raging blow, the proc resets are bit hard to see
if there is no effect for it
: P
*reset procs
OP glows when charges cap
did you make something like this for raging blow?
or does it also glow when at max stacks
Yes
np
Theres a weakaura status called "spell activation overlay glow". It makes it fairly easy to add an effect for those procs.
Updated mine a little
Exe CD (icon) Exe (icon) RC (icon) ER (icon) BS (icon) DR (icon) Davain Rage Bar 2 (aurabar) Reck (icon) RB (icon) BT (icon) RampCD (icon) Ramp (icon) Davain
Is there a way to make a wa for fury that would show an icon when all the builders for rage are on cd for more than the gcd. A whirlwind filler wa so to speak. Please @ me. Thanks
@red comet have you tried https://www.tukui.org/addons.php?id=64
World of Warcraft Addons, Interfaces, Skins, Mods & Community.
It is a plugin for elvui, which let's you change the alpha on action bars
@red comet I'll double check it's the right one
Yep - can set your transparency with that. Weren't you looking to do that earlier mate?
The Fury setup
any way to disable action bar proc/glow border for Rampage since it gets activated at 75 rage but we want to hold on it till ~95 rage?
@gusty musk do you have a link to that ui you were working on yesterday still???
Which UI?
That's mine yah. But I didn't make those changes
Not sure why you want to track taunt as Fury
funny enough i was thinking the same.
i figured it was for symmetry purposes ๐
what are you guys using. WA2 or Tellmewhen?
WA2
@dim ether https://wago.io/BJqUUcobz
This WeakAura will only give you the bottom part. The top part is available here https://wago.io/r1F0Bqi-G Rage Bar includes a Swing Timer (Top Spark) and
thats the one, thank you very much
omnicc?
@open moss @old mesa
^ she did
๐
@obsidian sigil ye, i like to change when iam out of combat
and maybe when they are on cd
but i cant do that no
hm
i found that WAs very pretty and very disruptive at same time
atleadt for me
to much things, all of them shine, glow, move
hard to track things
but maybe its just me
speakin of what Titania linked
@gusty musk, nothing, i like the look of it, but i found it hard to me to track things
to many shiny, glowy things for an old guy
thats only me ofc
Too much stuff going on in a specific part of the screen what you mean?
The shiny things are conditional
no no m8
dont get me wrong
most ppl can use that just fine
i cant
thats why i have like 6-7 WA
is all I have ๐
Interesting.
There's a small Enrage bar in between
WOW that prot one is beautiful @gusty musk
@open moss ty
das my setup
titania can you make a screenshot from your full UI ?
anyone know how i display the damage taken numbers within my healthbar in elvui
u can't on elvui u need somit like xperl or Shadowed unitframes i think
u can do the same thing with msbt or parrot or something ye
what addon would i use to move character frames closer to the center? is there way to do it without elvui?
u can move blizz frames in the default ui
just rightclick unlock
^
are there any benefits to using move anything vs vanilla ui?
with move anything you can, as the name tells you, move anything
@gusty musk Where is the animation/glow you use for rampage / revenge from?
@fair hemlock it's a model from Karabor
i need that !
You can find the functionality in custom function
guys
what addon u use for world quests on map
i liked worldplan very much
but after patch it didnt work
i used to use world quests list
not sure if it works in BFA, but it was updated yesterday so I'm assuming it is
Really like that glow, gonna use it ๐
It uses the default glow condition after you run the custom on init?
nice
@gray ingot You can also move frames using coordinates for the screen, which you can't do with the default UI.
nope, I don't play prot so I don't really pay attention to prot WAs
what'd you make
@eternal crest https://wago.io/H1n2AZq4Q
looks nice, i like that setup
@eternal crest I wanted to do the same thing for Fury. Might do the same thing with Fury later. Just need to figure out how to reorganize things. Since it had less buttons than Arms.
and prot
Does anyone have a simple WA that tracks enrage only?
anyone using tidyplates?
@errant granite https://www.curseforge.com/wow/addons/tidy-plates-continued
oh, it was dropped and someone ported it?
from the looks of it
anyways thx
@gusty musk i'm on vacation and didn't test it yet but i wanna thank you for tank auras. I'll use them when i'm coming Home :) thnx mate
np
@gusty musk tks for the prot WA
np
how do you get the circle around your mouse utilizing weak auras?
@deep parrot ez
@deep parrot like this?
dqJFcaGAfsTlfkVwbyUusZwWnvKUnrTtLQ9c7MKFskzyke(TqdvbvdhL6GePJPeJtHQfIs6XkQfRKYYv1dve9uKLrjEofhMWur1KrX0LUOckxvHKlt11vzJkeTvfeBMi2Us5zkP6RkqnnsP67KQoTOVrkLrtkgpkXjvaDlfixtr48KkFMs9xLKTPG0ybCqYGyaXaoOKb0K3BIpO3TZOIRJTdQol9EhKyU5MZ)022)Prgh7dAzeG04PTMI9flJdIjnJ(uZn3CqIqauDw69oObQQ)seZUvPmmrLX6GDXaKEVWyD4r9(l9EHzQZKcRsVxySk9EH2whuQQ)kryi(BYOc7taQFAB7p4GQo2oitf9mGoJVse0l0z6Foyf0z8vNklyf0z8vI1mXFTPrghScY3CvbnzuXKnJkdiJMOETuGmAI61sjDU5Md6u(MRkiX1iki9jt1G9flJdsOM1e)r(czNRJTdAQwJIggi1jZ)022Fd2xaLQSRmv81zW(cOquWaoOkcUQwahK8fAcokkiHejjlUbCqYxOj4OOGQi4Qcoi5l0eCuuqmPej58fQoWbjFHMGJIc6fZo4GKVqtWrrb9XGdoi5l0eCuuqS3yxrWvfCqYxOj4OOGsL9hp2Gds(cnbhffKeXCZOcCqYxOj4OOOOGmGSm2qhBcqByFr7wwqba
Hey Titania, any chance your WA also has a marker for the Whirlwind buff? (how many stacks it has)
Is there a way for me to put that on the right side like the siegebreaker button>?
Feel like it's hard to notice there.
You can increase the font size
Is it under the rage bar?
should be text 2
Thanks!
late to convo but tidyplates original creator only works on threatplates now, which was originally a skin of tidy plates
actually i'm mistaken, the original creator of the SKIN threatplates has turned it into his own addon. The original creators of tidyplates have stopped maintaining it.
@old mesa Hey in your UI vid are you making the health percent display with WA? also the swing timer as well?
@old mesa Ty for sharing! Very inspired by your UI and trying to make something very similar.
That's Fraggy's new UI isn't it?
Just class colored instead of a constant dark grey for frames/bars
yes it is
what frame addon and what bar texture for those frames?
what is the addon called that shows much more detailed info on the character sheet?
@cursive ibex deja character stats?
DejaCharacterStats is one of them
yes thats it thanks
@gusty musk Sorry to bother but do you happen to have an export string for your elvui/benik setup
@coarse fractal Beyond the unit frame position, and some slight change to their height, that is basically out of the box benik
@stuck onyx I like your WA set up
Ye its frags. Tho some changed to it
Hmm did a search for it on wago no luck
@stuck onyx Would you mind hitting me up with a string for that WA? It looks really nice
its only for frags subs kappa
Fair enough, time to put my amazon sub to use then
I mean its not a big deal not like I'm really going to use it on anything else
Its on wagio
I find it on mobile sec
https://wago.io/41RLe1WqM @fringe canopy @iron fog
Thanks
@stuck onyx Cool to see you using my WA! If you have any feedback on it, I'd love to hear it!
Thanks man! If you ever find some errors, or would like something implemented, send me a message here
I will ๐
For those of you who appreciate minimalist UIs, this is my leanest yet (I hate visual clutter lol). This is out of combat.
And in combat
Closer look at main set of WAs. Orange rage bar means enrage ending in 2s or less. Timer is on right side. Bar is red with no enrage, and green with enrage >2s remaining. I have some custom borders for various things, like the Recklessness duration that's ticking down around the CD icon here. At some point, I'll figure out how to make a GIF of the things in action lol
thanks @signal galleon !
Ooooh I'll check that out Erek ty (and ty! lol)
I like the style of it, unfortunately i dont wanna make my auras with so little clutter cause its the same style for all my specs
Would say you should take ur helth bar at your wa's
That makes sense! Would be awkward to go from one style to another style. I do plan to turn these into Arms ones as well later, just haven't gotten around to it yet. I wouldn't have the first clue about tank ones though lol
How does your aura track whirlwind stacks, and do you track targets in range?
Or targets in range of ww cleave rather
I've used nameplate for health for ages, Executie, and I decided to go with the personal resource style this time around cause I got tired of nameplates haha. I do, however, have a nameplate just below and to the right in the style of raid/party frame.
Erek, in that in combat full pic there's an aura around my character
Those are WW stacks
When you use one, the right one goes away. Use next, left one goes away
Cool
Oh the bar undee the rage bar is your health?
Yup lol
Looked weird ๐
I just decided to color it warrior color like my nameplate normally is ๐
Yeah ๐
but since i'm hitting a dummy, it's just full looking like nothing lol
Why not put your target frame below the aura? Doesnt it feel awkward that way?
Yeah, it does, but also because I have other things that pop up there. I haven't found a good center place for it that doesn't feel weird yet lol
Yeah my eyes would be confused with that
Oh alright
And above the main aura set is where my enemy cast bar and some defensive things and interrupt stuff pops up
Yeah guess u arent done yet ๐
Also, you can't see it there on a dummy either, but inside the WW auras a smaller aura pops up for victory rush
Cool
My ui is pretty clean but thats some next level clean dude i really like it ๐
Hows your raid frames?
@stuck onyx Well, I'm mostly done outside of additional fiddling because I'm find with my target nameplate sitting where it's always been until some other idea pops into my head along the way LOl
I just use Blizz default frames with the status marker addons. That sits right above my chat frame
Ah alright
I used to use SUF's raid frames, and they sat in the same general space where my little raid-style nameplate is
Also one thing you should consider is making your details transparent
I've tried fully transparent, and I hate it like that hahaha ... even my chat frame has to be sliiiiightly visible
Ah
could probably stand to make it a tick or two lighter though
Yeah its kinda abit to dark imo ๐
Yeah fair enough ๐
I'll probably try it out at a similar transparency to my chat frame, and see if I like it ... good call
Maybe try putting them side by side or even removing the healing meter would look better, but thats obviously subjective
It's funny, I just finally added the healing meter back after not having it for a while because I hadn't played in some time. But the old raider in me snuck back out and told me to put it back lmao
Haha
Well details can easily change windows to healing/dps/whatever if you bookmark iy
It
Just a right click on the meter and you insta swap
Where did you put your bigwigs/dbm bars?
That's one of the things that's below that main WA set ... the bars go there, and the announcements go central topish
I see
This is the upper part in full (bit messy when pulled up via WAs lol), but it's the enemy cast bar, interrupt text when pummel off CD and enemy is casting something interruptable, else it's the pummel CD in text, and then enraged regen and health pot WAs pop up under certain conditions.
thats very nice actually
gimme a sec and ill post my ui how i track some of my stuff
ty, and okies!
Just updated my WA https://wago.io/41RLe1WqM
*Bladestorm and Sweeping Strikes will now display remaining time and glow when used
*When Sweeping Strikes is used, it will also display the amount of targets in range of your attacks.
@signal galleon You wouldn't happen to be planning on making a set for fury would you?
I will, just haven't gotten around to it. Might happen that I make it today, because there was so much content to do in the pre-patch :^)
you guys think my roll the bones buffs (left side of the WA pack) are to big? am considering making them way smaller
just finished these yesterday
Awesome, thanks for the great WA's
Erek, I was wondering what that was, as I don't know a damn thing about rogues lmao ... yeah, I think those could do with being a bit smaller. Very nice setup though!
gonna make them smaller and see how it is then
took them down 10x10
to 40x40 from 50x50
Holy shit that's some tower hahahah
yeah well if you roll a tower your lucky
gonna look into a different spot for it tho its cluttering way to much
Do they each have their own timers or something?
Well yeah, I was just trying to figure out if there's a more streamlined solution for a WA for it
instead of a tower ... something condensed
i mean its 90% of the time 1 or 2 icons showing, if your lucky tho you roll five and you get the tower
Although we probably shouldn't be talking about rogue WAs in here LOL
am thinking of finding a way of making it 3x3 instead of 1x6
that would at least be more compact, yeah!
I converted my Arms weakaura to Fury! If you find any errors or bugs, just post them here
https://wago.io/EJFhaRxqf
The cached Screenshot+text in the Discord link seems to be from the old verison.
@fringe canopy
@signal galleon You're a legend, thankyou
I think everything is working as intended, if not I'll fix it quickly
๐
@tiny notch big fan of the minimalist look. Do you post your WAโs anywhere?
I had some requests for a Protection WA as well, so I made one; https://wago.io/H1zV2u2NQ
Now, I never play protection so, I'm very open to feedback.
Hey, can anyone help me with a weakaura, itโs pretty easy I just need some help with the custom function
@signal galleon is it possible to grey out overpower when it's on cd?
like MS and WB etc..
@green swallow It does go grey, but it doesn't change so much due to the colours of Overpower (very grey already)
Mine doesnt change at all, it's still blue around the sword etc.
Might need to dl the newest WA.
Try that, if not you can edit it to your liking, like this; https://i.gyazo.com/031641bfe090c5eb5647a6c9b419be91.png
Add a new Property Change -> Color -> Choose some kind of Grey or what ever you like
I thought so too. I often miss or forget things and have to upload again right after lol
does anyone have a swing timer only WA?
anyone have a wa to track my furious slash stacks
@prisma gyro https://wago.io/B1GE19hNm
Try that one, same i use in my Fury WA
Furious Slash Stacks (icon)
nice thanks mate
I have a question I hope someone can help me with. I have began creating my own weak auras for Fury. I've got just about everything done the way I want but I am struggling with my icon for Raging Blow.
My goal is to make all the icons without the need for custom code, just using all the built in filters and conditions. Issue I have is displaying the Cooldown text on RB. I would like for it to only display when there are 0 stacks but I cannot accomplish this with the icon, I had to create a separate one for just the text. Has anyone ever been able to get the RB icon to only show the CD text once stacks are depleted?
@signal galleon Your Fury weakaura group has an icon for Die by the sword. I'm new to fury but I don't think they have that
Gonna change that, I made it really quick so i missed it
Updated now
@drowsy galleon You mean like this? dqeXfaakkP6uus6wkbAxaHFPKYWKkDmf1YOQ6zsuMgLexJQuBJskFtjIghq15usyDkHQ3Pes3tjrheiAHkYdvs1evcYfPkQnQekJujsojvbRKsmtLiCtLGANe8tjQgQsslfO8uOPkLTQeIVQeLXQeWBPkXDPkYEr)vHgmahMIflv8yLAYs4YI2mq6ZsA0k40QA1krQxtvsZMk3MsTBb)MOHlvTCqpxLPt66cTDQkFhqJxjQoVez9ufA)eAoZgXNcEd(kMNxbXJOFqynq4nrBIfelyJOMlxNxmzqX3Jjf83LyXFlDmS13xs0ekrmgu4xRjKnI3Gey5bI3GeiiDanLoIxF6Ccg7KcG7TFWbNkrZwFFzd(1AcxyzrsHUeJqhXbv7VfFT1aAQsq8Y1GLSxQLzXJDwG1Mj(bnHbJBrs49Yaf8MOc)AnHSrmE5OXb0u6uym5eX4LJ7bdSMh7qmE5ym8kNiQL6tINA04rmE5OcnBVUhmWAYjIxF6Ccg7KcG7TFWbN4EWaR5nk7tOrLqIRCLevOz719GbwtIZe3dgynpIDjgVC8gKalpWjIPVmOexxkDfsGbraRcLvyENiaRJ9PZzvIW04W(05em2jrWm1pufbm5KajgVC86tNtWyNCIymK(YGs0evjXBqcS8aXBqceKoGMshXD8uP94WxKe13olOsSipJgHgn5eXEOScZ7wfM7)EzGcDjQ5Y15vLFqjUUNfAEgmId5xhukyLUe3YqXRVmCSrHz2iUhYTxzJOc)AnHuOlrFg4B64sIYW6sPRqcmq0NXftkmtL4EWeQ5XgfMzJOpJlMCIypu2NqTeXI8mAeA0KkvQuj6KMc2i(Hkug7zJOD0PpBuPsmE5yi9Lq2H42zUJnI3hQUK4YajyG5HYbJOD0PpBexfmp4zSXjQujgVCC7m3XjIqPlzJOD0PpBuPsmE541NBorunUmO(zJOD0PpBuPsmE5Ol9Lo2HOACzqzJOD0PpBuyEj5efMTgNOsLy8YrF5WVDj7q86ZnBeVpuDjf8t0o60NnkugNOsLy8YXGXozhIGA26ldSr0o60NnQuj27RxnUmOSr0o60NnQujgVCClT7yuorS4bf0FhDAj2iAhD6ZgvQeHMDYgr7OtF2OsLkXD8uPDd(1Acxcz93ebng26ldwxHFTMqRkAreGiaraIaGPgHbrak8R1e6LzpjcWekebyDf(1Ac9IFpjcqcfbOWVwtOxkZtwDrfTKHcrlIweTiAr0IOfrlIweTiAHimRVm0k1Ne)Tmq8licMP(HQiGjNeOiG1xiIEukTPqxqugrtrXRVmyCJk8R1eESrLiOqJDIk0Ogk4NiWVqhOGv6smeTBWVwt4rHzILkhuqVuPWc63FxIMT(YWXgXtnqLnINmgkikcyhpvAtSqoEYyOGDOsLyXF9otjpSLbkmxM18xM3e3sPRqcmWjIXlBsPt)E2HkrFuy2k(NPsc
Easier that way lol
@hoary tiger I haven't posted them as of yet, but I can probs shoot you the code via DM or something if you'd like to use them
I can't check right now, I'll have to look tonight when I get home. I found from WA I found on Wago that they all seem to have custom code to get the result I am looking for
Well, the above uses a CD icon/trigger, takes advantage of the "CD on charge" setting in that trigger, uses %s in the display text, and then checks "show cooldown text" in the display options.
I had uploaded what I had done to Wago before I left for work but it seems to have disappeared?
ah OK
Otherwise, what you'll often see are two WAs for the same spell, one to handle CD, one to handle stacks or other bits.
What I have so far is while RB is active it displays the two charges which count down as I use the ability. Once the stacks are used it desaturates. Once a stack is back it colorizes again. Right now to get the CD text when there are 0 stacks I have a second text only WA
I was hoping to be able to combine the two into one
Yeah, the above should do what you want
cool, I'll try to remember to try when I get home from work. Thanks for the reply
I did it quickly cause I'm working lol, but a few hits on the training dummy and it seemed fine. Lemme know ๐
wish someone was talented enough to make a web page that allowed us to make WA's and then extract the strings
I actually found my WA finally. Crazy site. If you get a moment, could you review to see if what you did works with what I have done? https://wago.io/SkpmrYnVm
404 not found on that SaucE
try again, I had it set to private by mistake
DMd you new aura string
For those of you who are using my WA. Should I bundle the duration bars and auras as one WA instead of 2?
The benefits will allow me to update 1 WA Everytime. Instead of updating 6 auras. I only have to worry about 3. Easier for people to install especially for those that don't know how to read the description.
Only downside is that the ordering will be hardcoded and the positioning will also be attached to it, although I can make it movable.
@gusty musk I am a fan of customization, as of now I am not using the bars, for instance. But if consolidating will make ur life easier Iโd say make it movable/hideable (dont care about ordering).
I wish they would make nested nested group possible.
yes!
It's technically possible to do with Lua but it's really complex for my situation
IIRC "nested groups" has been on the to-do development list for WAs for ages now lol
hopefully we'll get it one day
nobody is working on it. the way the addon is written they would have to most likely make a whole new one
hello there, are there any addons your would recommend? something pratical and visually pleasing
@uncut dragon not entirely sure where you're getting that from ... the main dev who's been working on WAs has said it's in the works, just that it'll take months to do b/c it's complex. "months" probably translates into significantly longer with other to-do items and RL, but still. It's not off the table as far as I know.
It was part of the roadmap when I first joined Infus' patreon a couple years ago, but I'm not a patron anymore. Last I can locate easily accessible is this ticket branch link off github back to original request thread https://www.wowace.com/projects/weakauras-2/issues/64 Infus responded there in Feb.
@tiny notch They started working on it February this year.
? no they didnt
That's what I'm saying @gusty musk lol
oh hahah np
Since 4 years? Infus literally just responded months ago.
that's a shame if it's true.
Indeed. And he didn't say he was unassigning. He said he was reassigning to himself for it to be worked on. shrugs
hello
hai!
nobody is working on it
Well, that's unfortunate.
not sure where the rumor comes from
It's not a rumor. It's straight from that thread as of Feb. 2018. But if it's not, it's not.
Yes.
My only point anyway was not that it's something that's coming anytime soon, only that from that thread, it wasn't full stop off the table. But thanks for the info, so no one gets their hopes up lol
I've been working on a concept on how we could at least make organizing auras better but it's not groups
more like tags
well we'll hope for something at some point then ๐
it's okay, at least now I can annoy @solar pond with a ping while I'm here
(โฏยฐโกยฐ๏ผโฏ๏ธต โปโโป
but! if you did not know, aura updating is now in the alpha version
and we are looking for feedback
nice plug
lol noted!
solid ๐
aura updating?
instead of deleting and reimporting probably
probably changes only what changed since last update and keeps your extra code and stuff safe
โYou select which bits to overwrite and which to keep with your changes, yeahโ
OK so here's a GIF of some of the main bits of my WA that I posted a pic of the other day in action (ty Erek for the GIF tip lol) for those who were interested https://i.gyazo.com/e858993927c5d486c3c2707347e9dfc2.gif
Is that supposed to be a rotation helper?
Hm, I suppose it is a bit in that I add conditions to things for myself
I've always made my WAs in such a way as to inform me of important things so that when they light up or animate or whatever, I know certain conditions are in play. Otherwise, I'd just use my action bars (that's for me, personally ofc lol)
As an example, the execute WA is designed to show that flashing border and timer when I get a sudden death proc, but when I'm also enraged, it does the regular glow border
actually, when i'm enrage and i have 75 rage or less it glows (forgot my own shit lol)
Oh I've seen it ๐
Oh
I mean't the formula I'm using to determine glow
oooohhh
Yeah, I know, you're a computer scientist or something right? I can't be arsed. I just made my own border texture and use it for recklessness duration and those flashy borders that aren't glow ๐
How do you know I'm a computer scientist
You told someone here one day a little while ago lol
I think it was when you were talking about coding efficiency
Oh
This is the logic I used
--[[
- t[1] = Executable
- t[2] = Enraged
- t[3] = Recklessness up
- t[4] = Rampageable
- t[5] = Sudden Death
- t[6] = Execute cooldown state
--]]
function(t)
local region = aura_env.region
local executable = t[1]
local rampage = t[4]
local sudden = t[5]
local cooldown = t[6]
local return_condition = (cooldown and aura_env.show_unusable) or executable
region:OnSuddenDeath(sudden)
if rampage or not executable then
region:SetGlow(false)
return return_condition
end
local cap = UnitPowerMax("player", 1) -- Gnomes FTW!
local rage = UnitPower("player", 1)
local enraged = t[2]
local rekt = t[3]
local rekt_mod = rekt and 2 or 1
local estimated = 20 * rekt_mod
local delta = cap - rage
region:SetGlow(enraged and estimated <= delta)
return return_condition
end
Good grief. OK, so then you get me (even if I only get about half of that with my aging knowledge and superficial coding knowledge lmao) ... also LOL at gnomes FTW
Someone has to min/max that extra 5 rage
well of course! hahahaha
Yeah, all of my WAs are made just with the regular tools WA provides. None of that fancy coding business ๐
Although I will say this
the things that have been added in the last year or two
do wonders
((((conditions)))) โค
Yah
Still bummed out for no nested group.
Looking forward to the tagging though, if that's to be an alternative
Indeed
I remember when i first discovered they added drag and drop
it was like the heavens opened lmao
you donโt need nested just use pseudo dynamic groups
@uncut dragon explain
manually setting anchors or offsets based on certain conditions instead of using dynamic group
hereโs a snippet from asakawa
I guess you could probably simply put WeakAuras.ScanEvents("GROUP_CHANGE") in On Show and On Hide in each of the Auras that are in this pseudo-group, then add a trigger to each of those Auras
custom - status - event - GROUP_CHANGE
function()
if not aura_env.offY then
aura_env.offY = aura_env.region:GetYOffset()
end
local active = WeakAuras.IsTriggerActive("Warlock (Destruction) - Immolate");
local active2 = WeakAuras.IsTriggerActive("Warlock (Destruction) - Havoc Uptime");
local offset = 0;
if active then offset = 10; end
if active2 then offset = offset + 10; end
aura_env.region:SetYOffset(aura+env.offY - offset)
end
Yah, that's fair. I was playing around with that earlier
i use slide animations every frame atm and he suggests this
This depends on the name of the Aura ofc. Will be annoying to hear from people who would be like, WA doesn't work after updating because they don't delete the previous aura.
the difference is extremely minimal performance wise. also people who donโt delete are idiots so
When you mean slide animation what are you referring to?
? slide animation
You said you use slide animation
Oh
I found some time to mess around with pseudogroups
So far it works, made some modifications, but thanks @uncut dragon
Here's what I've changed,
function()
local offset = 0
for i = 1, #aura_env.order do
local active = WeakAuras.IsTriggerActive(aura_env.order[i])
offset = offset + (active and aura_env.increment or 0)
end
aura_env.region:SetYOffset(offset)
end
ez clap
pretty much the same thing but makes it easier to maintain the order
I just wish I can save this as a function and use it globally
instead of copying-pasting it in each trigger
you can
you could make global function like wa_move(auraid) and access the info with the id
Yah I have a good idea
and then when you call it make sure you check it exists
you use aura buffs right
you might be able to just swap all this into tsu
I do
I actually added it to my init for Center of Mass which is where the bars are being anchored.
if youโre using these bars for only auras itโs really easy to do tsu
you know how those work ?
Aura/Bars or? Enough to get by.
Yah, it's basically an event handler, similar to Listeners/Hooks in a sense
tsu is actually just
custom โauto cloneโ
the thing is you can set order and assign an offset variable all at once
are you doing a bar for each buff in a dynamic group
Yes
Currently how I have it
Sometimes the bars have custom functionality/conditions within them
ok listen when i get off work iโm gonna glow your mind
I'll be heading off to bed shortly but I can catch what you have to say tomorrow
I tried adding a global function in init
but unable to call it from other parts of the WA
function draw(aura)
local offset = 0
for i = 1, #aura.order do
local active = WeakAuras.IsTriggerActive(aura.order[i])
offset = offset + (active and aura.increment or 0)
end
aura.region:SetYOffset(offset)
end
hmm maybe try draw = function(aura) instead
draw is a placeholder for now.
also is aura the id or actual region
the actual region for now.
iโve never used global so iโm not sure how it will function
That way works as intended
What's wrong with passing the reference to the aura environment?
Your question regarding if aura is id or actual region
it wonโt matter
right
Yes sir
looking forward to it
also
spell cool down icon auras should be checked reverse in display
your auras piss me off its opposite ๐
what what?
thereโs two types of cooldown sweep on icons ok
light to dark and dark to lightb
auras go light to dark because the buff is fading right
and cooldowns go dark to light because they are recharging
Are you referring to how I handle desaturation?
Why isn't it default ๐
idk i donโt think i have ocd it just really makes me mad dude
I never thought about it, seems better. Gonna try it out a bit
OMG you've just enlightened me. I'm changing all of mine now. I had NO IDEA lol
Yah, I didn't know
yes pls
Such a small thing
the other way is for buffs
Such a major diff
11:37 pm!
omg
u guys are original and creative
Living in Japan
@uncut dragon I can't tell if you are sarcastic
sarcastic obviously wtf
idk if anyone here knows me aside from corey and macro
wait i forgot thyme is my bff
@uncut dragon to be honest I know you as potato, didn't realize it until you linked me that WA.
coding wise I'm good, just not familiar with WA enough as I am with my real job
from a library perspective
potato#0001 was taken
poutine :lewd:
FYI, I double checked, assigning the function to a variable / formally defining the function both work globally.
makes sense
@uncut dragon I'm heading off. Thanks for the help again. I've updated my Fury WA to apply the new changes for my cd and bars ๐
gj team
I'll look forward to the tsu suggestion tomorrow.
From what I expect, it's probably in regards to creating a new frame upon each trigger of some sort.
@uncut dragon actually don't send me it tomorrow. I want to try something on my own first. I think I might have an idea to improve it.
I didn't see any guide. I usually stumble on it and play with it.
I'll have to check it out.
type !TSU
Is it the video from asakawa? Cuz I've been meaning to try it out when I have time.
Ok, I'll check it out tomorrow
Yah it is what I thought. I'll definitely have to watch them.
itโs really simple
๐
What I have in mind is have multiple triggers to track each buffs and a tsu to automatically build the bars in the specific order.
I'll watch the videos first and work from that
? itโs tedious and doesnโt fit well with tsu
@uncut dragon is this you ? https://wago.io/p/potato
Database of sharable World of Warcraft addon elements
you make good stuff ๐
ty
anyone have a furious slash WA?
@signal oracle https://wago.io/B1GE19hNm
Furious Slash Stacks (icon)
Cool thank you!
what wa is your current favourite guys
im still thinking about using wa but im not sure which one xD
@earnest shard I usually go to wago.io and just modify until it functions the way I like it
There are so many and it's about personal preference once you understand the priority rotation
fair enough,! i'm going to try it out then