I'd say option 1.
I'd say option 1.
Getting a drop in DPS with the latest code. It won't use NS a lot of the time and I had to tell it to use my Engineering tinker on my gloves before it uses Rip. It's also sitting at 100 energy with clearcasting procs and Thrash already ticking.
EDIT: Just updated PQR, ran the profile again. It sat at 100 energy even without clearcasting for 4-5 seconds.
Last edited by UnrealEck; 12-05-2012 at 12:01 PM.
http://www.wowhead.com/spell=81022
the ability is still there - it is from PvP set bonus
how can add use ravage when buff activated?
Last edited by z26; 12-05-2012 at 01:48 PM.
This is what I used in cata.
-GBPHP Code:
local stamp = UnitBuff("player", "Stampede")
if stamp ~= nil then
RunMacroText("/console Sound_EnableSFX 0")
RunMacroText("/cast Ravage!")
RunMacroText("/console Sound_EnableSFX 1")
end
p.s. @ Pong: U may want to release 1.9.8 again, the latest push does seems to have a slight dps loss for some reason.
Last edited by googlebee; 12-05-2012 at 04:48 PM.
Does anyone have 1.9.6 ? I realy get most dps from that version and no lag ;(
I wish there was an option in PQR to revert to previous versions like you can with an SVN
Sent from my HTC EVO using Tapatalk 2
1.9.6 Worked best for me and a few others the unit facing was a big loss in my DPS with the lag it brings.
what specifically did u change in 1.9.9 Pong? 1.9.8 was great - only reason i am barely beating old parses is due to gear.
thanks! Was it just the shred on Clearcasting ? or more.
http://www.ownedcore.com/forums/worl...ml#post2604627 ([PQRotation] Firepong's PQR Profile's Feedback - Comments - Question's?)
Pretty much all I changed was there. I only changed the ClearCasting procs to only refresh Thrash if under 3 seconds or if no thrash exists at all. Then, I made it to where it would use Mangle/Ravage/Shred if Thrash timer was greater than 3 seconds and you had a ClearCasting proc. Don't know why that would make DPS go down, but I reverted it back to 1.9.8 anyways.
BTW, I don't think 1.9.8 had the fixes for Glyph of Shred in there. I'll have to get that later as I'm bone tired after a 5 hour raid and have work in 8 hours.
How would I add the Engineer gloves into the Tiger's Fury ability? As it is now, sometimes it goes a full duration without using the gloves, and also I would personally rather have these 2 abilities linked for stacked buffs. So everytime TF is used, it uses the gloves. I have tried adding /use 10 in a couple places, but from my understanding your profiles do not use abilities this way.