Updated: Cut the amount of weak auras in half so you only need one group of weak auras instead of two. (Finally figured out how to do it lol) Will prompt the spell icons 3 seconds in advance before the enemy can use them again. No longer spams chat with the information.
https://wago.io/BybHXpzqQ
Youtube video of how it works:
https://www.youtube.com/watch?v=6Sr5XtkXOvQ
Keen to see what it looks like Fox. Keep us updated.
Really excited to see this.
Yeah, I've been wanting this for SOOOO long. Watching so many tourneys made me realize that this is the type of thing that would allow for their level of awareness. Hopefully it ends up working out that way.10/01/2018 06:42 PMPosted by JenelopeReally excited to see this.
Think I'll add trinkets to the list of things tracked by this.
Let me know if you need any help. I'm a bit of a hack coder but I've a fair bit of experience with LUA.
The hiccup I got caught on before was that I wanted to be able to hide a combat log weak aura until a set position in the duration had gone by... IE I wanted the last 3 seconds of a duration to show the weak aura and nothing else.10/01/2018 06:52 PMPosted by JenelopeLet me know if you need any help. I'm a bit of a hack coder but I've a fair bit of experience with LUA.
My bypass to this is basically conditions to announce something in chat at the end of the duration of the weak aura while making that whole weak aura invisible, and making a secondary weak aura to piggyback off the chat log and actually trigger the effects that I want. The DR tracker I set up does this too, but in this case, I'm almost positive there's a way around this that doesn't make me have to double up weak auras... I just don't remember how it was done (I'd seen it in someone else's duration section previously).
cant you set up omni cc to do that already? havent messed with it in awhile but im pretty sure you could.10/01/2018 06:24 PMPosted by FoxSo I've finally gotten a weak aura working that I've been trying to make happen for quite some time. I tend to ignore / not focus enough on enemy cooldown trackers as a healer, because there's too much going on to stare at the different progress of the enemy's cooldowns. My normal set of weak auras is designed for reactive gameplay, so I see WHEN they pop the cooldowns, but previously I couldn't predict them.
With this new set of weak auras, not only will it broadcast in chat what enemy cooldowns are ready, but it will pop up a weak aura 3 seconds ahead of time showing the icon glowing of the cooldown that's coming up, so you know to expect it without potentially overlooking it.
Think I'll set this up for stuns, interrupts, CCs, and offensive cooldowns for now, and will make a post when sharing it when it's ready. =) Happy to finally figure out a solution for this, though I'm sure I'm doing it in a less than ideal fashion.
Omni CC does what I want, but it doesn't do it in the way i want it. It keeps the cooldowns up on the screen and shows them ticking down, which ends up with me overlooking them and not realizing when the abilities have come off cooldown. I'm all about that pop up notification life, as I have too much !@#$ to pay attention to as a healer. =P10/01/2018 07:08 PMPosted by Theoldgodscant you set up omni cc to do that already? havent messed with it in awhile but im pretty sure you could.
The stuff I'm doing is seemingly working... ish... it might hiccup here and there though.
Yo fox, with all the azerite pieces giving stats (in my case im concerned with crit) is there a way weakauras can be modified to show your buffed crit %?
lets say i get a wep proc and a shoulder proc that incraeses my crit by 25% from my initial 25% can i have a weakaura show a number to say "crit 50%" kinda like showing a focus bar for some classes.
lets say i get a wep proc and a shoulder proc that incraeses my crit by 25% from my initial 25% can i have a weakaura show a number to say "crit 50%" kinda like showing a focus bar for some classes.
not trying to shoot down OPs work (I personally use WA's to track big enemy cds as well) but GladiusEX has a similar feature built in which shows enemy team's available cds below health bars, which you can customize to show specific abilities
10/01/2018 09:57 PMPosted by Sbgoatynot trying to shoot down OPs work (I personally use WA's to track big enemy cds as well) but GladiusEX has a similar feature built in which shows enemy team's available cds below health bars, which you can customize to show specific abilities
WA is a bit more customizable at least.
Yes. If you wanted your exact crit chance that you were at, that'd probably take LUA code, which I've ran across in the past, so might be able to help with that.10/01/2018 09:49 PMPosted by ZêzYo fox, with all the azerite pieces giving stats (in my case im concerned with crit) is there a way weakauras can be modified to show your buffed crit %?
lets say i get a wep proc and a shoulder proc that incraeses my crit by 25% from my initial 25% can i have a weakaura show a number to say "crit 50%" kinda like showing a focus bar for some classes.
If you were just after when your wep procced, that's easily trackable and you could just put 50% crit as the display icon. Let me know if you want help with that.
The problem for me as a healer, is that I'm rarely looking at enemy bars because they're irrelevant the majority of the time for me. I've got so many other things to juggle while healing that looking at an offensive bar just doesn't go into the mix much. That's why I had to set up a DR tracker that put the enemy DRs under their name plates so I could just pay attention to what's going on without having to look over all the time. A lot of the time that info would overload me as well and I'd just end up ignoring it all.10/01/2018 09:57 PMPosted by Sbgoatynot trying to shoot down OPs work (I personally use WA's to track big enemy cds as well) but GladiusEX has a similar feature built in which shows enemy team's available cds below health bars, which you can customize to show specific abilities
10/01/2018 06:24 PMPosted by FoxSo I've finally gotten a weak aura working that I've been trying to make happen for quite some time. I tend to ignore / not focus enough on enemy cooldown trackers as a healer, because there's too much going on to stare at the different progress of the enemy's cooldowns. My normal set of weak auras is designed for reactive gameplay, so I see WHEN they pop the cooldowns, but previously I couldn't predict them.
With this new set of weak auras, not only will it broadcast in chat what enemy cooldowns are ready, but it will pop up a weak aura 3 seconds ahead of time showing the icon glowing of the cooldown that's coming up, so you know to expect it without potentially overlooking it.
Think I'll set this up for stuns, interrupts, CCs, and offensive cooldowns for now, and will make a post when sharing it when it's ready. =) Happy to finally figure out a solution for this, though I'm sure I'm doing it in a less than ideal fashion.
Nice looking forward to seeing it!
This is exciting.
Can you make a weak aura that would add vendors back to the game?
Also revert some of the WW BfA changes.
Thanks in advance.
Also revert some of the WW BfA changes.
Thanks in advance.
Is she almost ready Fox?
Bout half way there. It's a rather tedious process because it takes two weak auras per spell, and some of the spells like DH meta can have a 2 min cd, or a 4 more cd, and the spell id stays the exact same for some reason. I've also been testing every cd to make sure it works, cause it was acting shakey at first, but it's normalized out with some tweaks.10/03/2018 12:53 AMPosted by MagicmanxIs she almost ready Fox?
Only annoying thing about it so far is that the triggers still pop up after the game has ended, lol.
or u could download Sarena and omnibar
10/03/2018 04:38 AMPosted by Fox
Only annoying thing about it so far is that the triggers still pop up after the game has ended, lol.
Add a conditional to have it only work in arena. Should stop it from firing when you leave.
Ah right, that will take care of it. I was planning on doing that, but currently I test them on the target dummies, so I have them enabled in world too. XD10/03/2018 04:57 AMPosted by Jenelope10/03/2018 04:38 AMPosted by Fox
Only annoying thing about it so far is that the triggers still pop up after the game has ended, lol.
Add a conditional to have it only work in arena. Should stop it from firing when you leave.
too easy to ignore that stuff as a healer. This will allow you to customize however you want to see this information.10/03/2018 04:42 AMPosted by Skymusor u could download Sarena and omnibar