#ui-addons-manager
1 messages · Page 26 of 1
I mean, who knows. I might like it better
true
did find a way to increase all the sizes at once, but not the scale
so the spacing is obviously bleh
as well as timers
cant find a scale slider tho
Yah
I expected it to be like that
I just wish WA would allow for Group within Group
yeah :\
Because I can set spacing in a dynamic group
@open moss Did you get the new one?
You like the way it glows no
Now*
Yah I recently changed the glow
The reason why I went with small was because I hated huge icons and took up valuable real estate
yeah I get it, just too small for my old eyes
@open moss Easy for you is that I have the layout all down to the math.
Just need to figure out the variables

spacing.x = (icon.width * n) + gap.x and spacing.y = (icon.height * n) + gap.y
2smart4me
that sounds delightful
I'm asking you since you are speaking for everyone that thinks it's too small
Alright, I've made it slightly bigger. How's this?
Size is 34x30 instead of 28x24
For the bigger or smaller one?
bigger
currently only have the small one up and it's for BFA only
I'll upload it soon
I actually like this one more
Will upload in a bit
@uncut dragon speaking of addons, i have an addon that plasters a bunch of me/my groups damage numbers in the middle of my screen during bosses
i wanna fix it, but idunno what addon it is
does that sound familiar to you
dont got that one, hmm
@open moss I've updated it. I made it about 5% larger
@gusty musk that ui looks dope
@open moss ty
Make sure to grab version 23 not 22. I made a mistake.
and I just realized that the WeakAura looks like Batman
Should I make one for Arms?
titania maybe u know smth about my problem
i've determined its DBM
but idk how to disable it
any significant difference between the 2?
DBM tells you how to play
BigWigs gives bars and you decide.
but what's your issue with DBM?
I don't use DBM so I may not be able to help
during a boss fight, big dark colored square appears smack dab in the middle of my screen
that shows dmg/healing done to the boss, for each individual there
so in raids 7 of em show up just splurging numbers i dont care for at me
love u long time if you make one for arms :d
working on it rn
meh was going to do the Arms WA but looks like a lot of effort for something I won't play.
also @smoky turret Just for you you. I made the Swing Timers more visible. They're actually a lot better, wish I had done this awhile ago.
Poggers
Is there an addon that makes a noise when shield block runs out?
could probably do that in WA
@uncut dragon hmu tomorrow. I can make one for you.
@gusty musk does your bfa fury auras work without extra addons on beta?
@warped sentinel As long as you have WeakAuras installed. Yes
I have beta Weakauras yes.
It should work out of the box.
You just won't be able to see the nice skins, bars and font.
But I have my font/bar as a small add-on if you just want that and don't care about the skins.
You can install it from twitch.
Oh cool, is it named Titania 😉 ?
cheers
How'd you change the glow on the weak auras @gusty musk ?
Are you asking because you don't like it or want to know?
I like it and want to know. I hate the regular glow
The glow inside the button for Rampage, Exe
You override the glow function of the region to use a model.
Drop this in to Actions - On Init - Custom
local region = aura_env.region
if not region.glow then
local glow = CreateFrame("PlayerModel", nil, region)
region.glow = glow
end
region.glow:SetKeepModelOnHide(true)
region.glow:SetAllPoints(region)
region.glow:SetModel([[spells/instancenewportal_base.m2]])
region.glow:Hide()
function region:SetGlow(showGlow)
if (showGlow) then
region.glow:Show()
else
region.glow:Hide()
end
end
-- Credits to asakawa
Ah I see. Thanks much
@unkempt spade this will only work on conditions that trigger setGlow()
The Glow option in Display won't trigger this.
Nice. I'll see what I can do. I plan on using today to work on my UI. Appreciate it. And props on your WAs, they look very nice. I
@gusty musk Awww just saw you didn't do a Arms WA, too bad I was looking forward to it!
@lilac arch It's not that I don't want to do it. I'm just not familiar with Arms enough to make one
https://gyazo.com/b6d39d33bb8f32268d2ab7377b9372b2
Any suggestions on this UI? I know UI are entirely personal taste, but is there anything glaringly infuriating to any of you?
Just got my Razer Naga Trinity today so F1-F12 are Naga buttons, incase anyone was like ????.
Looks like 80% of the populations ui, so its fine
chat is huge 😄
monitor is 29" so its not that big in reality, everything is quite small
i can't understand how ya see ya skills and cds and in the same time see aoes etc. with that small icons^^
need tits
tits can u make me a vertical wa with pummel, spell reflect, storm bolt, and intim shout
To track cooldowns
I’ll pay u in gum
my life depends on it
@gusty musk
Anyone ever seen a WA that tracks raging blow/bloodthirst/rampage cd’s Just using the red max fury bars on each side ?
Like the guy in this video has- https://m.youtube.com/watch?v=0lMJ0FPlkfY
I've been requested by many people about how I go about creating my interface. Below you can find all the addons I use and this video outlines not only my in...
@open rampart Sure. For live or beta?
What exactly do you want it to do?
Just show the spell when off CD and during CD?
@open rampart alright. I can whip it up in a bit.
Do you want Spell Reflect to glow or something when your target uses a certain ability?
Or do you want pummel to glow on abilities that are interruptible?
@open rampart ^
OK
@open rampart u there?
yeah but I went to bed
is there any way you can send me the import string
so I can do it tomorrow
Yeah that’s perfect
except no commanding shout
You mean intimidating shout?
import from: https://wago.io/ryhNaTIXQ Twitch.tv/gamesandbacon twitter @furbyshain
this is the coolest thing ive ever seen
THANK U TITS
@gusty musk Hi Titania, i saw you suggest to have pummel highlight on interruptible abilities, or on specific abilities. How can i manage to do that ? also for the spell reflect
You need to set up a trigger to check if current target is hostile and interruptable
When trigger is active, set the condition so that it cane glow
^ @blazing path
@gusty musk thank you !
@gusty musk well i suck :{
anyone can help ? what i am trying to do is: having the kick icon showing up when the spell can be interrupt but also having this shiny yellow proc animation surrounding it. All of that only when the spell is not on cooldown
@blazing path you just want it to pop up and glow or?
Create a trigger that will check the cool down of pummel and at the bottom of that trigger, set it so that it shows up "Not on cooldown"
Create a second trigger that will check if target is hostile and interruptible.
At the top of the trigger page, click the drop down menu that says Any trigger to All trigger.
Go to conditions tab on the top. Create a new condition, if trigger 2 is active, set glow to check mark
And that's it.
its possible make auras like TMW range option? that its not glow or something or are be grey when I'm not in range for that skill?
@gusty musk Thanks! i had trouble finding my way in the different trggers
yeah but i had wanted that the icon just get a bit greyer or lesser transparent not that it disapeared complete when out of range
needing some help here muh doods, looking to get rid of the large icon showing cc on nameplates, for the life of me i cant find the setting. using elvui pls halp
ok nvm, panic over... was nothing to do with elv at all
move along nothing too see here
what was it lol
some random addon i imported with a new ui...... Nameplateauras
which one were u removing? the stretched one or the one on top?
the one on top is more aesthetically pleasing. tho its kinda big
Don't mind @open moss Everything is too small or big for him
😉
Had to fanservice his ass.
lucky for him, I like the new size so he gets away with it this time.
did u see those animated auras i posted? pretty cool
youtube video a little up
import from: https://wago.io/ryhNaTIXQ Twitch.tv/gamesandbacon twitter @furbyshain
I talked to Games and Bacon the other day
ya him
I would use it but it requires another addon
and creating the animation just seems like a lot of work
I would use it but personally, it's a waste of cpu cycles
Don't get me wrong I like it
@open rampart did you get my WA?
yeah its perfect thank u
i will be arenaing TONIGHT
and using it to lock down spriests and locks
lol nice
I've been meaning to make a WeakAura that will trigger if someone casts are certain ability
like Chaos Bolt
same thing for interrupt.
Triggers when someone casts poly, chaos bolt, and etc
Is there a command to bring up the weakauras people use?
no
bonqoie a tous !
Does anyone know a good UI to use ?
the best UI is the one hidden in your heart
ui is personal so depends on what you want
anyone have a nice execute weakaura?
I cant find one in wago
is the time to die one in pins what im looking for?
just a plain weakaura that shows when i can execute for when im tunneling in pvp
pops up like hey you fuck
ok there is not a macro for that
finish him
true but I like stuff higher in my screen
I use ipses package is their a better one you suggest?
what you want is a weakaura then, not a macro
duh im a tard
I have to keep retyping that in the search engine too
i looked there
couldnt find anything solid
ill make a simple one ofr u
is it going to have a penis on it with a troll sound?
no
duJUcaGALGwVsODri2MOcZgv3KeCBLANizVWUjA)IQ0pPQAyKuJJezOIk1GfvvdxuoisjhJuTqQs)wWIjHwocpujQNQAzivphrtuurtfLjlutx6IufxLq5ze46uzJIkzRiLAZesBNGoTIltzAkr(osXJfYyfvXOPQmEsYjfvLBPe4AkPZtI6ZKYFjuDyrg6GHpGsxWQGvLWjXPlYQi60X34X4XGHxtv1Zvq2plAGIoDCNSeJMMragozMX5uPTbQvbQvcfpf1rOXignnJqHqSbQfORgVeJMMragEvoZWjBQosCN0eAYINCnG7inXtksgiuuHqSbV4MqtwCAf1jiZB(fJmPi3WDKM4o5u4fNWs8NzCovAB4EuzrUA4ostCYmJZPsBdEXj9fOXVeN0xGg)sAf1rOHtMzCovABGAvGALqXRPQ65omYI71pJ5xbCF2O5RGAvnopKIbdVjUjlDWW3oEhWqrXBIBYcg(2X7agkkE8iQOtKJxLbdF74DadffNifzGHVD8oGHIIte4gy4BhVdyOO4zcZAIBYcg(2X7agkk(i1icUmWW3oEhWqrXfnf1jibdF74DadfffFK1iKjoTncYjibLa84HCHozuhHgEIZXjmTjizkNz4tuqIRXd0aV4s3MrmAAgbjO0Xxme2GsTicWRPQ64EYJNLfJ5bNMjU(a1QA8jg3JklYvtNUGLwZbEnvvF5GSPrUnzX9lg75lNEqXfck9LORJca
that is perfect
thank you
I really need to play with that add on a lot more so that i can do things like that myself
its not to hard when you figure it out
well if you want some good custom codes you either need to learn yourself or get help in the WA discord
you can do so much with WA its worth learning
Hi, i have a specific demand, i am looking for an addon that allows me to change panel size, but not the scaling,. i have augmented the font size but since then some panels are having trouble displaying everything since it s not large enough anymore. Move anything seems to only adjut the scale, i was wondering if there was an option to only increase the width of certain panels (such as guild / caracter / etc...)
see guild panel issue :
I can't grasp how people seem to have so much space but even though my UI is ''minimalistic'' it still feels so large
mine feels rather large i am workingon my ui but my eyesight is not as good as before so i had to increase font size from 12 ( which looks like the bind font size if not smaller) to something like 20
but since then some panels are fucked up
I just want a clean UI where everything is easily trackable
I have fairly big unit frames, probably could be smaller and only 2 actionbars
I don't see having 3 actionbars necessary
Dps / class / i belive are the setting i chose at the beginning
kk
Just wanted to check...is it possible to display keybinds on weakauras?
@keen tapir
Weird
Mobile client doesn’t see it
Unless I’m linked it / tagged in it
Oh nvm
I’m dumb. Carry on.
SW yes but not directly. you just set the text to be the same as the keybind.
hey @gusty musk will that WA be usable for pre-patch or just bfa when it releases?
@autumn tundra If I am to assume prepatch will bring changes for BFA. Yes. It's been tested at 110 on Beta so it should work.
Haven't tested on a 120 but that depends on what happens at 120
Awesome. Can you be so kind as to PM me the link for it? I remember looking at it and loved it.
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
@autumn tundra ^
Tyvm!
Does anyone other then going to a Wago.io of course know of a good WA build that you recommend for Prot going into BFA, saw a couple and posting to see if any have any preferences they noticed and they really like
If anyone could figure out and post a string of the WA that this guy used to track bt/rb/ramp it would be greatly greatly appreciated. I’ve done a bit of research and can’t figure it out for the life of me.
Battle for Azeroth beta draws closer and closer to pre patch. The NEW allied races are coming and have their racials as well. Some of these are pretty standa...
@ionic turtle I'm watching a prot pally
thats def a paladin
that was a paldin the whole way through. Did I just get punk'd?
yo ashton where you at?
Somehow it linked the wrong video. My apologies. Grabbing the correct one now.
I've been requested by many people about how I go about creating my interface. Below you can find all the addons I use and this video outlines not only my in...
This is the correct video. He talks about it at the 7:20 mark of the video.
I don't think that's a WeakAuras. Looks like an Action Bar
He's talking about the aura textures that pop up around the character. The guys explains that the left one is BT, the right one is RB, and the outside ones are rampage.
@ionic turtle I'm not at the computer to make it atm, although Titania may whip it up for you when here again, but it's really just simple texture auras for when those abilities are usable/active. Keep in mind, however, that his RB WA doesn't account for RB having up to 2 stacks.
ya thats def what im going for. i couldn't figure out how to do it. but it would be greatly appreciated if someone could!
Legion WeakAura list has been removed as almost all of them are now irrelevant. Battle for Azeroth list will be made as it becomes apparent what people keep asking about/for.
Well it's the strongest race nevertheless
25-30% mainstat buff as racial is kinda giga strong
@gusty musk I love your WA, is there any way to scale the whole thing up a little bit to make things larger? It's pretty small on my setup, I've never made a WA myself so I'd have no idea how to do that. Thanks a lot for your work.
@covert pumice ask @open moss he'll scale it for you.
:)
And thank you for the compliment
@covert pumice Did you get the newer version? A recent update I made scales it up a bit.
Yeah I did, unless you updated it in the last 2 hours? @gusty musk
😄
Not sure if it needs scaling up actually on 2nd thought tbh.
i really like it though, huge props.
Anyway to change the ui back to old or do I hbe to deal with it?
deal with it 😦
@gusty musk lol!
Updated my Arms weakaura for 8.0!
https://wago.io/41RLe1WqM
If anyone uses it and finds any errors, just PM me and I will fix it when EU servers are up!
I made some edits to Titania's weakaura and this is mny current loadout, its so weird not using numberpad anymore still but yeah I am happy how its working rn, and thanks @gusty musk
does anyone have a weakaura for ip?
i have trid the one in the pins, but i would like one with absorb value. i'm working on figuring it out myself but am kinda bad with WA
Anyone here familiar with lua
i believe months ago I inputted a custom code to "hide" the PRD bar
so i could anchor my own to the frame and only have the custom image on the anchor
however months later I've lost those addons and want to re-enable the PRD
Full Prot suite. thx to @severe falcon for IP Lua code.
DS (icon) DS CD (icon) LS (icon) SB (icon) LS CD (icon) SB CD (icon) SW (icon) SR (icon) SW CD (icon) SR CD 3 (icon) IP (icon) IP CD (icon) DS Timer (aurabar)
energy 2 (aurabar) healthbar 2 2 (aurabar)
I believe it was some lua code that made the personal resource bar translucent
Just to clarify the IP lua is Afenar's, I only jerry rigged it so it was standalone from his full prot warrior pack
lol
👀
link to the standalone IP wa?
ty babes
Fix for MSBT here: https://github.com/arbi316/MSBT
@gusty musk The primary WA works great for me but the duration bar doesn't show up in combat and the WA preview doesn't show any icon https://puu.sh/AYv5o/67b4a4a5e3.png
i tried :c
Are you on prepatch?
Mine is working fine. I reimported it
disable all addons but WA, Details, CleanUI, and my addon
still not working
@gusty musk when you get a chance could you add racials to both the bars and the full WA?
that means I have to do it for everyone.
@safe perch What's your resolution?
I've onlyu tested this on 1080p+
1920x1080P
that's strange
yeah
idk what to tell you
how about modifying the bar sizes
maybe it's too small for you?
Probably want to increase the height
still not working but at least the primary WA is doing great i can play without tracking the buff duration
WeakAura is what you want
@vivid kindle
dmeEfaqjjP0NKe0OKeYPOe0TKKQDjPQFjPYWusDmHSmfPNrjQPrj01KePTjjjFtbmojj15OKADss0bvswiH6HuICrjf2OKeoPKIwPKO8sjrmtjr1nvqTtc(Pc1qLalLsYtbtvWvLuQTsjWxLuYCLG2l6Vukdwb5WuSyfYJvQjRIlt1MveFwLgTsCAvTAjbETeQzt0TfQDd53qnCj64sc1Yf1ZLA6KUUiBNq(UIA8siNNs16LKI9RanJyGWtblwPvT1dmLqtyA9vv9Rjet4q4Wab7JNmPDLcrremB9f5H8FVEEy8XPq1JwtiLLewuTSRY6QB2CX1)46exzvCTR9gpQAQB6aeEK6zKrAbEUFmIcwMGb9Xg9XigieBEedekZE7kHr4eA7uPsqZ)96zgiO2lDcTA0utiHCrosjyskMqQDB9cEEmIIj4ICKsWsyS8GNrdoubz8n7Dp4qveu6sPfsi1UTe6vkMq2nsO0LsbtStWkFxS07g5Dti1UTU0LsbtStXe6f88yeHEbpVsoBS3e2PwXX2w(Jtq)y)qOlDPuWe7uiAGiRPsq9I0OcWpsjiECimEycl(Fxuky51eKyZHbcQr6iDkdeIts9zGkvcP2THCrEMJiOgPJugi0p6kDkynH4KuFgOG1umvQe2st3mqOF0v6eQ1kRSQMJTIkHU03mqOF0v6uykH4KuFgOWukMkvcP2TTLMUPyczZ2zGqCsQpduPs48tM87KuTZaH4KuFgOsLqglDgieNK6ZavQesTBRl9nftyIzRpgXaH4KuFgOsLqPOs1iDKYaH4KuFgOsLqQDBBC8iJsXeE0nJtLmqioj1NbQuPsiH08FVEMbc9cEEmIqVGNxjNn2BcDPlLcMyNcrdeznvcOuCi)3RNBkerq9I0OQaJucIt)GdzbF)kohryJXYdEgf8I0AGmJK(HJiStTIJd5)E9CLJV)MaHSFFmkyV0j8BmIW8F0fkyzlsq9I0icvBjbZ586JrgPnn)3RNBgOs4pecVAqVPc7bhYkFxS07g5Dt48DfKqB9f5emi7eE0R2A1Kv)qHicBm686JrnduiIbc7fFxmde08FVEMcRjiYKFZiPtaJSeglp4zebrgzYPqevc7fd66nduiIbcImYKtXekZ4spR2jC82OPSrDQuPsHPmqyV47IzGGM)71ZuynbrM8BgjDcyKLWy5bpJiiYitofwtLWEXGUEZafIyGGiJm5mqOXj0XMAV0juG0yNqJtOdHAIuppXS9cxDoyuxyTCtXRsztxyb4zpVkLn9W(5nfc4e60fwdOGvwvjr1JVxcnoHo22lgeYLeg20QNPsOmJl9SANqJtOdvQuPsyJXYdEgrXekA8KjTRuO6wVMkbruiYItJOsc
ty bro 😃
anyone know what to put under the middle?
I'm wondering if I should go with elvui and the standard blizzard actionbar now that it is reworked
also why's my elvui not working
It's not updated
wait I got an idea
Don't think it works for anyone yet
will update
Elvui works for me
¯_(ツ)_/¯
Its updated on their site
Probably need to update it then
i have an elvui who work for me too
Is there like a
Just download the new file for elvui and copy paste into interface>addons
Replace everything thats duplicate
addon memory was in another folder right?
wtf
settings are saved in the WTF folder
is /wa not working for people btw
it work for me
@vivid kindle try importing it again?
There's so much fine tuning for my UI
I have clean UI but then add like tmw and bigwigs and it sometimes feels a bit clunky
but then again I've seen people do fine with potato UI's
UI does not matter that much
I just didn't know how to use WA
My ui Is perfectly as it was pre patch
Also IGnore pain Weak Aura that works?
Or does exsisting ones work?
anyone as /wa not working, any workaround ?
I wanted one of those ignore pain bars
nah /wa is working for me
I just didn't figure out how you make those bars
that show how much of it is left
I'm using only 2 actionbars, anyone else do the same?
Can try this one
For ignore pain if you want
IDK if it wont work for BFa
poggers ui sorted
No WAs?
I've not set up my WA's
I had TMW's for enrage, recklessness and some others
odyn's fury
I'd sugget to use WA instead of TMW
Yeah I'll go back to it
It's a bit more confusing to me
How do you make those WA's where you press recklessness for example and then it turn the icon into the duration of the effect
I wonder if my unitframes are a bit large
hey @gusty musk , I pasted your WA and downloaded your titaniamedia addon batch but I still can't see the rage bar or enrage timer (and the icons in general seems way too small) - any other addons I should add? I rather add as few as possible
Are you using Masque and CleanUI theme?
It should be working out of the box
Rage bar won't show up until you are in combat
And the duration bar like enraged is a separate WeakAuras. Make sure you have both. It's in the description.
@gusty musk i'm gonna get your wa's when i get home, but just to be clear: to get it all working, 2 WA's and Masque + Cleanui need to be downloaded?
I don't use masque and cleanUI but will give it a go
okay, cheers
It just makes it look cleaner
there is only the top part in the description as far as I can see 😮
ye, I think I misundertood you - the link in the description is diffrent then the copy link. I will try set it up again before I ask more questions, thanks 😃
where do you guys place your boss/zone buttons?
Yah, link in description contains the other Aura the compliments it
Is there a way to make the rage meter glow when it reaches 100 rage
I'm sure someone has a good WA setup
Titania for example has one
There are plenty in wago.io/weakauras
do I download masque, or masque-cleanUI?
You need both
Thanks fallu
@smoky turret was just about to go to bed and people start barraging me with Q.
followed all the instructions on the page, but still the bars seems too small and the "top part" is very diffrent then what it sepposed to look like
Can I get a screenshot?
ye one minute
/sneak
@gusty musk
I don't see the problem?
^
hmm ok I understand now, I didn't realize it looks diffrent when not all the CD's are counting
thanks for the help
Anybody else having trouble importing WAs? I don't have import disabled, but nothing happens when I try to :/
nvm. fixed it
sigh sorry for being annoying but now I am having big FPS drop (from 70+ to 20-35), can it have anything to do with masque?
try disabling masque and see if it's doign it @orchid aspen
hmmm, I don't run into fps drop so I'm not sure
Masque is just a reskin
but go for it
@fair hemlock my battle shout?
@smoky turret What's your UI like?
now it's 64x64
8D
Horrible
well disabled masque and framerate went back up : / - but such a smal timeframe it could just be coincedence I guess
It's not up to date
from nothing at all. was flying in valsharagh
I should probably watch tutorials on WA
My WA does not do anything until you are in combat.
I'm not sure like what I want to have in there
I want to see what's under my feet afterall
@gusty musk i think i found the problem,i had to rebind the trigger for every buff
maybe,because my game isn't in english
Ah
Yes
that's a big problem
make sure to check multiple triggers
Some auras have more than 1 trigger
WeakAuras use triggers to determine things to show based on trigger
@smoky turret thoughts on the gcd spark under Enrage bar?
only thing i hated about it is the WW buff was to small other then that i like it
You can adjust the size
How do I import from wago to WA?
i did
hate's a strong word
click on Copy String
@gusty musk is there an easy way I can only resize the rage bar? when I try to do it manualy it gets coverd by the other icons
How are you resizing?
That's the delicate thing about WA. Everything is absolute position.
So there's no TMW type of system where you can make like a group of 5 icons
and then place stuff into them
if you adjust the size of one aura, you will effect the others
@spice dragon WA has grouping yes
but I wish it would support nested grouping.
@gusty musk I'll look soon
MC?
What's wrong with it?
it was very hard to read in the latest version i looked at
like the tiny icon on top of the cleavable spells
Which version did you have?
Do any world quest group finder addons work or blizz killed it off?
@warped sentinel addons cant create groups anymore
A long time ago I had this "M" icon on the auras but I changed that.
manually have to type the name
What do you guys think are the abilities to track on fury
Well fuck.
group finder addons can LOOK for groups though
Blue Number, right side of rage bar.
@gusty musk do you think your auras will scale good on UHD screen? Tempted to use them but they looked super small on beta for some reason on my screen.
that 2 is really tiny 😄
ok i will install everything and show you a screenshot
What about the 105?
I could very well play without any numeric value in my rage bar
so i cant tell really
so what was the wa discord
I literally need babysitting with this addon to get anything done rn
It's really not that hard
go get premade WAs or watch/read tutorials on how to make your own
I'd want a line of icons
@fair hemlock
every single button and/or bar you see there is an individual WA
it's a lot of work
@spice dragon You can easily do that with WA
Also I'm trying to think what're the abilities I want to track
i think its better
i mean, i get it
you want to keep the symmetry
i'd just go for a ww icon with a stack indicator
a lot easier to track
I'm also thinking the layout
I put it on the rage bar because I don't want another icon in Africa
the stack count maintains in the center and eye doesn't stray from the center of mass
I wonder if I should make a rage bar and remove the rage bar from my unitframe
I don't want to end up with a clusterfuck
Mine was a clusterfuck
also like what abilities i want to track
I'm not going to put my entire actionbar there
I'm really tempted to go back to TMW
I don't really see what TMW can't do here
what do you want to make
I can make you a template rq
You can actually follow my WA as a template if that helps
there's a lot to it.
such a saint @gusty musk
@exotic solar I was going to say fuck you all and head to bed
preaching the word of WA
it's 4:30 AM
haha
thanks for your efforts man, gonna throw my current wa's to trash and pick up yours when i get to my pc
So so far it seems the abilities to track is bloodthirst, raging blow, execute, rampage?, and recklessness
I had recklessness in tmw so that it appeared like 15 seconds before it came off cooldown
for recklessness track the cd and add a condition to show at 15 seconds before cd
@spice dragon
dquPfaqjjPQrjjsNsIOULKsTlfOFPagMQQoMqTmfQNrjPPrjX1KuPTjjrFtvKXjjHZjewNKuAEssX9KevhuvLfsqpKskxusrBussDsvrzLsI4LQIQzkjj3usv7Kq)uHmujklvi6PGPkYvLuYwLuXxLuyUsc7f9xcmyjchMOfRk8yOmzO6YuTzf0Nv0OvvoTsRwsuETePztXTPu7wLFdz4s44sez5cEUutN01f12PeFxvA8suDEH06LKk7NsQMXmryPOvQBveXtJj0egpyvo4Fc2eWjGZebmeYGJEVKxUwZt(W448bH8PHDo9ate6p07OJq)HE)zELrBcDHBmIsBNIXpfhbvcsmDT4PWoNEOEeUtXAh)Nqoyi8PArxTdmWRCIgCrdiSskPAvlm0JQBGXprqERTux0XebB5EmrOi4TReEGYhMtLkbnSZPhyIqWTL7T3uaQWdsffiunvoHC7cY3QuiHGBl3BVjH46sal3kYwW3I7e012XjOrlCcTk1CtOlCJruA7um(P4iiKBxq)HEhDuib3IFkbRHqgC07z9suwandE3wVevku4gtjti4sdu4gJO02jePJvQX7(8UjKBxqx4gJO02Pqc9h6D0rO)qV)mVYOnHC7ccUTCV9MuiH85w8tjiZkIkb1lxJldTNsq4OuAu9e(8D(Pu0Q)jSN6HtAQJh6fDu0Qemijote2Bgq5cMiyNn6YevQeYTl4ClEGpiOsJFkte69MgNIrqWoB0LjkgbfsLkbmJSBMi07nnoHA8lYiF2OiPsOlCmMi07nnofhtWoB0LjkoMcPsLqUDbygz3uiHGeZzIGD2OltuPsaFhoCXYgnkteSZgDzIkvcbKXzIGD2OltuPsyOetx0Xeb7SrxMOsLqHLcvA8tzIGD2OltuPsi3UGUWXOqc52fGHSFivkKGkn(PJzIGD2OltuPsLG6LRXvn6uccZR1lrD2EvuiMWLTtHDo9qtXycy5wr2PWoNEOQqZfJaHGpx0LIw4ewm0raF7klFy6AXjiVOeExC9JIw1keuVCnMq1xqqIJV6IoPrGg250dntujS4eI0Xk14DFE3ekF0WHTRuS2r8Nq0rdh2UsX4yc7TQGwLb1XPymbm0HV6IUMjkgZebSphRuMiOHDo9af)tWImSYhgNa6SgczWrVhblst2PymvcyFYB6ntumMjcwKMStHekcOcpOrjG7TuZbP6uPsLIJzIa2NJvkte0WoNEGI)jyrgw5dJtaDwdHm4O3JGfPj7u8pvcyFYB6ntumMjcwKMSZeHgLpCbA0cNqzgzucnkF4eE2PEyOeZR4hoo66kQHll9xoi7kkd96HF5GSR3XxzfakF4Df1ek7xKppEq0CsOr5dxa2N8o3qOEzREGkHIaQWdAucnkF4uPsLkbmeYGJEpkKkblum2kJJPsc
Will do exactly what you want BC to do
What spark @gusty musk I can't even see it? Or are you thinking of doing it
@smoky turret let me give you a better screenshot
@smoky turret It's right under enrage bar
I added a background bar
it tells me if I am gcd locked or not
Kinda annoyed that I thought I used BC but didn't register
Turns out I can add GCD duration.
Don't your BT etc have the rolling GCD timer
It doesn't until now.
That's how I track my GCD ¯_(ツ)_/¯
I think I'll do that instead
@gusty musk I don't really know what was the point of that recklesness thing you gave me
didn't think that would exists
It's basic thing even in Blizzard ui
You asked for Recklessness cd to show up 15s when it comes off
I don't look at my actionbar fallu
I mean my WAs have it as well
How do I make icon group that is in the same line
with exactly same distance between each other
Hey @gusty musk, sorry of this is a frequent question, but do you have WA profiles are Arms & Protection also? I love the style of your Fury one.
@covert pumice atm I do not
I plan to
when I'm bored af
@spice dragon Dynamic Group?
Do you have your own Discord serer, or anywhere I could follow you to be notified if you do that? 😃
I have a personal one but I don't use it for announcements lol
I'll include a link in my Fury warrior WAGO page when I do release one.
Alright sweet 😃
hi, i'm trying to make a macro where if i press a button without modifier, it hits whirlwind. When it is shift+button, it will hit avatar or deadly calm depending on talent chosen. But i'm not having success so far. Is this even possible?
/cast [nomodifier] Whirlwind; [modifier:Alt] ; [modifier:Ctrl] ; [modifier:shift] [talent:6/2] Avatar, [talent:6/3] Deadly Calm;
try putting avatar in the same line as the modifier
Deadly calm is not an ability right?
otherwise it doesnt know which ability you want to use while holding alt @dreamy tartan
@spice dragon nice
i'm planning to use alt for sweeping strikes
Oh? it's an active now?
yes
sec ill pm you waffle
Why does the box grow upwards
would like shift+ button to be avatar or deadly calm, was wondering if it is possible
this makes no sense
ok ty
i can't control this at all
@spice dragon you created a canvas cuz your icons are offset by 18x16
change the offset on the aura to 0x0
for each of them
Anyways I'm going to sleep
but it's growing it upwards
dGJnhaGAbkTljrEnurnBPUPavFdQWVP0oPWEv7MO9tkLFkGHrQmobYTjyOKcgmPqdNIoiPKoLafhdkoNKkluqwQKYIjLy5I6HKI6Piltq9CuDAitfLjtIPdUOKOEMKQUmvxxOnkH0wLqzZKQ2Ue8ys6RsO6Ze67qvtdQ0Hfz0qPXtkvNucXTif5AscNxs6VsKTjrnkOI8yMnLMnmXNcxPYvs3KWKYKYSjThqVEUdBORs60Pdh1hg3WycchvmLububNLrIIEo4wfFdnHr3e3mP6BOBI7TEnyrsyIfqdtqgjk65ztCSw8bKtCSw8bKAvfqf8HjSoselCrROC46QqhMYbHPCDLXr5GwVMWT8uBtkZMGu7si8SjHydOzddtqQDjmBsi2aA2WWKAN48ztCKuS9PIR1A1ksGAdtzB7ZMeInGMnmmPG0RhPgBO6SjHydOzddt5KQpBsi2aA2WWeskMTrZztcXgqZggMmlycP2LWSjHydOzddt6tQaYkNnjeBanByykY9sQDIZNGC0hMYUiYkzvn9jLQYKasvmBJMtU2ntsfx5qtiLPIgZvNWJuaSBGRUjKe8Sm1fZZCKvUr9tkiEWgLQaQGpL6EsgfyzKOON5BGzcjrqjoKYGRSbMPQb0RN7WfvtvuoCDvOdt5GWuUUY4OCqRxt4wXWK6SnWmBkPcOcolJef9CWTk(g6Max7aMkltAPDL1YeKrIIEE2eu10N4qcI8PO0l4sykfb7uK7L4yT4dip0KxWLWKMT2wXIxQnnQHSvm7CU20iorME3bZu2tnz6DBKe8PAUko3oNlDoFkY9sCtVBJKGFOjowl(aYjowl(asnBTTIfVCIB6DBKe8nWGdm1nmH1rIyHnWv3uBtkZMGu7si8SjHydOzddtqQDjmBsi2aA2WWKAN48ztCKuS9PIR1A1ksGAdt5KQpBsi2aA2WWKzbti1UeMnjeBanByykY9sQDIZp0u22(SjHydOzddtiPy2gnNnjeBanByykY9sCtx9qt6tQaYkNnjeBanByysbPxpsn2q1ztcXgqZggM4MU6Sjosk2(gHhgMqsWZYuxmpZrw5g1pLDrKvYQA6tivRCcPmvZvX525CPZ5t4rka2nWv3KmkWYirrpZ3aZesIGsCiLbxzdmtQwBRyXlp0WgHNnLububNLrIIEo4wfFdDtGRDatLLjT0UYAzcYirrppBcQA6tCibr(uu6fCjmLIGDkY9sCSw8bKhAYl4sysZwBRyXl1Mg1q2kMDoxBAeNitV7Gzk7PMm9Unsc(uO2AvaSOmhMICVe3072ij4hAIJ1IpGCIJ1IpGuZwBRyXlN4ME3gjbFJW1huqygMW6irSWg4QBQTjLztqQDjeE2KqSb0SHHji1UeMnjeBanByysTtC(Sjosk2(uX1ATAfjqTHPCs1NnjeBanByyYSGjKAxcZMeInGMnmmf5Ej1oX5hAkBBF2KqSb0SHHjKumBJMZMeInGMnmmf5EjUPREOj9jvazLZMeInGMnmmPG0RhPgBO6SjHydOzddtCtxD2ehjfBFJWddtij4zzQlMN5iRCJ6NYUiYkzvn9jKQvoHuMc1wRcGfL5WeEKcGDdC1njJcSmsu0Z8nWmHKiOehszWv2aZKQ12kw8Ydnmmvydm4ggZWda
Anyone got any good Fury WA's that track everything u need?
Titania's WA
Kinda annoying that you can't switch positions between the icons
How long do people usually take to update their WA's?
depends
There are few updated already
night
How do I make it so that recklessness icon shows both cd and duration?
Under trigger, drop down menu in the bottom, change it to Always
someone got a execute wa that shows when it'S usable and when not and shows the cooldown?
@tranquil forge Check out my WA. You can just take it from there.
It has what you seek.
GO TO BED BRO
heres what im working on, its @willow solar WA with some changes and some help from @gusty musk 😄
@supple flare Get some borders mate.
Idk if I'm just retarded or looking at the wrong place but I can't find a single 8.0 WA for fury
borders?
Can someone please link me a good one
@analog pecan 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
does anyone know if it's possible to get Avatar or deadly calm for the shift modifier depending on talent chosen? i'm having trouble getting that part to work
/cast [nomodifier] Whirlwind; [modifier:Alt] Sweeping Strikes; [modifier:Ctrl] Potion of Prolonged Power; [modifier:shift] [talent:6/2] Avatar, [talent:6/3] Deadly Calm;
Read the description
Can somebody tell my why an Icon shows remaining time even when it is not activated to show the time?
@gusty musk go to bed lul
so much work ;_;
@gusty musk Looks nice, Do you have any plans on making a similar one for Arms/Prot?
When I have time I guess.
Arms one is a bit more complicated.
Plus I don't know much about Arms and Prot
@gusty musk the hero we do not deserve
@quaint apex I'll help you tomorrow if you still need it.
So WA doesn't have the same as in TMW where the icons stay where they're placed in that group
instead these icons pop up and then dissappear
and the bar moves because of it
like do you mean when it's in use
fairly sure you can just have buttons hidden like in the middle of the row until the trigger happens
and it'll be an empty space until then
For example when enrage appears
it moves the rest of the icons to the left
which is super annoying
because I'm used to tracking the icons where they are
i'd recommend using titania's wa as a base and see how it works and customize it to your liking
where's his wa
you could just go to TMW if you know how it works and it does what you want it to do
nobody's stopping you
one of the few updated ones
@gusty musk works thx
@spice dragon here's a bunch more https://wago.io/weakauras/classes/warrior/fury
Database of sharable World of Warcraft addon elements
sort by date to get the updated ones
You can change icon sizes@spice dragon
Also dont use a dynamc group if you dont want them to move
I'm really struggling if I should roll with elvui but then I feel like adding WA and everything ontop of that is going to be a clusterfuck
yeah you can just group things together normally as well and be able to move them around as a group
then again I might aswell take of those damn aurabars
If you know how to organize it it doesnt become a clusterfuck
Not be smartass or anything like that but I can't really see what WA here does that TMW cannot
https://media.wago.io/screenshots/BkiKWpjM7/5b3e89d078059f5013c3b91b.gif
For example, you can make something as powerful as this.
Go to sleep
3:
@spice dragon WA is way more customizable if you wanna get into it, most of this shit we've talked about is basic. but i dont really see the need to justify using WA to you more
Yeah but that's fancy stuff
if you like TMW, use it
there ya go
feels like you expected us to get offended or something if you "bash" WA lol
Is there a way to move default unit frames to more center of the screen, and show them just in combat?
see you could probably make a unit frame like that with WA lol
i dunno
but no i dont think you can do that to the default unit frames
simply put, there is close to nothing you cannot do with WA
how much "better" can a resource bar really be than what WA can do
Well you cant make the spriest insanity bar in tmw thats for sure
@spice dragon seems like you just wasted like over an hour doing this if you didnt even want to use WA
I've tried because I was suggested
honestly though WA can be complicated to get into at first if it's unfamiliar to you
and the issues you seem to be having is because you dont know yet how to use it
I don't know how to use it and it does things I do not know how to fix
example if I make a regular group
it starts to grow in this very weird direction
that's not a regular group, but a dynamic group
In tmw I just create a group with e.g 5 slots and place abilities to each one
i'm a fucking idiot when it comes to WA though and I mostly use premade stuff from skilled people
Thats not a regular group
In a regular group you select set positions for icons and move the entire group as one
👏
I probably want a dynamic group for my buffs
like enrage
recklessness buff
and procs
Ok leatrix plus lets you move default frames, use ealign to align them. profit
Does anyone have a working ignore pain weak aura for pre patch & bfa?
I asked this before but I don't think I got the answer. How od I make it so that recklessness buff and cd is in the same icon
I knew how to do it in TMW but not in wa
You make 2 triggers, 1st one being a aura on you that is recklessness, the 2nd one being status>cooldown spell recklessness, then you select dynamic information from first active trigger and trigger required to any trigger, then you can go to conditions and add "if trigger 1 is active = true then glow, and add another condition for "if trigger 2 cooldown remaining is greater than 0.1 desaturate". Remember to click the small checkboxes in conditions
And in the section where you choose how it looks, you click cooldown progress on top, click invert and there you go
If you dont like rounded off icons set zoom to 30%, remove text you dont need
@severe falcon @slate crystal tyvm for ip wa!
@sterile wind linky? scrolled up can't find it lol
@gusty musk what was that aura from 11:31?
@stark gazelle https://wago.io/BJ5Hpr27Q
❤
is anyone elses skada addon not working?
Yes
ok, what would be a good replacement?
details
Details
aight thank you
does any1 else have an problem with your whirlwind WA? mine sometimes works and sometimes doesn't
got a very simple one displaying the icon with a big 1 or 2 number of charges in the middle, in red XD
could you share please?
That is what i want but for some reason it doesn't show up
any sudden death weakauras to share?
Any great full WA for fury (or for all three specs in one)? #Newcomer xD
I wonder if I should mix blizzard actionbar with elvui
look in wago... google "wago fury warrior bfa weakaura"
change to "stars"
how I found mine
Be sure to also look for a battle for azeroth tag
I have a bit of problems with elvui nameplates. I want it to color my nameplates for instance blue when the target is below 21% (execute range). Anyone knows how I go about doing so?
Thanks guys! Found one I like!
@gusty musk First of all, I love your weakaura for Fury warrior! It fits so well with what I want from a weakaura!
Now, I'm not that talented in the whole WA-setup, and I feel like the whole weakaura is kinda small. Is there any easy way for me to scale the whole thing up, or will that have to be done by you and then not fit for someone elses liking? 🙂
Does anyone know what the default UI action bar objects are called now? Before they were called MultiBarRightButtonX but that gives me a million errors now
the ones on the right side that is
can someone help me fixing this ? i disabled every addon that isnt updates but i still got the chat spammed with this massage
Guys, I lost all my existing weakauras with the new patch, can I retrieve them?
does anyone have any idea why my 2 characters action bars look slightly different? same elvui profiles, same Masque profiles, same everything (except the thing im obviously not seeing)
monk (right) is slightly darker and the pictures dont seem as "zoomed" i guess?
warrior (left) is what it should look like
how do i mass-delete non-grouped wa's that are not loaded? I have a ton of shit in there and i want to clear them
ah ctrl+click
is there any wa for fs?
Anyone got a nice meat cleaver wa?
Someone that dose have Battle Shout weakaura? i forget to press is so want a big button on my screen
https://wago.io/r10lkyTmX My Weakauras for Arms. Prepatch Ready
Colossus Smash BfA (icon) Mortal Strike BfA (icon) Ravager BfA (icon) Ravager Timer BfA (icon) Rend BfA (icon) Rend Not on Target BfA (icon) Ragebar BfA
Anyone got an Ignore Pain that displays as a bar?
Anyone got a WA that lights up if anyone in my party is missing Battle Shout? Alive targets
@floral spindle Thanks for the compliment. You can scale up the icon but I'm happy with it's size. I think it's big enough for me. It used to be smaller.
Changing the size is not simple. Think of it like a domino, you mess one size it messes up everything
Okay, thanks for the response! 🙂
Use Masque if you haven't. It makes the was bit bigger
@steel ember what did I post at 11:31? Your time is different than mine.
Man this one guy in wago makes some really good weakauras
it was a weak aura with a red and ice in a cyrcle like that enw enhancer aura. 7 hours ago
Erhm.. I remember seeing someone making a really nice wa setup in the bfa-fury a few days ago.. Don't remember who made it? :S
Updated Ignore Pain weakaure anyone?
@steel ember https://wago.io/BkiKWpjM7
@tribal thorn describe it
nice ty
that elemental spirit tracker only looked like that on my enhancer
@steel ember that's not mine so I can't help
@paper shadow It's not small... It's perfectly fine for me. Why does everyone think it's small lol
its shows really small to me
Screenshot?
1 sec
What's your resolution?
@gusty musk why is the rage bar bugging?
I don't think they are particularly small, they are just smaller than most public WA's. A lot of people tend to prefer huge ones so they don't miss anything.
@opal gate what's the issue?
I complained about it at first, but now i'm used to it and I don't think it's too small at all https://gyazo.com/f66c8e3c9f40d651bbcf48a520e11fe6
nf ragebar has an error
Are you on an English client?
ye
I'm not getting any error. Screenshot?
inc
@covert pumice ty. It used to be smaller but now it's good
I just wish WA had a scaling feature
Yeah it would be nice 😦
@gusty musk
@gusty musk I gave up with WA, better let the pros do it. Already found a really clean and good WA setup for my warlock
that guy probably has for most of the classes. I can now use the normal blizzard UI just fine 😄
do you have 2 WA's for fury overlapped? one from before prepatch? 🤔
I don't have a WA calling NF Rage Bar
hmm
That must be someone else's WA.
lol
My Rage bar is called Titania's Rage Bar
the error is coming from "NF Rage Bar" not "Titania's Rage Bar" i'm pretty sure
says in top line of your error
lmao
@gusty musk I found it my self 😄 Was yours!
Cool. :)
whats the quickest way to multi delete wa's?
did some custom fiting @gusty musk works wonders
@paper shadow cool
STRG+click on single wa's
how do i revert to normal if i used mikscrollingbattletext ?
i hope the most addons will be useable in the enxt days
If that is the case I would like to see what he did 🙂
I made my Rampage weak aura up to date for BfA from my old Legion version. It will now trigger at different times depending on which talent you have selected.
Updated version of my Rampage weak aura from Legion. This now has three triggers depending on which talent you have that effects Rampage: With Carnage
@gusty musk did you run an LFR through antorus yesterday?
I did yah
Oh yah
HUGE moocher
I can tell you a good one but I dont want to sound bias
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
It's small according to everyone
when I think it's decently sized
make sure to read the description.
@rancid flare were you using my WA last night?
nope. I go pretty raw with my addons.
but was looking into it
did you by chance log that LFR? I doubt it but figured I'd chedk
I play super casually generally so I dont usually get any logs of my own to look at
bummerz
correct me if im wrong Titania, But your weakaura does not have a tracker for the whirlwind charges?
It does
Right side of the Rage bar
you will see a blue text
that denotes WW stack
its really small XD
I prolly deleted that bit then, I would personally prefer it to be looking similar to the RB one
Yah, I understand but I wanted to maintain symmetry
I totally aggre:P I liked the base, i did move and delete some of it, since theres other stuff i like to look diffrently. But got a few wa's from it i like:)
decent work.
np 😃
@gusty musk i made it bigger dont worry 😉
Ya'll and your sizes. It's not the size that matters, it's how you use it.
ANyone know? I thought you got 1,000 essence per 110?
Oh, I think it's on dude's that don't have legendaries?
@left estuary All your 110 alt can get an essnce
Tryin that now.
@gusty musk are you gonna change it? or should i just ask @paper shadow to share his? 🙂
If I keep changing the size. I'd have to do it for everyone.
It's a lot of work to maintain different sizes.
i mean all i did is resize some icons