Crimson should not be used actually! From elitistjerks: So basicly, multi rotation is the same as single rotation, but FoK replaces Mutilate. EDIT: Haha, Waldo, I like it
Well, I will never add such logic because it will take too much time. And I would need to add faceing (movement) etc, so that's out of the box. If you want to do it like this, simply press AoE key once and continue with single target rotation.
Im not saying you should add the "3 targets with rupture" part, just that it should not use Crimson! So, for the AoE rotation, just copy paste the single target rotation, and replace Mutilate with FoK and we are golden
There is no Crimson Tempest on AoE for Rogue Assassination. That's only for Combat Rogues, I've modified the AoE for assassination -> Code: static Composite AssaMt() { return new PrioritySelector( new Decorator(ret => U.AttackableMeleeUnitsCount >= 2, new PrioritySelector( Spell.Cast("Dispatch", ret => Lua.PlayerComboPts < 5 && G.DispatchProc), Spell.Cast("Mutilate", ret => Lua.PlayerComboPts < 5), Spell.Cast("Envenom", ret => (Lua.PlayerComboPts == 3 && G.TargetNoRupture) || (Lua.PlayerComboPts > 4 && G.TargetHaveRupture)), Spell.Cast("Rupture", ret => Lua.PlayerComboPts > 3 && G.TargetRuptureFalling) )), new Decorator(ret => U.AttackableMeleeUnitsCount > 4, new PrioritySelector( Spell.Cast("Fan of Knives", ret => Lua.PlayerComboPts < 5), Spell.Cast("Rupture", ret => Lua.PlayerComboPts > 3 && G.TargetRuptureFalling), Spell.Cast("Envenom", ret => (Lua.PlayerComboPts == 3 && G.TargetNoRupture) || (Lua.PlayerComboPts > 4 && G.TargetHaveRupture)) )), new Decorator(ret => U.AttackableMeleeUnitsCount > 8, new PrioritySelector( Spell.Cast("Fan of Knives", ret => Lua.PlayerComboPts < 5), Spell.Cast("Envenom", ret => Lua.PlayerComboPts > 4) )), Spell.Cast("Expose Armor", ret => G.WeakenedBlowsAura && SG.Instance.Assassination.CheckExposeArmor), Spell.Cast("Slice and Dice", ret => Me.ComboPoints > 1 && G.FucknoSND) ); } Currently it should work in theory, but theory never works.. It needs to be tested
Hows the new Assassination AoE working out? Fixed / Added SpecialKey settings. Added Feint usage on specialkey, Tricks is now automated on your focus target everytime.
Will I be able to turn trix of in settings still? HC raiding requires trix to be cast on the fly to different targets (Mouseover macro in my case), but I still have a focus on a tank, so that might cause problems! When feint is enabled, does that mean it will be kept upp 100% of the time (or as close as possible) or just to be used whenever its detecting damage? Havent tried out the CR yet, will run a LFR tonight if there is time to test it out for the AoE!
Yeah in heroic bossfights you may need to use Tricks on a tank when certain adds appear (Tricks bats to bat-tank/kiter on Tortos for instance) so I dont know maybe make Tricks a hotkey as well? As in if enabled will tricks to your focus target.
When feint is enabled, it should be 100% .. I see I forgot to add a aura detection of it. I'll see what I can do about the tricks.
Alright so.. If you're switching focus targets (Tricks of the Trade) you're going to be happy now! I've added a spell queue for it on button push, so when you change target just press the desired hotkey you want for Tricks of the Trade to be used on the currentfocus target. You can bind quick setfocus in key binding -> Fixed Special Key, Fixed proper feint, fixed Expose Armor, fixed Tricks key on focus target (spell queue)
Just wanted to let you know that Assassination - Selectable options has a setting for stormlash totem in GUI Keep up the good work.
Did 2x3min tests on dummy, 1 with Waldo and 1 with YB. 539 ilvl ass rogue. Waldo: Landed on 145k YB: Landed on 151k I cant realy tell from watching the bot what it is doing differently between Waldo and YB, but its doing SOMETHING different, becouse my procs doesnt differ that mutch to make up for losing 6k dps. I see it being at 5 anticipation with Shadow Blades up, is there a check for that? I mean, if its on 5 anticipation, it should override the envenom and rupture timers and just do envenom no matter what. This is just a guess, since I cant realy tell what attack it choses to cast when im at 5 anticipation. EDIT: Tested AoE aswell on dummys, with AoE Enabled it is not casting any attack at all.
Oh ok, ill try to test it "in the field" when I get the time! As I said, im just guessing, the issue causing it to do lower dps may just aswell be something else completely, Anticipation was just the first thing to come to mind