Is Bossqwerty planning on making any MoP profiles for either arms or fury war? I would be willing to pay if the price is reasonable.
Is Bossqwerty planning on making any MoP profiles for either arms or fury war? I would be willing to pay if the price is reasonable.
@sheuron will you be adding assassination support before mists hits?
Love all your work so far!
Hey guys
any enhance shammy (Cata) PQR profile i can use ?
love ur works, thanks so much
Hey Imdasandman - Thanks for making a killer 4.3.4 Frost DW Masterfrost rotation! I actually ranked on WoL on a couple Heroic fights in DS.
Just wondering if the 5.0.4 rotation beta is ready for pre-patch. I know that you stated it is but notes say it's just for beta. Also - will the addition of the 87 talent glitch out PQR? Or is it pretty much smooth sailing? If the new rotation works as well as 4.3.4, I'll be in heaven! Hopefully it still works with masterfrost. And what's your DK's build like? I have some ideas, but I don't know if your rotation needs a certain manditory glyph.
PS: I'm donating asap b/c your profiles are too crazy good! Just gotta fix my paypal situation haha
*cough* sorry I'm not sandman, but I still figured I'd helpsince I've been spending a lot of time learning frost for MoP.
There is no mandatory glyph as of right now for dks sadly, the build would be this:
Plague Leech = better DPS, unholy blight is useless on single target fights and would honestly only be used in long aoe situations.
I chose Death Siphon over death pact, since it's the only DPS talent, that also heals you for a pretty nice number. So if you'd be in range of the boss and needed health badly, this is what you'd want to cast. Though most of the time your ghoul will be up so it probably wouldn't matter either way you choose, remembering death pact no longer kills your ghoul(takes 50% of its health). We also play in Frost Presence now.
There is also 3 different ways of playing frost going into MoP.
-Hastefrost DW
-Hastefrost 2H (What I'll be playing, something new and burst is crazy for leveling/target switching and easier to get one weapon then two during leveling/progression)
-Masterfrost 2.0 DW
The numbers are negligible and all have their pros and cons, such as masterfrost 2.0 now using Death and Decay in its single target rotation which might be bad during progression if certain fights require no AoE or the tank drags the target out of the DnD and in that case would need 2 different rotations to spend obliterate on the unholy runes instead of death and decay. Overall DW is doing slightly better (1k or so) in near perfect scenarios and I see 2H coming up on top on target switching fights(which mop has a lot of in the raid testing I've been doing). If you want to, I'd like if you gave my 2H frost profile a try too when 5.0.4 launches and in the beta, always like feedback.
Last edited by Kinkeh; 08-27-2012 at 03:17 AM.
Thanks for the quick run down. I wasn't sure whether to go 2h or not but now I will definitely be giving it a try. 2 handed will be a nice change anyway. I'll probably go with Death Pact just because I'm used to it. What's the deal with Conversion? Is there any time when that talent will be useful?
I haven't really looked at other class talent trees but I hope they are not all like DK. Most of our tree there is no choice really for frost.
Tier 1: Plague Leech (increased DPS) Unholy Blight for very AOE fights as Kinkeh said.
Tier 2: AMZ for the raid cooldown (Lichborne is could be used if really needed but more PvP and as for purgatory I can only really see Flag Carriers taking it because blood dks will probably take one of the other 2.
Tier 3: Deaths Advance will work out to be a dps increase overall. Chilblains if some adds need to be slow. And the other pvp mostly if ever.
Tier 4: Our first real choice between Death Pact and Death Siphon. I will be goin for Pact just because I am used to it.
Tier 5: Whichever works out be the most DPS (at the moment for frost that's Empowerment, I think Corruption is best for Unholy right now)
Tier 6: Last row isnt great dps wise, and will just be the most useful. AOE death grip might be useful in some fights. Desecrated ground is pvp really, which leaves Winter which will be handy.
Alot of that is very general but from what I can see all of our tree is very clear cut. Maybe it's just me?
I will try the profile out on a 85 dk later on and make sure it does not glitch.
As far as my talant build goes o used the same as kinks except o picked up siphon instead of death pact. I used it a lot while leveling up
Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
Thanks Klinks + Imdasandman for the quick responses.
@Klinks - I'll give your 2h spec a try, I have the heroic warmaster 2h mace lying around so I'll throw it on and see what it does lol
@Imdasandman - cool thanks for your reply! Hopefully it'll run flawless like your 4.3.4 one does
And i'd like to thank both of you for puttin so much time into your coding and I have full confidence they will be raid topping DPS rotations no matter what. I really hope someone works out a masterfrost 2.0 rotation ^^ That's my favourite one to play!
Sheuron: Thank you for the updates and continued support of the Resto Shaman class.
I tested again last night and noticed that the rotation was not cleansing Righteous Shear [Magic] from the Benedictus fight in HoT. After reviewing the Purify Spirit ability in the rotation, I believe I know what the problem is.
There have been a few changes to Shaman's cleansing abilities in MoP. Cleanse Spirit only removes curses now and cannot be talented into removing magic (Cata talent - Improved Cleanse Spirit). It is also now on an 8 second cool down instead of an instant cast. Purify Spirit is a new spell that cures all curse and magic that is also on an 8 sec cool down (not sure if its a shared cool down with Cleanse Spirit, I assume so).
The Purify Spirit in the rotation looks to have Spell ID for Cleanse Spirit (51886). Purify Spirit is 77130. Additionally, the code returning true on Magic only, which, I think, should also be "Curse"
Current snippet of Purify Spirit ability code:
Should be something like this? (I'm not a coder, don't hurt me)Code:if bufftype == "Magic" then return true end
I'll continue testing the rotation out tonight and provide any more feedback if any bugs are found.Code:if bufftype == "Magic" or bufftype == "Curse" then return true end
Thanks again,
-C