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

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

    1. killgogeta

      killgogeta New Member

      Joined:
      Jan 29, 2012
      Messages:
      85
      Likes Received:
      0
      Trophy Points:
      0
      Can u add for balance druide same thing as shadow priest , refresh dot as ... value pls. That will be great.
       
    2. Derpatron

      Derpatron New Member

      Joined:
      Oct 14, 2013
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      There appears to be an issue with mages use of Alter time, I don't think I've seen it used properly on frost spec yet.
      It often just randomly pops it with 1 FoF procc active, rather than with both FoF and BF's up. It's rather confusing :b
       
    3. scrock

      scrock New Member

      Joined:
      Feb 26, 2013
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      don't work fine whit my ass rogue,demo lock and my dudu cat:mad:(why?:confused: you have a solution?)....work well for my retri pala:)!
       
    4. DonSleza4e

      DonSleza4e New Member

      Joined:
      Jan 24, 2012
      Messages:
      118
      Likes Received:
      1
      Trophy Points:
      0
      Oh I' such noob
      I had talent Dream of Cenarius - Spell - World of Warcraft , thats why PR casted Healing Touch :)

      However I noticed (+ I saw many posts in this thread), PureRotation do not casts Force of Nature - Spell - World of Warcraft at all during the fight

      And yes, here's complete log of fight with dummie (sorry, I didnt upload it previously)
       

      Attached Files:

    5. Drizzt1990

      Drizzt1990 New Member

      Joined:
      Dec 22, 2011
      Messages:
      548
      Likes Received:
      3
      Trophy Points:
      0
      Hi, there is a mistake in triggering aoe for prot warris...

      the tooltip says it triggers aoe when mobcount higher or equal to setting, while it's just triggering when count is higher

      Code:
      new Decorator(ret => PRSettings.Instance.UseAoEAbilities && Unit.AttackableMeleeUnits.Count() > WarriorSettings.ProtAoECount, HandleAoeCombat()),
                                                HandleSingleTarget())),
       
    6. fzU

      fzU New Member

      Joined:
      Sep 26, 2013
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      0
      Did another Testrun, Casts are not canceled :( (Tyrael 15Ticks)
       
    7. texdogg

      texdogg New Member

      Joined:
      Feb 9, 2012
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      Hey! Your DK Rota rocks! Really like it.
      Now i wanted to give it a try on my Spriest.

      It just Spams Shadowword:pain...
      Thats it. Whats wrong there?
       
    8. Phay

      Phay New Member

      Joined:
      Aug 5, 2012
      Messages:
      360
      Likes Received:
      1
      Trophy Points:
      0
      I'm curious if Balance has been worked on at all?
      The dps seems... exceptionally low. A fellow boomkin in the raid, with a slightly lower gearscore was, quite literally, destroying me. I cannot discern any exact reason why, the rotation seems fine, I avoided the problem child in the talent tree, and wasn't hopping around like a retard, although it doesnt quite handle multiple targets as well as I'd hope.
      Also, perhaps unrelated, or maybe related
      It randomly shapeshifts into bear form, I assume to use some cd, but I can't get it to stop.
      Also, there are times when I need to move quick (such as getting chased by Thok) and would like to use cat form, but it auto shifts back to boomkin, can this be removed or toggled?
       
    9. fzU

      fzU New Member

      Joined:
      Sep 26, 2013
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      0
      There is no love for Balance Druids, nowhere -.-
       
    10. blablub

      blablub New Member

      Joined:
      Dec 1, 2012
      Messages:
      809
      Likes Received:
      4
      Trophy Points:
      0
      you could stop the cc (i.e. if you use tyreal -> alt+x or the keybind you set up) then move by hand for the time.
      i think it uses enraged regen or something like that when it shifts into bear. maybe you can disable the usage of the spell in options.
       
    11. Ubertixo

      Ubertixo Member

      Joined:
      Mar 11, 2013
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      6
      Hey :) First I just wanna say I LOVE this CC, I use it on almost all my chars (not the healers) but if there anyone that I can make my warrior tank use "Shield Barrier" more then "Shield Block"??
      I saw in the first post this ---> "Protection (Special Key ON Shield Barrier usage, Special Key OFF Shield Block usage)" <--- I'm playing in Automatic Mode, do I need to play on Semi or Hotkeys mode to make him do that or?

      As far as I know...Shield Block is better but when I watch tanks on youtube, they do use Shield Barrier alor more, only reason I'm asking :)
       
    12. papaours

      papaours New Member

      Joined:
      Mar 4, 2011
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
      Hi,

      I've been doing Flex as Balance for the past two weeks and I've been making lots of bug fix.

      In Unit.cs,
      • I had to make changes to GetMultiDoTTarget because it did try to target units we were not facing.
      • It was also targeting Mind controlled players.

      In Balance.cs,
      • Added several separated FrameLock instances, otherwise it was unplayable. I deactivated Tyrael buit-in one.
      • Removed healing related stuff, it just looked silly trying to cast healing touch on Malkorok :p
      • I added more checks before morphing to Moonkin, otherwise when couldn't even cat form when out of combat..
      • HasAura("Shooting Stars") was always returning true (HB bug ?), added custom Lua function.
      • Removed many Spell.PreventDoubleCast because they were causing spells with lesser priority to be cast instead of the desired one.
        I don't really know why PreventDoubleCast is used everywhere.
      • Allowed Starsurge while running if we have Shooting Stars up.
      • Now anticipates Eclipse change one energy is high.
      • There was also a bug when energy was at zero, using Lua to check wether side Eclipse is going fixed it.
      • Added IsMoving check when using Astral Communion

      Atm Symbiosis doesn't work, haven't looked why.
      I think a disable MultiDot Hot key would be nice when fighting squishy adds.
       

      Attached Files:

    13. fzU

      fzU New Member

      Joined:
      Sep 26, 2013
      Messages:
      51
      Likes Received:
      0
      Trophy Points:
      0
      Thank you for these fixes, they are a significant DPS increase! Nice to see some love :)
       
    14. chrisbklyn

      chrisbklyn New Member

      Joined:
      Dec 30, 2011
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      0
      This is for any prot pallies out there..First off, shout out to all the people who develop and update these things, it is quite unbelievable what you guys do.
      Anyway, I was having some issues with the CR using TOO many abilities..so I went ahead and broke down my prot pally one..it basically just manages your regular rotation (Not included your lvl 90 talent). Does all of your Holy Power generators & filler moves based on priority..and then you get to manage your Holy Power (Eternal Flame/Shield of the Righteous) usage..also it doesn't swap any seals or buff anyone (i was having some issues with those). I like to break down CRs into their simplest form, like this, to help me learn new classes until I can eventually play them with no help at all. Great for learning new rotations and whatnot. Anyway, hope I could help some people.
       

      Attached Files:

    15. Phay

      Phay New Member

      Joined:
      Aug 5, 2012
      Messages:
      360
      Likes Received:
      1
      Trophy Points:
      0
      Holy crap thank you!
      I was starting to feel like balance was a dead art, even though I love it.
       
    16. kezzbud

      kezzbud New Member

      Joined:
      Feb 5, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Having trouble with my DW frost DK the routine just doesnt do anything past using blood fury i have tried restarting and reinstalling HB and routine still nothing.
      [04:06:48.351 D] [CGSpellBook::CastSpell] Override ID: 20572, KnownIndex: 1
      [04:06:48.367 N] [PureRotation 2.1.8]: *Blood Fury on Raider's Training Dummy at 1.5 yds at 100.0%
      [04:06:48.404 D] [CGSpellBook::CastSpell] Override ID: 20572, KnownIndex: 1
      [04:06:48.420 N] [PureRotation 2.1.8]: *Blood Fury on Raider's Training Dummy at 1.3 yds at 100.0%
      [04:06:48.459 D] [CGSpellBook::CastSpell] Override ID: 20572, KnownIndex: 1
      [04:06:48.475 N] [PureRotation 2.1.8]: *Blood Fury on Raider's Training Dummy at 1.1 yds at 100.0%
      [04:06:48.514 D] [CGSpellBook::CastSpell] Override ID: 20572, KnownIndex: 1
      [04:06:48.532 N] [PureRotation 2.1.8]: *Blood Fury on Raider's Training Dummy at 1.0 yds at 100.0%
      [04:06:48.580 D] [CGSpellBook::CastSpell] Override ID: 20572, KnownIndex: 1
      [04:06:48.600 N] [PureRotation 2.1.8]: *Blood Fury on Raider's Training Dummy at 1.2 yds at 100.0%
      [04:06:48.640 D] [CGSpellBook::CastSpell] Override ID: 20572, KnownIndex: 1
      [04:07:20.176 N] Stopping the bot!
      [04:07:20.176 D] Stop called!
      [04:07:20.176 Q] Bot Stopped! Reason: User pressed the stop button
      [04:07:20.199 D] Behavior flags changed! All -> All
      [04:07:20.199 N] [Tyrael] Shutdown - Removing hotkeys.
      [04:07:20.199 N] [Tyrael] Shutdown - Reconfiguring Honorbuddy.
      [04:07:20.199 N] [Tyrael] Shutdown - Resetting TreeRoot to default value.
      [04:07:20.199 N] [Tyrael] Shutdown - Complete.
      [04:07:20.199 D] PureRotation: Hotkeys Removed!
      [04:07:20.199 D] PureRotation: stopped!
       
    17. DewdInTheNewd

      DewdInTheNewd New Member

      Joined:
      Oct 19, 2011
      Messages:
      124
      Likes Received:
      2
      Trophy Points:
      0
    18. Phay

      Phay New Member

      Joined:
      Aug 5, 2012
      Messages:
      360
      Likes Received:
      1
      Trophy Points:
      0
    19. DewdInTheNewd

      DewdInTheNewd New Member

      Joined:
      Oct 19, 2011
      Messages:
      124
      Likes Received:
      2
      Trophy Points:
      0
      I love PR for SV, especially with the auto-cleave depending on the number of mobs (excellent for Heroic Galakras 25 and Heroic Sha). For BM I would go with PQR Soapbox or HB Bullseye for now though.
       
    20. thatgliderguy

      thatgliderguy New Member

      Joined:
      Jan 7, 2012
      Messages:
      164
      Likes Received:
      0
      Trophy Points:
      0
      can't seem to get this right... when press start the bot just does auto attacks.
      fresh install of HB + newest SVN in routines folder.

      PureRotation 2.1.7]: Woops, we could not set the rotation.
      [PureRotation 2.1.7]: Could not load file or assembly 'Honorbuddy, Version=2.5.7940.662, Culture=neutral, PublicKeyToken=50a565ab5c01ae50' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

      Could not load file or assembly 'Honorbuddy, Version=2.5.7940.662, Culture=neutral, PublicKeyToken=50a565ab5c01ae50' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)


      [PureRotation 2.1.7]: Unable to find Active Rotation: System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
      at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
      at System.Reflection.RuntimeModule.GetTypes()
      at System.Reflection.Assembly.GetTypes()
      at Styx.Common.TypeLoader`1.(Assembly )
      at System.Linq.Enumerable.<SelectManyIterator>d__14`2.MoveNext()
      at Styx.Common.TypeLoader`1.(Assembly[] )
      at Styx.Common.TypeLoader`1.Reload()
      at Styx.Common.TypeLoader`1..ctor(Assembly asm)
      at PureRotation.PureRotationRoutine.GetRotations() in e:\My Documents\WoW Related\HB\Routines\PureRotation\PureRotation.Behaviours.cs:line 108
      Bot Stopped! Reason: None Given
      Initialization complete.

      this is what i get when i select purerotation then nothing buy white dmg :S ?
       

      Attached Files:

    Share This Page