• Visit Rebornbuddy
  • PureRotation V2

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

    1. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Haven't looked through in detail, but try something like this.

      Code:
              private static Composite PvPBehaviour
              {
                  get
                  {
                      return new PrioritySelector(
                              new Decorator(ret => Me.FocusedUnit != null && Me.FocusedUnit.IsFriendly && Me.CurrentTarget != null, PvPBehaviourDefensive()),
                               PvPBehaviourOffensive()
                              );
                  }
              }
      
       
      Last edited: May 30, 2013
    2. blacka_bro

      blacka_bro New Member

      Joined:
      Apr 20, 2012
      Messages:
      95
      Likes Received:
      0
      Trophy Points:
      0
      even if you use a macro something like this.

      #showTooltip
      /stopcasting
      /use demoform( dont know the correct name)
      /cast doom

      and from there target everything lets say in 20 yard doom so you definitly could get 2 maybe 3 even without demo form?
       
    3. User0828

      User0828 New Member

      Joined:
      Mar 1, 2012
      Messages:
      549
      Likes Received:
      2
      Trophy Points:
      0
      cool update!

      thanks guys, awesome as usual. :cool:
       
    4. phettbengt

      phettbengt New Member

      Joined:
      Jul 31, 2012
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      0
      Hello!

      First i would like to thank you guys for impressive job you do. But when you gonna fixa DK:s routine? Almost every update its something wrong with it. The only one that works correct with modification about soulreaper 4-set tier 45% is revision 1379.
      The new update just stand there most of the times and do nothing. Soul reaper 45%, pestilence, DnD dosent work, this has been tried with a fresh install of the newest HB and Tyriel 60 framelock

      Regards
       
    5. User0828

      User0828 New Member

      Joined:
      Mar 1, 2012
      Messages:
      549
      Likes Received:
      2
      Trophy Points:
      0
      are you sure you have deleted the pure rotation folder inside the honorbuddy -> settings folder? have you deleted all pure rotation entries in the honorbuddy -> compiled assemblies folder? you should always use the latest SVN version. that could be why nothing is working.

      just update to the latest SVN version and everything should work fine. if the soul reaper thing doesnt work, run a LFR or dungeon or whatever using the latest SVN version, and if it isnt working, post the log so the devs can try to fix it.
       
    6. Stoyo

      Stoyo New Member

      Joined:
      Dec 23, 2012
      Messages:
      160
      Likes Received:
      0
      Trophy Points:
      0
      Hello guys,

      DK routine was IMO the best you had before 5.3. Now its not working well for neither spec. Blood is consuming procs very slowly and they expire. Also it is sitting on a lot of active runes - result is very low dps.
      Frost is doing a lot of weird things. It activates all CDs as soon as I select the boss - does not check range. Berserking is almost gone till I reach the boss. Rotation is also not OK. I am seeing Plague Strike casts 3 times in a row. And other incorrect rune uses. That results in fewer casts of Obliterate. Empowered Rune Weapon cast seems very random and most importantly as soon as its CD is reset at the end of combat routine uses it..
      It casts Pestilence or Blood Boil with no deseases on the target. and other stuff
       
      Last edited: May 30, 2013
    7. randomstraw

      randomstraw Community Developer

      Joined:
      Jul 17, 2012
      Messages:
      1,611
      Likes Received:
      10
      Trophy Points:
      38
      its not the PvPBehaviour Composite thats not working, its something within the rotation/handles i guess. the focus fucks something around.
      FocusHeal always returns true if we have a focus & is friendly
      FocusHarm returns true if no focus, or focus and !friendly..

      those work as intended. but i tried yours, and it works exactly the same.
       
    8. faels

      faels Member

      Joined:
      Jun 30, 2012
      Messages:
      50
      Likes Received:
      0
      Trophy Points:
      6
      View attachment priest.txt View attachment priest.txt
      Just did a clean install of PR 2.1.0 My Hpriest is healing slightly better. However, now she also stands around spam casting renew on herself. The Chakra's won't load per the settings preset. Have to change it manually in-game. Hot keys in any mode and on any class will not work. Also, no longer have working wow chat output for the hotkeys. None of that seems to work =( will post more soon. thanks for all yalls hard work.
      EDIT Added the log. sorry forgot about that /derp
       
      Last edited: May 30, 2013
    9. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      \*Protection Pala Update*\

      Added new method to sacred shield.

      It does now ->
      Pop sacred shield if we dont have it up
      Pop sacred shield if it's ready and vengeance is 3 seconds or below left. (we don't want to waste a good scared shield)
      Pop sacred shield if our vengeance is higher then the previous vengance + 10000.
       
      Last edited: May 31, 2013
    10. eXsaNiTy

      eXsaNiTy Member

      Joined:
      Aug 11, 2012
      Messages:
      39
      Likes Received:
      1
      Trophy Points:
      8
      Is there a way that PureRotation can detect if there is a Black Ox Statue already in the vicinity or is that impossible? It looks awkward to me that I use Summon Ox Statue on cooldown when the statue lasts 15 minutes.
       
    11. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      log!
      Last time i touched frost (this week!), there was a fix for PS in Frost DK DW / 2H rotation, i ran 4 tests, every test with 10 minutes, and a 5th with 40 minutes
      The rotation was fine, PS maybe is doublecasted ... or only double logged (casted 1 time, written to log 2 times), will look at this, but the rotation was fine so far.

      I know that blood could do much more damage with spending more RP and more Runes, but this (and this is currently the only rotation in pure as far as i know), is built around survivability ... and only survivability, which i'm happy with atm ;)

      But same here ... i will look at this, to get some more dps (which shouldn't necessary in a raid, but okay)

      Pestilence / BB ... will check the code in few moments
      CDs .... i'm sure this wasn't the case when i tested, but ... will double check this
       
    12. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      I removed the cache on the aura detection (Sanctuary of the Ox)

      It shouldn't pop the black ox statue if you already have Sanctuary of the Ox aura active.
       
    13. eXsaNiTy

      eXsaNiTy Member

      Joined:
      Aug 11, 2012
      Messages:
      39
      Likes Received:
      1
      Trophy Points:
      8
      Awesome! Works beautifully now.
       
    14. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      *** Update Deathknight ***
      Frost
      - CD's are only used when in Melee Range
      - Removed potion from Cooldowns, is already handled by Item.HandleItems, shouldn't stop rotation anymore
      - Removed Outbreak cooldown check on Pestilence, added a check Frost Fever and Blood Plague, makes more sense
      - Removed booleans for AOE FF and BP check, they are the same as for single target rotation
      - Healthstone usage checks now if selfhealing is enabled
      - Frost does now use Potions,Trinkets,Gloves!


      Blood
      - Removed one BB line from single target, we will now keep this proc for something else (maybe dnd), shouldn't use BB in a weird way
      - changed a line for BB in AOE rotation, now we cast BB only when we have diseases up, shouldn't use BB without diseases anymore
       
    15. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      The demonology spells not being cast while moving should now be fixed. Update and try again :)
       
    16. Mykettle

      Mykettle Member

      Joined:
      Sep 26, 2010
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
    17. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Thanks, Stormchasing's edit! I've fixed it, update from SVN.
       
    18. Mykettle

      Mykettle Member

      Joined:
      Sep 26, 2010
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      6
      Working now. Cheers! :D
       
    19. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      my bad, update again, Millz fixed it already
       
    20. Clubwar

      Clubwar Member

      Joined:
      May 3, 2012
      Messages:
      907
      Likes Received:
      3
      Trophy Points:
      18
      Are any trying the asesinattion rogu?? Atm i am 501 and no make more that 60k, i see that no always renew SnD and rupture when hace 5 combo points. When i arrive home i upload log
       

    Share This Page