• Visit Rebornbuddy
  • PureRotation V2

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

    1. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38

      This has to be the worst log anyone has ever given....wait I take that back...you did give a log, but you went through and edited it. Worthless log, gets worthless help.
       
    2. bennyquest

      bennyquest Community Developer

      Joined:
      Dec 6, 2010
      Messages:
      2,644
      Likes Received:
      22
      Trophy Points:
      38
      actually let me make this better.....
      The start time of the bot is at

      [22:28:24.308 N]


      the stop time is at

      [22:28:29.537 D] Stop called!


      you let it run for a little over 5 seconds......most routines cannot even initialize in that time after hitting the start button.
       
    3. Darkjin

      Darkjin New Member

      Joined:
      Jun 24, 2013
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      0
      ok wait let me run it for 10min and attack a dummy while i run it

      edit: hmm works now
       
    4. RichieSams

      RichieSams New Member

      Joined:
      Jul 4, 2010
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      0
      FDK here, works for me but I also get that line ^^

      Warning: XML Error: Could not parse 'If' body node! - On line 243 - [<If Condition="Me.Class == WoWClass.Shaman">

      Also I feel like it never uses Horn of Winter as it should when no runes are up.
       

      Attached Files:

    5. Prince_HCM

      Prince_HCM Member

      Joined:
      Mar 5, 2012
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      6
      Just forward my opnion for Assassination Rogue CR:

      Use Shadow Blades when time left on Slide and Dice < 2s means it may just use Shadow Blades @ the beginning, since CR will always refresh it regardless the time left for this buff. For optimizing the usage (imo) i modified like this:


      Spell.Cast("Shadow Blades", ret => Me.CurrentTarget.HasMyAura(79140) && Me.HasAura(5171) && Me.HasAura(120032) && Me.IsWithinMeleeRange)

      79140: Vendetta debuff on target
      5171: Slide and Dice buff on me
      120032: Dancing Steel buff on me.

      Hope it would help a little bit or getting some advanced advices for the conditions on using this cooldown.
       
    6. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      Log ! a log can't be too long ... u can zip them, and upload the zipped ones ... this way u should be able to attach logs with a size of 100-300 mbyte
       
    7. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      this is an errror u will get with every routine, cause it is not related to the combat routine, it is a problem with the questing profil and/or the hb installation (i have the problem aswell every now and than, but profiles are running so far)
       
    8. Phay

      Phay New Member

      Joined:
      Aug 5, 2012
      Messages:
      360
      Likes Received:
      1
      Trophy Points:
      0
      Ive been using this routine religiously for pve, but Ive never got around to testing any of the pvp rotations.
      Which classes have an implemented pvp rotation?
      How exactly do I enable it? Or does it just switch automatically when entering a battleground?
       
    9. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      well it will start acting for ya when u are in combat and u have a target, so your drood will fight for ya when u put moonfire or something else on the dummy ;)
      u already tried disabling all wow addons on your dk, right? (sorry for asking, i'm still fishing in black water for the zoning issue)
       
    10. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      by default the rotation switches by entering a BG / Arena / rBG
      some classes have a lil more advanced pvp rotation which can be enabled by class config and rotation key, but every class switches by default to pvp when entering bg/arena/rbg ...
      classes that have no explicit pvp logic will execute the pve logic
       
    11. wizardslayer

      wizardslayer Member

      Joined:
      Nov 3, 2010
      Messages:
      325
      Likes Received:
      0
      Trophy Points:
      16
      For Rogue Rupture, the PR Text says:

      Code:
       Rupture is used when
                              - Combo Points = 5 AND
                              - Aura Deep Inside is up AND
                              - PveRupture is set as rotation in the Rogue Settings AND
                              - Roation Key is pressed once (second press returns back to default rotation)
      
      The Aura is "Deep Insight" though...Although the Combat.cs references: Spell.Cast("Rupture", ret => Me.ComboPoints == 5 && Me.HasAura("Deep Insight")),

      Just trying to figure out why no matter what, I never see rupture get put up. I'll have a log shortly.
       

      Attached Files:

    12. infozeta

      infozeta Member

      Joined:
      Jan 15, 2010
      Messages:
      39
      Likes Received:
      1
      Trophy Points:
      6
      Rshaman: if u r in combat and the tanks go too far u keep spamming water shield and earth shield on urself again and again =)
       
    13. Sin702

      Sin702 New Member

      Joined:
      Jan 19, 2013
      Messages:
      234
      Likes Received:
      0
      Trophy Points:
      0
      I didnt try diabling my addons, i sort of gave up on tyring to find why my DK has issues after zoning. It works fine for my druid and my monk, but as for my DK I found a decent salution. I will be using one of PR sub-products to say lol. I'll be using Death Vader for my DK. I do alot more dps with that then I ever did with PR. So although Im not using PR persay, but I'm staying in the family as it were lol. But I do like to thank for all your help thus far on trying to resolve the issue. but it seems that im the only that has this issue.
       
    14. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      That's pretty interesting considering both are alike.
       
    15. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      well ... u read the entire "help" entry ? :)

      u aren't able to run the rupture part in auto mode
       
    16. Sin702

      Sin702 New Member

      Joined:
      Jan 19, 2013
      Messages:
      234
      Likes Received:
      0
      Trophy Points:
      0
      Ya i know, When reading the post for Death Vader, basicly its whats going into the PR cc. Some reason it works better seperately for my dk then it does in PR. But at least it works.
       
    17. stinkey

      stinkey New Member

      Joined:
      Nov 27, 2011
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      At my Warlock it doesn?t use dark soul on cooldown
       
    18. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      it pools ressources before using dark soul
       
    19. wizardslayer

      wizardslayer Member

      Joined:
      Nov 3, 2010
      Messages:
      325
      Likes Received:
      0
      Trophy Points:
      16
      Understood, I'll give it a shot. Thanks for clearing it up.
       
    20. Stoyo

      Stoyo New Member

      Joined:
      Dec 23, 2012
      Messages:
      160
      Likes Received:
      0
      Trophy Points:
      0
      View attachment 2388 2013-07-13 17.02.txt

      Destro starts to cast Chaos Bolt before it reaches 2 embers and since Dark Soul is set to be cast at 2 embers minimum, it almost never gets used. Also, Ember Tap is yoused every once in a while, but my toon easily dies with lots of embers up.
      Also, it is not in this log, but I often see the rotation pause when F&B is used and than toon runs out of embers.
      Pet summoning is annoying. I have to stop the bot in order to change pet. Auto re-summoning is ON but it does not summon the pet that just died, it summons Observer. If I am using Void to tank and void dies, it uses Flames to re-summon and when pet dies again it starts summoning Observer, which is useles.

      Combat ressing is very hard to do with any class. I target a player to ressurect and CR immediately re-targets enemy - big problem in raiding.

      No log, but all the time and only when using the CR for Blood DK I get lag spikes in game. This almost never happens with Frost or any other class.
      I havent tested in raid, but when playing single, BLOOD DK does not use Horn ever. Frost sometimes opens with Unholy Blight and not with Outbreak. UB is much better to be kept at the start. Often adds come out shortly after and there is its use.
      Which rotation is best for Frost DK? I am using the default one (PVP) and I dont see any difference with others. Also, I am not wrong UH FB rotation should use attack power procs to apply strong deseases. I don't see this happening. I tested on Horridon heroic and my desease dmg is far below SS dmg, even tho I am dpsing adds most of the time (info is before switching to Jelak fulltime). Also did some tests on dummy - same thing. I have JK hc trinket. Tests with DV UH CR on dummy also result in far less dps than Frost. UH kinda keeps up with Frost when there is AOE, but single target dps is far lower. This should not be the case. Over 525 ilvl UH should be doing better.

      Is pala healing getting fixed fixed? As I wrote before CR does not use any AOE healing spells. If a log is all it takes, I will kill Sha a couple of times and you will see there is no AOE healing.

      AND THANK YOU GUYS FOR THIS GREAT CR!

      TLDR:
      I really care mostly about DK DPS rotations, other stuff is just good to have for me.
       

    Share This Page