Jump to content
FORUMS
Sign in to follow this  
palles

Legion Fury Warrior Weak Aura's

Recommended Posts

A weak aura set up to help with fury warrior. Enrage is just the enrage icon on the left side, the other two are both part of the rotation helper.

Basically shows when enraged, and tells you what buttons to press.

UPDATE 8/29/16
Moved weak aura's to center of screen, took the WW one out of the rotation helper, now when it is active use it instead of raging blow or furious slash. The Bloodthirst during this time can be a little off, I'm not certain if you should only do it when not enraged or if you should be using it on CD. I may modify the WA's to have the aoe button show up when multiple targets are around, but have the full rotation there instead of just the WW button like it is now. Also moved everything to Wago.io

UPDATE 8/6/16
Alright I just released an updated Rotation Helper, this one will suggest Bloodthirst/Raging Blow if the CD is less than 1.5s, instead of suggesting Furious Slash. Note that this is a little off if you have ANY haste. If you want it to be right you need to modify 4 Weak Aura's.

Bloodthirst - GCD
Bloodthirst - Enrage - GCD
Raging Blow - GCD
Raging Blow - Enrage - GCD

On all of these, for the first trigger you need you change the remaining time from 1.5 to whatever you GCD is

If you need to figure out what your GCD is, I use the following macro to do so:

/cast Furious Slash
/run local f=GcT or CreateFrame("Frame","GcT") f:SetScript("OnUpdate",function() print("CD:",(select(2,GetSpellCooldown("Furious Slash")))) f:Hide() end) f:Show()

UPDATE 8/15/16
Added seperate bar for CDs (should have all covered, including orc/troll racial)
Added Odyn's Fury
Changed how WW works. (If there are atleast 3 targets in range it will always show the WW icon, basically, as well as the number of mobs in range in the center of the icon.)
Some other minor bug fixes in the rotation helper.
Added Bladestorm (I'm not really sure when this is supposed to be used TBH so right now it shows if 3 mobs in range and off CD.)

Link: https://wago.io/NkFH7O65b


Video: https://youtu.be/Z4zoMQTgLvs

 

Video: https://youtu.be/uimyjcq_dvg

 

Edited by palles

Share this post


Link to post
Share on other sites

Hi palles, I'm making the switch from Arms to Fury and this looks AMAZING. Thank you! I apologize for my noobness, but I'm new to a lot of mods especially weakauras (I know how to install mods just simple ones). After I install weakauras, is this pretty easy to setup?

Share this post


Link to post
Share on other sites

Yea, you just type /wa and then the page that opens up will have a button at the bottom that says 'import' just click that and paste the string into the window that opens up. Do so again 2 more times and you're good to go. The icons only load when you are in combat.

Share this post


Link to post
Share on other sites

Hello there its looking real good! i was hopeing u could help me out, i see all those buffs and progs u have on the left side. and i think that would help alot! but i have no idea if its even Weakauras? any chance u could help so i could have something that looks like that? :) 

Share this post


Link to post
Share on other sites

You mean above my player unit frame? that is part of elv ui. (basically everything on my UI is elv, or WA. and I use Details! for my dps meter)

Share this post


Link to post
Share on other sites

Alright I just released an updated Rotation Helper, this one will suggest Bloodthirst/Raging Blow if the CD is less than 1.5s, instead of suggesting Furious Slash. Note that this is a little off if you have ANY haste. If you want it to be right you need to modify 4 Weak Aura's.

Bloodthirst - GCD
Bloodthirst - Enrage - GCD
Raging Blow - GCD
Raging Blow - Enrage - GCD

On all of these, for the first trigger you need you change the remaining time from 1.5 to whatever you GCD is

If you need to figure out what your GCD is, I use the following macro to do so:

/cast Furious Slash
/run local f=GcT or CreateFrame("Frame","GcT") f:SetScript("OnUpdate",function() print("CD:",(select(2,GetSpellCooldown("Furious Slash")))) f:Hide() end) f:Show()

Share this post


Link to post
Share on other sites

UPDATE 8/15/16
Added seperate bar for CDs (should have all covered, including orc/troll racial)
Added Odyn's Fury
Changed how WW works. (If there are atleast 3 targets in range it will always show the WW icon, basically, as well as the number of mobs in range in the center of the icon.)
Some other minor bug fixes in the rotation helper.
Added Bladestorm (I'm not really sure when this is supposed to be used TBH so right now it shows if 3 mobs in range and off CD.)

Share this post


Link to post
Share on other sites
14 hours ago, Nesmuricus said:

Any idea why when I click on the pastebin links they just reopen this page?

Links were broken, sorry :(

I fixed them.

Share this post


Link to post
Share on other sites

Hey palles, Just have a question, where do I edit the GCD for these CD's? I typed the code you displayed above and got.....

 

/cast Furious Slash
/run local f=GcT or CreateFrame("Frame","GcT") f:SetScript("OnUpdate",function() print("CD:",(select(2,GetSpellCooldown("Furious Slash")))) f:Hide() end) f:Show()

 

CD: 0 

Is that correct? 

And then where do I edit this?

Share this post


Link to post
Share on other sites
13 hours ago, Congi91 said:

Hey palles, Just have a question, where do I edit the GCD for these CD's? I typed the code you displayed above and got.....

 

/cast Furious Slash
/run local f=GcT or CreateFrame("Frame","GcT") f:SetScript("OnUpdate",function() print("CD:",(select(2,GetSpellCooldown("Furious Slash")))) f:Hide() end) f:Show()

 

CD: 0 

Is that correct? 

And then where do I edit this?

It shouldn't display zero. You need to make that macro and then go to a target dummy and hit it, and it should display something like 1.248 or something like that. (note if you have worldbreaker's Resolve that this will change based on each stack, with zero stacks I'm 1.248 with full stakcs i'm .998. I have mine set to 1.04 which is about half stacks.) 

Once you have that number you will need to change it in the location in the picture. Make sure you change it for all 4 weak aura's that need it: 

Bloodthirst - GCD
Bloodthirst - Enrage - GCD
Raging Blow - GCD
Raging Blow - Enrage - GCD

and note that if you change your haste you should/need to change it again.

2016-08-26.png

 

Share this post


Link to post
Share on other sites

UPDATE 8/29/16
Moved weak aura's to center of screen, took the WW one out of the rotation helper, now when it is active use it instead of raging blow or furious slash. The Bloodthirst during this time can be a little off, I'm not certain if you should only do it when not enraged or if you should be using it on CD. I may modify the WA's to have the aoe button show up when multiple targets are around, but have the full rotation there instead of just the WW button like it is now. Also moved everything to Wago.io

Share this post


Link to post
Share on other sites
1 hour ago, palles said:

UPDATE 8/29/16
Moved weak aura's to center of screen, took the WW one out of the rotation helper, now when it is active use it instead of raging blow or furious slash. The Bloodthirst during this time can be a little off, I'm not certain if you should only do it when not enraged or if you should be using it on CD. I may modify the WA's to have the aoe button show up when multiple targets are around, but have the full rotation there instead of just the WW button like it is now. Also moved everything to Wago.io

Hi Palles

 

Looks Great! Was wondering if you have a recommended Talent tree? And also would you recommend Wrecking ball over Avatar? Or do you switch them depending situation?

Share this post


Link to post
Share on other sites
3 hours ago, palles said:

UPDATE 8/29/16
Moved weak aura's to center of screen, took the WW one out of the rotation helper, now when it is active use it instead of raging blow or furious slash. The Bloodthirst during this time can be a little off, I'm not certain if you should only do it when not enraged or if you should be using it on CD. I may modify the WA's to have the aoe button show up when multiple targets are around, but have the full rotation there instead of just the WW button like it is now. Also moved everything to Wago.io

Do I need all 6 files on Wago.io? New to WA forgive the ignorance.

EDIT - So i figured out the loading part, but the only one that is showing as "loaded" in enraged, the rest are sorted as "not loaded", problem?

Edited by Nanergoat
new info

Share this post


Link to post
Share on other sites
1 hour ago, Nanergoat said:

Do I need all 6 files on Wago.io? New to WA forgive the ignorance.

EDIT - So i figured out the loading part, but the only one that is showing as "loaded" in enraged, the rest are sorted as "not loaded", problem?

I had the same problem. I had to delete all the old Auras. as well as the ones saying not loaded and re entered all the code imports. Have to click on the import button when you paste the code. it shows up like an Item info badge

Share this post


Link to post
Share on other sites

Oh yea, you need to delete all of the old one's before importing. 

 

I usually use avatar, but there are def fights where wrecking ball is better.

Share this post


Link to post
Share on other sites

Starting using this in Legion after I got my legendary weps, it is showing me the icon for the warswords during battle but if I understand it correctly the effect of the weapon is on equip, it isn't something you "use" per se... 

Share this post


Link to post
Share on other sites

I apologize for my ignorance on this one. I have used WA's in the past, but only using one string at a time. Regarding using multiple strings such as this, do I import them all individually and they will stack? Or should I combine them into one big string and import that? Thank you in advance!

Side question- I did not see Odin's Fury show up in the rotation. Is that in the Cooldown's that I just overlooked?

Share this post


Link to post
Share on other sites
On 8/31/2016 at 1:42 PM, Nanergoat said:

Starting using this in Legion after I got my legendary weps, it is showing me the icon for the warswords during battle but if I understand it correctly the effect of the weapon is on equip, it isn't something you "use" per se... 

No. There is a usable ability you get when you get the swords. It is an AOE dot. You should be using it.

 

6 hours ago, Kronos5000 said:

I apologize for my ignorance on this one. I have used WA's in the past, but only using one string at a time. Regarding using multiple strings such as this, do I import them all individually and they will stack? Or should I combine them into one big string and import that? Thank you in advance!

Side question- I did not see Odin's Fury show up in the rotation. Is that in the Cooldown's that I just overlooked?

Odyn's fury does show up, if you mean the vid I made this before legion launched, but they are updated to include it. As for importing you want to import each string one at a time. 

 

5 hours ago, Tols said:

Hi!! really nice work :D, but i have a question, is Execute ok? because it don't active when boss is less 20%. Thank you!

You should only execute when you are enraged, and it will/should show up at less than 20% and enraged. If you are not enraged do not use it.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

  • Similar Content

    • By repodude
      Hello! 
      I'm pretty good with weak auras and even some lua code but i cannot for the life of me figure out how to make this weak aura.
      heres the basic function i want:
      Prototype Personal Decimator - only fires a missile when you are at least 10 yards away.
      I want the icon to show when I am <10 yards ( too close) to my target to remind me to back up. Once i am >=10 yards, i want the icon to hide.
      it sounds simple but i cant figure it out
      can anyone help me figure this out please ? :)
    • By Susza
      Hi
      I have one few questions concerning fury rotation:
      1. Should I use bloodbath only with Battle Cry?
      2. Should I use Rampage immediately after it is available or should I always wait for Frothing Berserker?
      3. During Enrage time, should I spam raging blow or prioritize bloodthirst then raging blow?
      4. Is CoF ilvl860 better then nightmare egg ilvl940?
      Best regards
      Susza 
    • By Jaynie
      Hey all,
      Returning player to the game looking to push some high M+ keys with a group (still gotta get a +15 done eventually) on NA. Please hmu if you're looking for a flexible player who's friendly and always wants to push c:
      Btag: JayneReveck#1990
    • By Validius
      Hi all, just a few questions on haste... the general wisdom seems to be that the more haste the better. I'm at 34% haste and I'm wondering if that's overkill. I've got a few gems and enchants I could swap over to Mastery. If you need an armory link let me know.
       
      Thanks!
      -Val
    • By Drayqu
      I'm currently getting somewhere between 250k and sometimes 270k during boss encounters (according to Skada) in the Nighthold. Everyone keeps telling me that its my iLvl/gear, but I'm not sure. I have everything enchanted and gem'd.  I have been trying to acquire gear with more haste, because I feel that  it is my biggest issue. I'm only at 20%. Any thoughts or opinions would be greatly appreciated. I am also currently going by the Icy Veins recommended rotation. Maybe not to the exact letter, but I feel like I have a lot of downtime. Which is why I am suspecting its all due to low haste.  I have linked my profile and logs below. Thank you!
      Character Profile: http://us.battle.net/wow/en/character/shadowsong/Drayqu/advanced
      Warcraft logs: https://www.warcraftlogs.com/reports/Q37H2XDyKFGkxrZV#fight=2&view=analytical&type=damage-done&source=4
×
×
  • Create New...