Well i definitely want to get it working
Well i definitely want to get it working
BadRotationsDeveloper
this may seem crazy but on the Ravage ability try adding "EXACT" to the end like this, ubid(p,81022,"EXACT")
BadRotationsDeveloper
No luck
it costs no energy to use the Ravage proc, does this change anything?Code:if ubid(p,81022,"EXACT") and (pow>=45 or ubid(p,cc)) and sir(gsi(mgl),t)==1 then cast(gsi(rvf)) end if ubid(p,sr) and (pow>=45 or ubid(p,cc)) and behind and check(rvg) and plvl>=54 then cast(gsi(rvg)) end if ((ubid(p,sr) and check(sr)) or plvl < 54 or srg==false) and (not behind or plvl < 54) and check(mgl) then cast(gsi(mgl)) end
well the way thats currently coded it wont cast until 45 energy or clear casting you can remove that part.
BadRotationsDeveloper
I wonder if the profile is getting confused per se, like when it would cast that Ravage! it instead casts something else say Mangle or Shred...
I also wonder why when you made that change under Shred why it broke the whole thing...
BadRotationsDeveloper
I've looked at a feral pvp profile and they have it linked the way i suggested under Shred
BadRotationsDeveloper
I'm testing your feral in the brawlers guild. Cooldowns on Single-Mode.
Lets see how it does!
I did Brawlers upto rank 8 with no issue, kind just overpowered everything.
BadRotationsDeveloper
Turning NS into a resto only ability and changing DoC to buff ONLY 15% on rip its not a nerf? could you say from where did you get your infos since everibody on so many forums are talking about this?
edit: Nevermind i was lazy to not search enough and they reverted doc to 25% for the next 2 attacks. well sill a little bit nerf since we wont have that much procs without NS to use anymore and the 5% reduction.
Last edited by cassrgs; 07-12-2013 at 11:41 PM.
Not sure if this is intended but the warrior dps profile seems to be using dragon roar before blood bath has been popped, not after. This is a pretty big DPS loss on the bleed. It's also using heroic throw in the single target rotation O.o, that's a waste of a GCD and another big dps loss.
Last edited by Traxex84; 07-13-2013 at 02:12 AM.
Druid profile updated to 1.3.11
===Changelog===
Adjusted Swipe logic during Hybrid Rotation to better act like Mangle/Shred - Previous logic was causing issues when Rake and or a 5 combo point finisher was needing to be cast. This should improve the DPS output of the Hybrid Rotation *Thanks cukiemunster*
Added support for PvP 4 piece Stampede proc which allows for a free Ravage! periodically - Code should work but so far initial tests have not been successful *Thanks sh00k*
Warrior profile updated to 1.1.4
===Changelog===
Adjusted Dragon Roar Logic - delayed the use of Dragon Roar until after Bloodbath has been cast in order for a greater damaging Dragon Roar *Thanks Traxex84*
Adjusted Heroic Throw Logic - prevented Heroic Throw from being cast in melee range to free up a global cooldown as damage was not that great, profile will still use it if at range. *Thanks Traxex84*
BadRotationsDeveloper