• Visit Rebornbuddy
  • PureRotation V2

    Discussion in 'Archives' started by Stormchasing, Apr 16, 2013.

    1. Madcatz

      Madcatz Member

      Joined:
      May 17, 2011
      Messages:
      752
      Likes Received:
      7
      Trophy Points:
      18
      Just wanting to no if pestilence is in the rotation yet for frost Dw Dk's
       
    2. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Code:
      private static Composite HandleAoeCombat()
              {
                  return new PrioritySelector(
                              Spell.Cast("Unholy Blight", ret => Me.CurrentTarget != null && Me.CurrentTarget.IsWithinMeleeRange && UnholyBlightCheck && NeedUnholyBlightAoE),
                              CooldownTracker.Cast("Outbreak", ret => (UnholyBlightCheck || !TalentManager.HasTalent(3)) && (NeedBloodPlagueAoE || NeedFrostFeverAoE)),
                              Spell.PreventDoubleCast("Pestilence", 3, ret => AoeBPCheck && CooldownTracker.SpellOnCooldown(77575)),
                              Spell.Cast("Howling Blast"),
                              Spell.PreventDoubleCast("Blood Tap", 1, ret => BloodTapStackOver10),
                              Spell.Cast("Frost Strike", ret => Lua.PlayerPower > 76),
                              Spell.CastOnGround("Death and Decay", ret => CurTarget.Location, ret => Common.UnholyRuneSlotsActive > 0),
                              Spell.Cast("Plague Strike", ret => Common.UnholyRuneSlotsActive == 2),
                              Spell.PreventDoubleCast("Blood Tap", 1, ret => NeedBloodTap),
                              Spell.Cast("Frost Strike"),
                              Spell.Cast("Horn of Winter"),
                              Spell.Cast("Plague Strike", ret => Common.UnholyRuneSlotsActive == 1));
              }
      
      Yes?
       
    3. Madcatz

      Madcatz Member

      Joined:
      May 17, 2011
      Messages:
      752
      Likes Received:
      7
      Trophy Points:
      18
    4. Phay

      Phay New Member

      Joined:
      Aug 5, 2012
      Messages:
      360
      Likes Received:
      1
      Trophy Points:
      0
      Not sure whats up with surv hunter atm, but after the last few updates to hunters the dps has significantly decreased. Im doing 30k more dps using Tuanha's. They used to be relatively equal
       
    5. wearloga

      wearloga New Member

      Joined:
      Mar 16, 2012
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      0
      I must have been more tired then I thought... I meant the one with the fire spells, destruction, is it?
       
    6. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      well u should know what u r specced into, cause our glasballs aren't working for this stuff!
      Attach a log or it never happened
       
    7. Lillavarg

      Lillavarg New Member

      Joined:
      Dec 7, 2012
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      3
      Fresh HB install today, SVN PureRotation into Routines folder where Singular is.
      Where do I change so HB uses Pure instead of the other one?
       
    8. mnipper

      mnipper Member

      Joined:
      Feb 21, 2012
      Messages:
      248
      Likes Received:
      1
      Trophy Points:
      18
      It's supposed to show up if your class/spec is supported by CR.
       
    9. Rusty_Trombone

      Rusty_Trombone Member

      Joined:
      Oct 30, 2011
      Messages:
      348
      Likes Received:
      0
      Trophy Points:
      16
      Do you prio Soul Reaper on Killing Machine Procs or you cast it top priority anyway?
       
    10. Kimyio

      Kimyio New Member

      Joined:
      Nov 15, 2010
      Messages:
      69
      Likes Received:
      0
      Trophy Points:
      0
      A few things :) When out of combat, it keeps spamming Nourishment on my self, or if I'm in a group, on the tank. And it won't heal in combat. Lvl 20 Druid, No error logs.
       
    11. Mykettle

      Mykettle Member

      Joined:
      Sep 26, 2010
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
      Hey guys, absolutely love the work you are doing. One of the higher quality CCs I've used for a long time :)

      Just a minor issue I've found of late. I seem to have a bit of trouble with the hotkeys activating. I've attempted to switch mod keys and the likes but to no avail :( Not sure if a few people are having the same problem or if it's just on my end but any idea of what it could be?
       
    12. TreeK

      TreeK New Member

      Joined:
      Jul 10, 2012
      Messages:
      170
      Likes Received:
      1
      Trophy Points:
      0
      Not at all what I am seeing. With the current SV rotation I am seeing numbers +-2k compared to SimC/FemaleDwarf simulations, which is about 3K more than I am seeing with Tuanha. This is all unbuffed against a single training dummy (no explosive trap/multi shot to damage other dummies).

      Where/how are you seeing these differences? Feel free to PM me if you'd like so we can avoid cluttering this thread with hunter talk...
       
    13. wearloga

      wearloga New Member

      Joined:
      Mar 16, 2012
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      0
      Just did another dungeon with verbose log. View attachment 9844 2013-05-20 15.00.txt
      I checked it with Ctrl + F for both "Fire and Brimstone" and it's spell ID "108683", but the only two matches were when it was listing the known spells.
      Something else I noticed is that the CC never holds any Burning Embers in reserve. Now I'm no expert on the rotation yet, but personally I like to have at least one in reserve, so I can use stuff like FaB and Shadowburn on low health mobs, as those two spells will return the Burning Ember used to cast if, if used properly, as well as be a small DPS boost (to my limited knowledge). Please feel free to correct me if it turns out to be a DPS loss because I'm missing some internal mechanisms, or something.

      My main concern is FaB not being cast, as it will, especially in fights with lots of adds, significantly increase DPS due to the spread of Immolate, which generates more Burning Embers the more applications are up. But I'm sure you all know that :)

      Hope you can help me.
      And I'm sorry I didn't have a log ready sooner.

      Kind regards,
      Wearloga
       
    14. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      are you in hotkey mode or automatic mode? Makes a difference. I run a destruction lock with a 510 ilvl and have no issues with it using fire and brimstone. or holding embers if you set the settings correctly.
       
    15. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Soul Reaper is always top priority.
       
    16. kreljo555

      kreljo555 New Member

      Joined:
      Jan 15, 2012
      Messages:
      97
      Likes Received:
      0
      Trophy Points:
      0
      does this routine interrupt instantly or can it be modified to take any extra milliseconds?
       
    17. Lillavarg

      Lillavarg New Member

      Joined:
      Dec 7, 2012
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      3
      All class/spec but arms should be supported...it just take Singular all the time :(
       
    18. Hardcano

      Hardcano Member

      Joined:
      Jul 13, 2011
      Messages:
      60
      Likes Received:
      1
      Trophy Points:
      8
      I'm trying affliction warlock atm and the routine seems doesnt work at all. I've killed Durumu and Primordius a minute ago and now i'm on Dark Animus. I've attached a log.

      Fresh HB, Tyrael and PR install. No plugin used.

      The only things i did during the fight was a combat ress and a SB/SS What's wrong?
       

      Attached Files:

      Last edited: May 20, 2013
    19. wearloga

      wearloga New Member

      Joined:
      Mar 16, 2012
      Messages:
      59
      Likes Received:
      0
      Trophy Points:
      0
      Still getting used to a lot of the settings, not sure what a lot of them are for, but I'm sure I'll find out.
      I was running on Hotkey Mode. I suppose it would use them on Automatic Mode?

      The only setting I can find which has to do with Burning Embers is "Dark Soul: Minimum Ember Count" which, as far as I can see, is not directly linked to the casting of Chaos Bolts. I had it on 2, it never casted Dark Soul (which might have to do with the Automatic Mode not being turned on) and when it casts Chaos Bolt it usually depletes all Embers.

      At least thanks for the help so far. I'm going to test this after dinner :)
       
    20. Lillavarg

      Lillavarg New Member

      Joined:
      Dec 7, 2012
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      3
      Lycky you, I cant even get it to work :(
       

    Share This Page