• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Waldo Rogue CC

    Discussion in 'Archives' started by Xcesius, Aug 9, 2013.

    1. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Update again please :)

      Fixed envenom usage in 811

      Fixed Rupture falling down in 812.
       
    2. noise

      noise New Member

      Joined:
      Feb 3, 2013
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      Ty :D Updated now!
       
    3. noise

      noise New Member

      Joined:
      Feb 3, 2013
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      Oh could you fix the FoK thing because i was at Megaera and it started to spam FoK :(
       
    4. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      y u no use hotkey mode? :(
       
    5. noise

      noise New Member

      Joined:
      Feb 3, 2013
      Messages:
      52
      Likes Received:
      0
      Trophy Points:
      0
      Becaus im rly lazy :D
      ive enough todo with Tricks of the Trade on Focus and moving out of voids :D
       
    6. Rangbang

      Rangbang Member

      Joined:
      May 9, 2010
      Messages:
      452
      Likes Received:
      0
      Trophy Points:
      16
      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 :D
       
    7. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48

      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.
       
    8. Rangbang

      Rangbang Member

      Joined:
      May 9, 2010
      Messages:
      452
      Likes Received:
      0
      Trophy Points:
      16
      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 :)
       
    9. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      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 :D
       
    10. Rangbang

      Rangbang Member

      Joined:
      May 9, 2010
      Messages:
      452
      Likes Received:
      0
      Trophy Points:
      16
      My bad bro, didnt realise you where talking about combat when you talked about Crimson :)
       
    11. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      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.
       
    12. Rangbang

      Rangbang Member

      Joined:
      May 9, 2010
      Messages:
      452
      Likes Received:
      0
      Trophy Points:
      16
      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!
       
    13. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      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.
       
    14. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      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.
       
    15. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      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 -> [​IMG]

      Fixed Special Key, Fixed proper feint, fixed Expose Armor, fixed Tricks key on focus target (spell queue)
       
    16. lttlmantate

      lttlmantate New Member

      Joined:
      Jan 2, 2011
      Messages:
      58
      Likes Received:
      0
      Trophy Points:
      0
      Just wanted to let you know that Assassination - Selectable options has a setting for stormlash totem in GUI :p Keep up the good work.
       
    17. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Fixed thanks :)
       
    18. Rangbang

      Rangbang Member

      Joined:
      May 9, 2010
      Messages:
      452
      Likes Received:
      0
      Trophy Points:
      16
      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.
       
    19. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      AoE is bound to units around you. So it won't work on dummies, I'll look into the Anticipation issue
       
    20. Rangbang

      Rangbang Member

      Joined:
      May 9, 2010
      Messages:
      452
      Likes Received:
      0
      Trophy Points:
      16
      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 :)
       

    Share This Page