• 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
      Tigereye brew usage is currently not optimal (In current YRB) will be fixed in the new core.
       
    2. Spano

      Spano New Member

      Joined:
      Jul 10, 2010
      Messages:
      371
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for the reply Xcesius, but, Are you speaking about this?

      " Spell.Cast("Tigereye Brew", ret => (TigerEyeUseDown && (TigerEyeBrewStacks >= 10 && Me.HasAura...." Or you mean something about in the mechanics? ( I always change it to 10 because is more effective, normally you have it in valor 20 ).
       
    3. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      In the new one it's going to be at 19 Tigereye Brew stacks (to avoid cap) during combat. You will be able to change the amount of Tigereye Brew used during burst though! (Trinket procs)
       
    4. Darz

      Darz New Member

      Joined:
      May 23, 2014
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      can someone help me please i have reinstalled HB and reinstalled net 5.4, every time i try to run the bot it wont pick up my raiding buddy in my routines it just crashes my hb, note this routine was working before the hb update but i cant get it any more, any help please
       
    5. offensive

      offensive Member

      Joined:
      Aug 8, 2012
      Messages:
      179
      Likes Received:
      2
      Trophy Points:
      18
      I've asked this before, but I'd like to modify the MT and Cleave rotation of the Beastmastery rotation. From what I can tell, digging through the code you cannot activate BM Cleave in hotkey mode, correct? I'd like my hotkey enabled AOE rotation to essentially be the BM cleave rotation, e.g. it performs the full standard ST rotation but maintains the beastcleave buff. I've tried just renaming the cleave rotation to the MT rotation in beastmastery.cs, but it doesn't seem to work. Am I doing something wrong or can someone give some advice on accomplishing this?
       
    6. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      You can in the new one, there's going to be a "key" just for that. It will be like a new AoE key just for cleave instead of full AoE.
       
    7. offensive

      offensive Member

      Joined:
      Aug 8, 2012
      Messages:
      179
      Likes Received:
      2
      Trophy Points:
      18
      That sounds fantastic. Hotkey'd cleave is SUPER important for me, for fights like heroic garrosh where it is desirable to keep my beastcleave buff up, while pumping out as much single target dps as possible.
       
    8. DreadyDK

      DreadyDK New Member

      Joined:
      Aug 31, 2012
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      Hello guys.

      Could someone plese tell me where to place the folders ? cant find a post how to install or did i miss something .P

      EDIT* NVM Somehow its showing up now :p
       
      Last edited: May 26, 2014
    9. Zeven

      Zeven Member

      Joined:
      Dec 14, 2011
      Messages:
      40
      Likes Received:
      0
      Trophy Points:
      6
      It seems like there is a issue with the Blood DK Rotation, Blood Boil seems to have no check(or malfunctioning) rather or not Mobs are in range. When I tab target or click on a Mob that is far away it starts casting blood boil wasting all my runes. I can not provide a log of last nights raid as I'm at work, but Ill attach it when I get home.


      5/28/14
      Sorry was a little late getting the log. I ran a LFR and it started doing it again during some encounters when mobs were not in range. Log Is attached. I also checked if I have continuous healing mode on and I did not.
       

      Attached Files:

      Last edited: May 28, 2014
    10. offensive

      offensive Member

      Joined:
      Aug 8, 2012
      Messages:
      179
      Likes Received:
      2
      Trophy Points:
      18
      I haven't noticed that previously, I'll do some testing as well.
       
    11. Rangbang

      Rangbang Member

      Joined:
      May 9, 2010
      Messages:
      452
      Likes Received:
      0
      Trophy Points:
      16
      Its happening on my rogue aswell (casting SnD on targets 200y away), I have not updated YRB for ~2weeks, so my guess is that the issue is with the latest HB!
       
    12. Bad_Tux

      Bad_Tux Member

      Joined:
      May 7, 2013
      Messages:
      155
      Likes Received:
      0
      Trophy Points:
      16
      My guess is that it is your Tyrael Botbase. Ever looked into your Tyrael config and disabled continous healingmode? :>
       
    13. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      Need those logs, guys. But, yes, it could be Tyrael's Continuous Healing Mode being turned on. When that option is checked it causes the routine to continuously fire, instead of when it needs to. Good for healing, but not tanking and DPS.
       
    14. dbtftw

      dbtftw New Member

      Joined:
      May 19, 2014
      Messages:
      15
      Likes Received:
      0
      Trophy Points:
      0
      Hi all,

      First thing amazing and tight CR. One thing I've noticed on the Pally is the Execution sentence is triggering right away, as in its not waiting for 12 stacks of Ancietpower.

      i see you guys have

      Code:
      Spell.Cast("Execution Sentence", ret => InquisitionUp && ((CooldownTracker.GetSpellCooldown(86698).TotalMilliseconds > 1000 && AnicentPowerDown) || (AnicentPowerUp && AnicentPowerStack >= 12))),
      I changed it to ln121,ln148

      Code:
      Spell.Cast("Execution Sentence", ret => (InquisitionUp && AnicentPowerUp && (AnicentPowerStack == 12)) || (InquisitionUp && AnicentPowerDown && ESUnder0) || (InquisitionUp && AnicentPowerUp && Trinket1Up && Trinket2Up)),
      with ESunder and Trinket1up and Trinket2Up being declared as:

      Code:
      internal static bool ESUnder0 { get { return CooldownTracker.GetSpellCooldown(114157).TotalMilliseconds <= 500; } }
      internal static bool Trinket1Up { get { return !Me.HasAura(146245); } } //Outrage TTT
      internal static bool Trinket2Up { get { return !Me.HasAura(146250); } } //Determination EEoG
      I know the trinket stuff isnt for everyone, but if you could take a look and find a proper solution for the 12 stacks issue. Thanks!!

      **Logs attached
      View attachment 8696 2014-05-30 00.22.txt
      -- Log does not have all logging enabled. Will adda new log with all avail logging.
       
      Last edited: May 30, 2014
    15. thespanish

      thespanish New Member

      Joined:
      Jan 20, 2014
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      quick question is this the same as purerotation v2 cuz i see some of the same people on both just wondering??
       
    16. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      Thanks for the log. Will add a melee check for certain classes in the next update
       
    17. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      New core coming along fine!

      [​IMG]
       
    18. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      I want a cookie. :(
       
    19. Xcesius

      Xcesius Community Developer

      Joined:
      May 1, 2011
      Messages:
      2,050
      Likes Received:
      61
      Trophy Points:
      48
      PM me with ur skype if you want a cookie ;)
       
    20. Cukie

      Cukie Active Member

      Joined:
      Dec 3, 2011
      Messages:
      1,255
      Likes Received:
      3
      Trophy Points:
      38
      Cookie you say? Count me in!!
       
    Thread Status:
    Not open for further replies.

    Share This Page