hakoon 3 Report post Posted March 7, 2017 (edited) Hello, I've been searching over the internet for the last hour and didn't find what I was looking for. I started playing as a DW fury warrior now that I hit lvl 60 as a human. I'm 100% PVE oriented for dungeons and soon to be in raids for my guild. My question come up from a discussion I had with some people who claimed to know how to play warrior better than I do. They questioned the fact that I was using WW in my single target rotation in dungeons. Here is the rotation I usually play when we pull and need to take down a single target asap (if a sheep is closed, i remove WW from the list to add HS) : (according AP buffed from AP is applied already) (if not I use AP after charge) charge (when possible) -- Bloodthirst-- WW -- HS if both abilities still on CD if not I repeat BT and WW as soon as they get off from CC - then spam Execute as soon as mob is 20% and under. Some guys were arguing with me that i should never use WW versus single target and should instead spam BL and HS until execute. One even told me that my rotation should be something like : charge - Imp. REND - Demo Shout - sunder - BT - HS - Execute... But Why the hell would I want to use sunder to get more threat?? the tank already applied more than one sunders on the target anyways. and wont spamming HS would get me aggro very easily as well? I already have to go easy on my attacks because I can regularly steal the aggro from our tank in pugs... My multi targets rotation will instead be : charge (when possible) - -- WW -- Cleave -- Cleave if WW still on CD until WW is available again then Cleave and so on until I can Execute as soon as mobs are 20% and under. i usually top DPS in normal lvl 60 dungeons unless someone else is more geared than I do or there was alot of AoE pulls. So my question here is : what is the ideal rotation as a DW fury warrior in group PVE ? Am I indeed doing something wrong right now like they told me ? Should I really use HS over WW and never use it in single target fights?? Also, on another topic my only issue most of the time is that my character stop attacking from time to time after we killed first targeted mob so I need to press the regular normal attack after I press tab to switch target. I guess there is a much more efficient mechanic in orderto use to not lose precious DPS while my character becomes idle 1 sec here and there... anyone has a better way to play as melee DPS ? thank you all in advance for your inputs on this. Edited March 7, 2017 by hakoon Replaced BL for BT (typo fix) 0 Share this post Link to post Share on other sites
Storfan 24 Report post Posted March 7, 2017 BT>(Overpower)>WW>HS. BT is your mail damage ability OP is your main flurry generator WW is nice because instant HS is ragedump. Only use if all other abilities are on CD and you have enough rage for it. 0 Share this post Link to post Share on other sites
hakoon 3 Report post Posted March 7, 2017 (edited) Hi Storfan! That is what I thought. I didn't include OP in my rotation above because it is obviously what to use every time it pop up but yes, I use it everytime i can unless i have too much rages which i should try to avoid. Thank you for your reply. Any advice for my targeting issue in multi mobs fights so I avoid getting my character in idle mode after a kill? Edited March 8, 2017 by hakoon 0 Share this post Link to post Share on other sites
Adeline 2 Report post Posted March 8, 2017 13 hours ago, hakoon said: Hi Storfan! That is what I thought. I didn't include OP in my rotation above because it is obviously what to use every time it pop up but yes, I use it everytime i can unless i have too much rages which i should try to avoid. Thank you for your reply. Any advice for my targeting issue in multi mobs fights so I avoid getting my character in idle mode after a kill? Use start attack macros for the targeting. If you're having threat issues while dumping rage with HS you can use cleave instead even on single target as it has a lower base threat value. I haven't played 5 mans with low gear for quite some time but for the future when you raid world buffed it's rarely worth it to switch stance for OP since you'll often waste som rage. Usually it's better to stay zerk stance and if you have extra rage you can throw in some hamstrings in addition to your HS when you have BT/WW on cd since they can proc flurry, HoJ and crusader as well. 0 Share this post Link to post Share on other sites
Storfan 24 Report post Posted March 8, 2017 (edited) 15 hours ago, hakoon said: Hi Storfan! That is what I thought. I didn't include OP in my rotation above because it is obviously what to use every time it pop up but yes, I use it everytime i can unless i have too much rages which i should try to avoid. Thank you for your reply. Any advice for my targeting issue in multi mobs fights so I avoid getting my character in idle mode after a kill? Make a start-attack macro for all your damage abilities, that way you wont have to right click new targets all the time. I have auto-attack bound to my HS, shieldslam, cleave etc. EDIT #1: Adeline beat me to it. EDIT #2: This is probably the best fury guide for vanilla ever written. Made by Hiddeh in Team Plague on Feenix Emerald Dream realm: http://www.classicwow.com/forum/topic/84603-fury-warrior-guide-hiddehs-ed-edition/ Edited March 8, 2017 by Storfan 0 Share this post Link to post Share on other sites
hakoon 3 Report post Posted March 8, 2017 Thanks Adeline & Storfan for those awesome advices! That will help me alot ! Storfan, can you please if you have time show me one example of that kind of macro? I know absolutely nothing about it. And thanks for the link of this guide. I'm going to read it tonight. 0 Share this post Link to post Share on other sites
Storfan 24 Report post Posted March 9, 2017 8 hours ago, hakoon said: Thanks Adeline & Storfan for those awesome advices! That will help me alot ! Storfan, can you please if you have time show me one example of that kind of macro? I know absolutely nothing about it. And thanks for the link of this guide. I'm going to read it tonight. /run if not IsCurrentAction(24) then UseAction(24) end; /run CastSpellByName("bloodthirst") (note): You need the addon called supermacro, and you need to place auto-attack on your action button 24 (or which ever button you want to refer to in the macro). 0 Share this post Link to post Share on other sites
Trym 1 Report post Posted March 9, 2017 6 hours ago, Storfan said: /run if not IsCurrentAction(24) then UseAction(24) end; /run CastSpellByName("bloodthirst") (note): You need the addon called supermacro, and you need to place auto-attack on your action button 24 (or which ever button you want to refer to in the macro). You don't acctually need supermacro for this. /script if not IsCurrentAction(36) then UseAction(36) end /cast bloodthirst 0 Share this post Link to post Share on other sites