Version 2.2.1 pushed where it will use Mangle > Shred if you have anything more than a 2piece Tier 15. The rotation will automatically tell what you have and work with that. No need to do checks or anything for that matter.
Version 2.2.1 pushed where it will use Mangle > Shred if you have anything more than a 2piece Tier 15. The rotation will automatically tell what you have and work with that. No need to do checks or anything for that matter.
How will glyph of shred work with the latest version? I had a problem with what I did were I had to remove it because it was shredding on every TF, but with it removed I ran into problems ifi was in front of the bosses when berserk popped.
Sent from my Galaxy S3 using Tapatalk 2
Version 2.2.1 doesn't work for me, it always only shredders - but nothing else.
Is there the possibility to relaod version 2.1.9, which works realy fine.
Thanks and sry for bad english
i have to confirm it, the new code doesnt work
Hi, code (2.2.1) not work...can me anywhere the link to 2.1.9 posting ?
All you guys that says it doesn't work, download PQInterface and tell me what it locks up on. Because before I uploaded it last night, I ran a 4 hour long raid with this version and it ran fine. If I remember correctly, I was pulling 100k+ DPS on a couple of the bosses. Give me a minute and I will get a Meter for ya.
EDIT* For the guys that don't run Glyph of Shred, may I ask why? This meter below is running only Mangle with Shred on Berserk and TF and look how close it comes out to Mangle. It was beating Mangles ass till the rotation hit the 27mil dmg done mark, then it slowly fell behind. Yes, I know its a dummy, but I had just logged in and hearthed to Haome to show you guys that the rotation in fact works for me. It's the reason why I uploaded it.
![]()
Last edited by firepong; 03-28-2013 at 09:48 AM.
I haven't had a chance to test it yet, I will later and report back
I was only wondering if glyph of shred was supported when TF and berserk were both active only, and not every time TF was used.
Sent from my Galaxy S3 using Tapatalk 2
If you have the 2piece, it will when both are active at once or 1 is active at a time. Here's the code for Mangle and Shred that I'm using with 2p.
Mangle:
Shred:PHP Code:
if hasTier >= 2 then
if fbCP ~= 5 and not (BS or tfBuff) and HasSR and not HasThrash then
CastSpellByName(tostring(GetSpellInfo(33876)))
end
PHP Code:
if hasTier >= 2 then
if fbCP ~= 5 and (BS or tfBuff) and HasSR and not HasThrash then
CastSpellByName(tostring(GetSpellInfo(5221)))
end
Hmm, ok. If I am reading that correctly it still shreds when only tigers fury is active? If so is it terribly hard to change it to ignore tf/shred unless berserk it's also up? It's not a HUGE deal, but it is 30 seconds every 3 minutes of lost mangle time with the 15% damage boost to the already more beneficial spell.
Sent from my Galaxy S3 using Tapatalk 2
It Shreds when Berserk OR Tigers Fury is active, not on only one. notice the (BS or tfBuff) on the above code?
Also, do you have 2p T15? For some reason, it still had you shredding like mad there :confused:
EDIT* And Give me a minute. I'll fix the problem for why it doesn't work on non-English clients.
EDIT** Version 2.2.2 pushed. These are speed edits, so my frame doesn't show all the updates that have been done since the version posted in the frame, but for this version, it SHOULD have the problem fixed for not working on Clients other than English Language. Didn't stop to think if the way I did tier would actually screw the rotation up![]()
Last edited by firepong; 03-28-2013 at 11:43 AM.
The only time I posted damage was back in post 609, and it was a post with using mangle priority, and shred priority. From my understanding you prioritize mangle over shred in EVERY situation EXCEPT when berserk is active because you build CP faster with mangle, therefore the +75% chance of the extra CP with a 5 CP finisher outweighs the slight dmg difference. So even when tiger's fury is active, you should still use mangle over shred every time, unless berserk is active as well.
EDIT: Also yes I have the 2 pc. So if I change the "or" I that code to "and" it should ignore only TF? Since the profile waits on TF to berserk, the two always for together when berserk is popped.
Sent from my Galaxy S3 using Tapatalk 2
Last edited by cukiemunster; 03-28-2013 at 12:02 PM.
On a completely different note, I wonder if a heavy haste build is viable now after you get the 2 piece t15?
Sent from my Galaxy S3 using Tapatalk 2
Haste is getting better for bears, haven't tested it for kitty yet, but what about (using that thought process) stack crit like a fury warrior?