Rotation Mode [Auto]
RotationSelections: PvERupture
AoECount: 3
MainHandPoison: Deadly
OffHandPoison: MindNumbing
UseTricksOfTheTrade: True
UseExposeArmor: True
UseRecuperate: False
RecuperatePercent: 50
RecuperatePoints: 4
CombatUseBladeFlurry: True
CombatBladeFlurryCount: 3
SubtletyRotation: Algorithmic
SubtletyFanOfKnivesCount: 5
Using Rupture in combat isnt the 'best' rotation. At least give it an option to use rupture during the rotation. I'd prefer if my combat rogue didnt use rupture for many reasons![]()
Rogue testers: Please try this and let me know how it does. If we have Anticipation, we hold off on Eviscerate unless we have +4 stacks of Anticipation or we have 5 combo points and Deep Insight. If we don't have Anticipation, we continue the rotation as normal.
Rupture is now an option in the settings. It will only apply it if we aren't hasted (blood lust) and aren't AoEing.
Two files to download and overwrite.
Place this in your PureRotation\Classes\Rogue folder: https://www.dropbox.com/s/4142t20qzua6hvk/Combat.cs
Place this in your PureRotation\Settings\Settings: https://www.dropbox.com/s/8j9g41jru18rlvz/RogueSettings.cs.
Storm: This is betaish, don't commit to PR yet.
There's an issue with Rabid (pet ability) for hunters. It looks like it's not seeing the cooldown on Rabid. I tried to get a log, but switching to Diagnostic leaves the log empty for some reason. Here's my diagnosis though:
Spell.CastPetAction("Rabid", ret => HunterSettings.UseRabid && Me.HasAura("The Beast Within")),
Here, Rabid will cast right when we hit Bestial Wrath, but that's the only thing that casts. It continues to want to use Rabid until Bestial Wrath is up, causing the CC to completely pause until we lose The Beast Within buff.
Spell.CastPetAction("Rabid", ret => HunterSettings.UseRabid && Me.HasAura("The Beast Within") && !Me.Pet.HasAura("Rabid")),
This works, but once again if Rabid is on CD and we enter Bestial Wrath, the CC pauses due to it wanting to use Rabid (even if it's on CD).
Using a cast macro works, but it's really not ideal. Even if I put it on a 90sec CD, it could still get thrown off if we cast Rabid our self.
this is for all hunter speccs? rabid ... which pet?(my hunter is atm at 89 and i have no intention to level him up to 90 for debugging, cause all my accounts are canceled and i won't do a new subscription until wod)
can this be tested below level 90? with any pet? (or do i need a specific one?) -> i've no clue bout hunters^^ but it looks (from your description) as if we have a bug in the core, which can't see the cooldown of the petactions (which could be a problem with HB or PR)
I've updated BM Hunter, Ele Shaman, and Combat Rogue. I need some testers to try them out, and PM me feedback. I've been using the Ele Shaman and BM Hunter constantly, and haven't had any issues.
https://www.dropbox.com/sh/80evwd1r1i2w9sk/Tdyvq6ul3p
You need to place the class file in: PureRotation\Classes\(class)\
(BeastMastery.cs goes in Hunter folder, etc)
You need to place the settings file in: PureRotation\Settings\Setting
Just downloaded combat rouge CR. Giving Feedback asap :>
(which most likely will be around 12 pm)
I set Rotation Mode to Semi-Auto Mode and tried the different keys. None of them seem to do anything. How do I use this feature?