This routine is just what I needed! I'm loving it for my combat rogue while leveling! The normal Singular just gets stuck with having Blade Flurry active all the time and poisons wearing off. I only have one request: that it uses Recuperate IN combat as well, if the HP gets below a certain point, almost like the S&D-buff. It would be great for combats that take a long time, but where the opponent simply wears you down. Recuperate would change everything in those fights.
For some reason it seems to be casting Feint all over again oO It was working fine yesterday Code: [Singular] Casting Feint on Firewalker
Small request: I've noticed at 5 combo points the prioritize goes to eviscerate when revealing strikes debuff is dropped. This is not optimal dps due to (90)Anticipation glyph. You always want to prioritize revealing strikes over eviscerate when revealing strikes debuff is dropped. Possible to fix it? or show me what to change in my custom Combat.cs ? I'm sure (think ) something here needs changing to get the right results.
Yes, change to as follows: Code: Spell.Cast("Eviscerate", ret => Styx.Me.CurrentTarget.HasBuff("Revealing Strike") && StyxWoW.Me.ComboPoints == 5),
will test it now into crash Bolded mark is the spot in combat.cs: Spell.Cast("Eviscerate", ret => Styx.Me.CurrentTarget.HasBuff("Revealing Strike") && StyxWoW.Me.ComboPoints == 5),
Not recognizing "HasBuff" in the same line. Tho if you look at one of previous lines it says : GG its working now with: Thanks for help
Hmm, singular codes things differently. Try that but without the ! Make sure to add the same code to Sinister Strike as well. It buffs the Heck out of SS. Code: Spell.Cast("Eviscerate", ret => StyxWoW.Me.CurrentTarget.HasMyAura("Revealing Strike") && StyxWoW.Me.ComboPoints == 5)
No need to touch the SS line, it already prioritizes Revealing Strike over everything (except SnD). I think It's this line that covers it.
It is like a fail check, safe check. What if it passes RS check and moves to SS command, but RS buff fell off?
Hey thanks for the updated profile, mine seems to work good and shadowblades is working well.. However, I am a ENG and the glove enchant does not get used. I have no idea if you can add this? Thanks.. Also Shadowstep is not working in combat once a max distance is reached. Also Fan of Knives and Crimson Tempest is not used in mass AOE either. Also Rupture is not being used in a combat rotation which would be a dps increase for raiding, maybe not grinding but bosses and raids yes, any chance on updating this? It sucks there is hardly any combat rogue support on here (
Anyone know how I can get this thing to stop randomly spamming feint? It will go fine for hours , then all sudden every mob I pull it spams Feint non stop. Nothing but Feint.
hi, can u make a new one based on the latest ver of singlar? that would be really great!!!!!! thank you sooooo much
it would be nice to add while you are kiting the mob to throw shuriken if spec'd into it otherwise love this, shadowstep to target is so nice
Just remove the whole thing from .CS it acts like a threat reducer but in reality faint does not reduce thread anymore. Also, having updated HB version helps, you don't get bugs like shadow blades not activating when AR is up etc (just from my personal exp).