One more RoRo issue, during aoe it is still using Rake instead of only Thrash.
One more RoRo issue, during aoe it is still using Rake instead of only Thrash.
Ok so in Hybrid mode (where it uses rake and rip with swipe) when RoRO is active profile should not use rake and instead use thrash?
BadRotationsDeveloper
Not 100% sure on the purpose of your hybrid mode tbh, but in an aoe situation, the 10 seconds RoRo is up, according to quite a few posts by aggixx and others on fluiddruid, yes you should ONLY Thrash.
EDIT: One more question for you. If I wanted to add any other bossid's into your rip logic to NOT Rip on them(primarily Horridon adds), how would this look/need to be done? Something like this, or am I way off?
Code:if check(rp) and (pow>=30 or ubid(p,cc)) and cp==5 and srr > 1 and (bossID~=63053 or XXXXX or XXXXX) and ttd(t)>=15 then
Last edited by cukiemunster; 04-30-2013 at 05:56 PM.
Hybrid mode is for when you have a boss or a high health target with adds, it is said that in those events a single target rotation with swipe as combo point generator is better than just swipe.
Then again I am not sure where I read that and it is by no means a permanent feature if it is more trouble than help.
BadRotationsDeveloper
Ah i gotcha, so you keep up your buffs on your primary target and still keeping up aoe damage, ie Tortos/bats? Also threw in an edit in my last post with a question for ya.
honestly I'm not sure as i shamelessly took that from firepong's profile, but if i were to guess you need the IDs for each of the target's you dont want to cast Rip on...essentially
and in the case of Garalon's Legs, instead of casting Rip we are useing Ferocious Bite where there is a similar check but to see if the target is one of the boss IDs and so that would look like...Code:(bossID~=63053 and bossID~=*id of a target not to cast rip on* and bossID~=*id of a target not to cast rip on*)
Code:(bossID==63053 or bossID==*id of a target not to cast rip on* or bossID==*id of a target not to cast rip on*)
BadRotationsDeveloper
Updated profile to do a single Thrash when RoRO is active in AOE Mode (this is only for AOE Mode and not Hybrid).
Fixed issue with Swipe not working in Hybrid mode
Last edited by ph34rt3hcute1; 04-30-2013 at 08:19 PM.
BadRotationsDeveloper
Thanks again firepong
BadRotationsDeveloper
profile is working very well, beating people on every fight wearing wrong gear, gems and reforges, all from my crit stacking bear gear, did quite well actually![]()
Actually....crit isn't that bad for kitty. Ran this profile last night (great job btw) and regemmed crit from mastery and did 10k more dps. When we run tonight I will be able to have more numbers but it's looking more and more like (at least to me anyway) that the old-school crit may be scaling better than mastery now.
Very impressed with the druidprofile, does it make use of pounce though? I've just tried it in IoT-dailies since guardian is my MS but It didnt seem to use it when I pulled while stealthed.
I even tried to spam it as I charged in, but it got overlapped by something else I think, gonna activate PQI and check it out again soon!
Cheers and +rep!
Profile uses ravage over pounce.
Sent from my Nexus 4 using Tapatalk 2
BadRotationsDeveloper
Okay thanks! Was just curious ^^
hi! thanks for this profile, im testing it right now and it seems to make pretty good dps ;-)
only thing i wondered is, when i activate Incarnation on my own, and then your rotation want to activate it, the char doesnt do anything , sometimes for 5-10 seconds, sometimes till i manually does some skills...
could u please have a look into this?
thanks in advance ;-)
edit:
even when i let the profile use incarnation on its own, it often stands around capping energy and not using a single abilitie, hope u can fix it ;-)
beside this its awesome so far
Last edited by finish; 05-04-2013 at 05:10 AM.