• Visit Rebornbuddy
  • YourRaidingBuddy

    Discussion in 'Archives' started by solo1420, Dec 31, 2013.

    Thread Status:
    Not open for further replies.
    1. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
    2. Brooklyn74

      Brooklyn74 New Member

      Joined:
      Mar 7, 2014
      Messages:
      89
      Likes Received:
      0
      Trophy Points:
      0
      Thank you so much Xcesius 8)
       
    3. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      New version out. Updated BM hunter
       
    4. offensive

      offensive Member

      Joined:
      Aug 8, 2012
      Messages:
      179
      Likes Received:
      2
      Trophy Points:
      18
      Changelog? Didn't see any comments on the svn commit.
       
    5. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      There was kinda too much for a changelog..

      Short sum ->

      Fixed Cleave,AoE

      Added Stempede on Agility Trinket proc
      Fixed up Arcane Shot on Single-Target
      Tweaked up the Single-Target


      If anything, you can always pm me with your skype and let me know what the issue is / if the routine is under performing as it should.

      If it is under performing, I will ask for your skype so I can be instant in touch with you with changes I make.
       
      Last edited: Apr 23, 2014
    6. offensive

      offensive Member

      Joined:
      Aug 8, 2012
      Messages:
      179
      Likes Received:
      2
      Trophy Points:
      18
      I've noticed BM will often let Serpent Sting drop and then not re-apply it, causing extremely low uptimes. This isn't a huge deal for BM since SrS doesn't do much damage however it should really be 80%+ uptime. It makes logs look pretty 'odd'.

      I'll test out the other changes and report back!
       
    7. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      New update out -->

      Removed Feral

      More optimized, should be a tad quicker now.

      Fixed up Boomkin (might be things that does not work).

      The next job on the list is to move to the new core (which will take estimated time : 1-2 weeks, depending on how my shape is)
       
    8. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Another new update is out -->

      Even more optimized Boomkin (Single-Target) AoE is still only multidot

      Fixed an issue where Celestial Alignment would pop when we had Incarnation up.

      Fixed an issue where Berserking (Racial) would pop when we had Incarnation up.

      Fixed an issue where Gloves (Engineering) would pop when we had Incarnation up.


       
    9. sileNtzM

      sileNtzM New Member

      Joined:
      Nov 28, 2013
      Messages:
      53
      Likes Received:
      1
      Trophy Points:
      0
      Since latest update, using Tyrael and YourRaidingBuddy with my windwalker monk, the combat routine will do nothing for like 30 seconds every 1-2 minutes :(. Tried to look at the logs but no errors, nothing wrong
       
    10. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Just upload the log.

      Also put on diag log level on HB settings
       
    11. sileNtzM

      sileNtzM New Member

      Joined:
      Nov 28, 2013
      Messages:
      53
      Likes Received:
      1
      Trophy Points:
      0
      I will do this and come back with a log after my next raid ! :)
       
    12. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Last edited: Apr 26, 2014
    13. gniegsch

      gniegsch New Member

      Joined:
      Dec 15, 2010
      Messages:
      75
      Likes Received:
      1
      Trophy Points:
      0
      Hello Xcesius

      Thanks for the work put in this routine, much appreciated.

      I believe that blood DK needs a small change. It is my opinion that the routine needs a change to the section on diseases. Currently the checks (NeedFrostFever and NeedBloodPlague) is for it being up or having under 2 seconds of duration left.

      This has the unfortunate effect that if Outbreak is on cooldown and the current target has no diseases, the routing will use up all runes on Blood Boil and will keep doing this until Outbreak is available.

      Blood Boil should definitely be over Frost Fever and Blood Plague in the routine, but it should not be used while under the above mentioned conditions.

      Again, thanks for an excellent combat routine :)
       
    14. gniegsch

      gniegsch New Member

      Joined:
      Dec 15, 2010
      Messages:
      75
      Likes Received:
      1
      Trophy Points:
      0
      I'm not an expert on this, but I think

      Spell.Cast("Plague Strike", ret => NeedBloodPlague && OutBreakOnCooldown),
      Spell.Cast("Icy Touch", ret => NeedFrostFever && OutBreakOnCooldown),
      Spell.Cast("Blood Boil", ret => (NeedEitherDis && EitherDisIsUp) || (!NeedDeathStrike && HasCrimsonScourge) || (!NeedDeathStrike && HasCrimsonScourge && Me.IsMoving)),

      might fix it
       
    15. ebouster

      ebouster New Member

      Joined:
      Oct 6, 2012
      Messages:
      245
      Likes Received:
      1
      Trophy Points:
      0
      Hey I'm having a heck of a time trying to get AOE to work, I make a hot key toggle it and I see "Aoe Enabled" in my chat, but it is not casting spinning crane kick or RJW.

      Enable "Multi-Target (AOE)" is set to TRUE. What is this for.. does the hot key toggle I made above toggle this to on or off?
       
    16. Beast

      Beast Member

      Joined:
      Apr 22, 2010
      Messages:
      618
      Likes Received:
      6
      Trophy Points:
      18
      Need to add shoot stars on moving rotation with a higher priority that spamming Sun or moon fire
       
    17. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Which spec?


      Changeset [1190]: Fixed Blood Single-Target. Added Starsurge with Shooting Stars up while moving

      Get live support in ExileCoin Web IRC (qwebirc) #yrb

      spread the word!
       
      Last edited: Apr 27, 2014
    18. ebouster

      ebouster New Member

      Joined:
      Oct 6, 2012
      Messages:
      245
      Likes Received:
      1
      Trophy Points:
      0
      oh sorry, it was for wind walker
       
    19. Wannbe

      Wannbe New Member

      Joined:
      Mar 14, 2014
      Messages:
      95
      Likes Received:
      1
      Trophy Points:
      0
      Hi i have tested your combat routine with a FROST DW Death Knight, i have three things to report, I hope you can solve these:

      1. During AOE rotation it use PESTILENCE , there are very few cases where using Pestilence provide more dps than Howling Blast and only if certain conditions are meet, most of the times it's just a waste so better don't use pestilence at all as Frost DK

      2. Even if >Use Outbreak< is set to False it still use it during AOE rotation

      3. I really like the options for selfhealing ( Healthstone, Lifeblood , ect...) however i saw that DeathPact is missing , since it's a selfhealing that doesn't compromise DPS it would be very appreciate if you could implement it (at X% it use RaiseDead and DeathPact)



      Last but not least important i have a question: on the setting tab there is this option "Mastersimple" true/false, what is exactly Mastersimple?

      Thanks for your excellent work i really like this combat routine
       
      Last edited: Apr 27, 2014
    20. svatas

      svatas New Member

      Joined:
      Mar 5, 2012
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0

      Mastersimple / Masterfrost is a 2H and 1H rotation / priority's change a little , correct me if i am wrong as i am not a dk but i do raid at a high lvl.
       
    Thread Status:
    Not open for further replies.

    Share This Page