• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • PureRotation V2

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

    1. blacka_bro

      blacka_bro New Member

      Joined:
      Apr 20, 2012
      Messages:
      95
      Likes Received:
      0
      Trophy Points:
      0
      orc racial still not working v2 :(
       
    2. Phay

      Phay New Member

      Joined:
      Aug 5, 2012
      Messages:
      360
      Likes Received:
      1
      Trophy Points:
      0
      Is it possible to disable only certain interrupts? For example, my pandaren hunter seems to actually stop her rotation if I'm not in range for "Quaking Palm". If I was a melee, that would be fine, but since I'm not, I'd like to only use Silencing Shot.
      Also, in V2 Hunter's Mark still casts when disabled. It's a tad annoying to mark every single piece of trash I target.
       
    3. Staffix

      Staffix Banned

      Joined:
      Dec 20, 2012
      Messages:
      1,085
      Likes Received:
      8
      Trophy Points:
      0
      could anyone tell me how the tanking part works?..
      does it just do the rotation, or does it actually well.. do it all for u :S ?
       
    4. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      it WON'T taunt for ya
      it WON'T save abilities for encounterspecific actions (like AMS of Blood DK to prevent the debuff of JinRokh as often as possible)

      it will do:
      - the rotation
      - save your life
      - make your dpsers looking like nubs with bad gear!
       
    5. Staffix

      Staffix Banned

      Joined:
      Dec 20, 2012
      Messages:
      1,085
      Likes Received:
      8
      Trophy Points:
      0
      o_O gotta... gear... tank... NAW!
      (which specific cd's will it use for paladin? if that's not too much to ask of ;)
      since we're dependant on our cds to live :S )
       
    6. Clubwar

      Clubwar Member

      Joined:
      May 3, 2012
      Messages:
      907
      Likes Received:
      3
      Trophy Points:
      18
      Really? Bad news
       
    7. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Fixed a typo, would always check you were, and weren't a melee class (obviously we're 1 or the other).
       
    8. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      - Holy Prism
      - Light's Hammer
      - Word of Glory
      - Avenging Wrath
      - Execution Sentence
      - Shield of the Righteous
      - Divine Protection
      - Lay on Hands
      - Holy Avenger
      - Guardian of Ancient Kings
      - Ardent Defender

      but all of them can be setup :) if u wanna disable one or more of'em ... set the dependicies to false (if possible) or to 0
      I'm tanking with Pally and DK atm, the real survivability talents are enabled for me (Holy Avenger,Ardent Defender, Shield,Lay on Hands), the DPS talents are enabled (AW) all the others i've disbled for situational using by hand and it is working good all the time, sometimes i enable all CDs (on farmbosses or very bad groups where MY life is more important than the live of some dpsers)
       
    9. TreeK

      TreeK New Member

      Joined:
      Jul 10, 2012
      Messages:
      170
      Likes Received:
      1
      Trophy Points:
      0
      Quaking Palm is handled specifically in spell.cs. There is no distance check on it (and I have no idea what the range is) but something like the following should work:
      Code:
      Cast("Quaking Palm", onUnit, ret => onUnit(ret).Distance < 8))
      I'm sure one of the devs will fix it when they get a chance.

      I've not played with V2 yet, but I'll switch to it this weekend and update the SV hunter routine to fix the hunter's mark problem and any other glitches I find.
       
    10. jamster

      jamster Member

      Joined:
      Sep 9, 2011
      Messages:
      121
      Likes Received:
      0
      Trophy Points:
      16
    11. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Spent 2 days primarily working on Demonology Warlocks... Here's the changes...


      Warlocks - All:
      - Grimoire of Service will no longer force you into combat by summoning the second pet instead of pre-buffing activities.
      - Kil'Jaeden's Cunning setting removed. If we have the talent, we obviously want to cast while moving!
      - Setting default values amended


      Warlock - Demonology:
      - Major code re-write
      - Updated recommended spec
      - Removed Lua call for demonic fury (performance increase)
      - CR's call to Medic() will no longer trigger offensive cooldowns.
      - 'While moving' code optimised
      - Life Tap will now work out the exact value of mana to be returned, and cast it when optimal (to prevent any waste).
      - Corruption will no longer hard cast (once the debuff is active). Instead it will switch into demon form and cast touch of chaos to increase it's duration.
      - Will now stay in demon form until <= 650 fury, instead of <= 750 fury.
      - Some minor priority changes when deciding on what spell to cast and when.
      - AoE Specific: Will not cancel Metamorphosis if Immolation Aura active.
      - AoE Specific: Will now refresh corruption on targets we've previously multi-dotted using Void Ray.
      - AoE Specific: Fixed pausing when high AoE unit count
      - AoE Specific: Will now use the setting 'Use AoE Abilities'
      - AoE Specific: Follows same shapeshifting logic as single target mode (which has been optimised correctly).
      - AoE Specific: Immolation Aura will now correctly cast before multi-dotting.
      - AoE Specific: Added setting to allow facing target before casting void ray.
      - AoE Specific: Will use Hand of Gul'dan in heavy AoE situations to generate fury when unable to cast metamorphosis.
       
      Last edited: May 3, 2013
    12. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Quick update to Balance Druids - Added setting to allow multi dotting in single target mode.
       
    13. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      PureRotation Version 2 has been released!

      This is the biggest release, and update to PureRotation since it's release. The team, and testers have spent some serious hours working on and tweaking nearly all rotations, we hope you all enjoy it !

      Please update from the /trunk/ SVN (using the link on the first post in the thread). Those of you who were using /branch/ must switch back to /trunk/, as /branch/ will no longer be updated (and has been deleted).

      Enjoy the weekend!
       
      Last edited: May 3, 2013
    14. Turkar

      Turkar Member

      Joined:
      Mar 3, 2010
      Messages:
      65
      Likes Received:
      0
      Trophy Points:
      6
      Hey

      is it me or does the troll racial not work? :(

      at least it isn't working on my lock :(
       
    15. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Found a mistake, can you update and try again?
       
      Last edited: May 3, 2013
    16. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      [​IMG]
       
    17. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Ha! I edited! It's fixed now :)
       
    18. jamster

      jamster Member

      Joined:
      Sep 9, 2011
      Messages:
      121
      Likes Received:
      0
      Trophy Points:
      16
      Any idea about Blood DK useing gloves n trinket and just autoattacking? did a clean install only latest Pure in and still the same
       
    19. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Post a log :)
       
    20. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      Already posted ;)
      it is all good with his log, no issues with his installation, it is an error in the routine
      i'll test it on an elemental shaman with ingi profession in .... 8 hours or so
       

    Share This Page