What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

YourRaidingBuddy

Status
Not open for further replies.
Hello Xcesius, I'm a big fan of your routines and im using them for long time ago, i just have one question for you. What is different from the old one "Xaolin" and this one? ( i mean only speaking about WW Monk ). Since last update that was causing and error, i tested in the dummies and into HC raid ( 574ilvl monk ) and the "old" one was doing more DPS as the YRB version.
As i said, is just a question, i would be glad if you can tell me something to check, or maybe to modify, to adapt to "older" version because as i told you, the older is over the new one.

Thanks for your time and keep going mate, thanks again.

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

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)
 
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
 
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?
 
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?

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.
 
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.
 
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:
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.
 

Attachments

Last edited:
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.

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!
 
My guess is that it is your Tyrael Botbase. Ever looked into your Tyrael config and disabled continous healingmode? :>
 
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.
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!
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.
 
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:
quick question is this the same as purerotation v2 cuz i see some of the same people on both just wondering??
 
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.

Thanks for the log. Will add a melee check for certain classes in the next update
 
New core coming along fine!

SOiEZDA.png
 
Status
Not open for further replies.
Back
Top