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

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

    1. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      Updated Attachment in first post
       
    2. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113



      thx guys :)
       
    3. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      well 2 things

      thats a full Stormshout Brewery run

      1)never used Chain Lightning (AoE count on 3)

      Ascendance works as it should if i am on TL but it never works on Tyrael(most likely a Tyrael issue)

      2)imo its better to turn Ghost wolf usage in combat optional,cause as it is now if you wanna move a step in combat it uses ghost wolf and its a waste of time :p
       

      Attached Files:

      Last edited: Apr 26, 2013
    4. Fassst

      Fassst New Member

      Joined:
      Feb 1, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      I'm going to ask again. I know you guys are busy with V2 and support on V1, but who is responsible for the Brewmaster portion of the CR? Would really like a option for it to not use Guard on CD so I can give this a real go in raids as it still looks silly wasting the CD when you're off tanking and not taking any damage.
       
    5. wulf

      wulf Community Developer

      Joined:
      Dec 29, 2010
      Messages:
      1,832
      Likes Received:
      128
      Trophy Points:
      63
      Ill do this tomorrow, since you asked so nicely :D
       
    6. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Are you using it on automatic mode or hotkey? If hotkey - then you need to enable AoE mode for it to use AoE abilities. Disable AoE mode when back to 1 unit.

      Ghost Wolf (and Burning Rush) need some new functionality to check we've been moving for x ms before casting, will look into it. You can use the setting to disable it though.
       
    7. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Not sure who's doing Brewmaster, but I've added a setting in v2 so you can specify what HP percent to have before casting Guard.

      These are the conditions now;

      Code:
      private static bool NeedGuard { get { return Me.CachedHasAura("Power Guard") && Me.ActiveAuras.ContainsKey("Shuffle") && Me.HealthPercent <= MonkSettings.GuardHPPercent; } }
      
      Basically checking you have auras "Power Guard", "Shuffle" and HP is low enough.

      You'll need to have v2 to get this setting though.

      You can get it from this SVN link; https://subversion.assembla.com/svn/purerotation/branch/PureRotation/

      But just to make this clear - v2 is frequently broken as we're making lots of changes. Test the routine on a target dummy after every time you update just to ensure its still working. We aren't taking the blame when you get kicked from LFR for being poor :) !
       
    8. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      1) u r playing in Hotkey-Mode, so u have to enable AOEing by yourself ;), if ya wanna run it in dungeons without to think about the aoeing ... switch to automode
      2) there is a setting for ghost wolf usage to turn it of ;)

      but thanks for the log, i could find some other issues (which are not mandatory to run the routine)


      ---- edit ---

      null exceptions from log are fixed and shouldn't occure in elemental shaman again
       
      Last edited: Apr 26, 2013
    9. ManFriday

      ManFriday New Member

      Joined:
      Apr 26, 2013
      Messages:
      216
      Likes Received:
      1
      Trophy Points:
      0
      hi...think i must have an issue with PR clashing with another program..all it does for me when activated is auto shots on whatever character i am on. I hope i'm making a very basic error that you can fix for me,,heard lots of good things about PR as in its like CLU on steroids ;))
       
    10. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
    11. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113





      yes you are right guys,it was all about settings :)


      i forgot to set it to automatic mode and for some reason i missed ghost wolf option :p


      thx again and keep up the great work you are doing
       
    12. blacka_bro

      blacka_bro New Member

      Joined:
      Apr 20, 2012
      Messages:
      95
      Likes Received:
      0
      Trophy Points:
      0
      hello, i wanted to ask if it's possible for destru warlocks to cast havoc on another target when aoe mode is not on. So you can cleave your shadowburn on targets.

      on fights like council it would be awsome to cleave a shadowburn from the LOA spirits.

      thx
       
    13. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      It does that. Enable 'Enhanced Single Target' .
       
    14. blacka_bro

      blacka_bro New Member

      Joined:
      Apr 20, 2012
      Messages:
      95
      Likes Received:
      0
      Trophy Points:
      0
      <----- noob didnt see it hehe

      oh god you guys think of everything
       
    15. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Indeed. It'll even sort all units in range to find the most ideal unit.

      For example, it'll search for closest unit that has the highest HP value (not percent) that isn't our current target, and then cast havoc on it. It'll then search for all units with < 20% HP, and cast shadowburn on it. Circumstance dependant, it can cast 3x instant shadowburns (450k - 2m damage in 3x GCD's).
       
    16. neo1337

      neo1337 New Member

      Joined:
      Jul 7, 2012
      Messages:
      86
      Likes Received:
      0
      Trophy Points:
      0
      Is this already working in the latest version of Pure V1?
       
    17. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      V2 only.
       
    18. blacka_bro

      blacka_bro New Member

      Joined:
      Apr 20, 2012
      Messages:
      95
      Likes Received:
      0
      Trophy Points:
      0

      omg :D i love you guys
       
    19. Obliv

      Obliv New Member

      Joined:
      Oct 18, 2011
      Messages:
      636
      Likes Received:
      6
      Trophy Points:
      0
      Guardian druids still needs a slight fix (that makes a huge difference)
      Spell.Cast("Maul", ret => Me.HasAura(135288) || Lua.PlayerPower > 89),

      Should be 135286
       
    20. Phay

      Phay New Member

      Joined:
      Aug 5, 2012
      Messages:
      360
      Likes Received:
      1
      Trophy Points:
      0
      Glad I could at least help somewhat =)
      I look forward to testing it out again in v2, I have 90's of every class and spec so I'm trying to rotate and see which is doing better with this CC. You guys have really come a long way, and to think, I used to think nothing would beat CLU.

      Also, that darn hunter is still ignoring Disable Hunter's Mark. Though it does seem to spam it much less is Automatic than it does in Hotkey. No idea why.
       

    Share This Page