This is more or less an extension of my "simple" CCs (Armed, Guarded) so I can move into other classes/specs. I personally use these (well, most of them) for my own heroic raiding. So they are up to snuff with DPS requirements. I constantly tweak these as I play, so I will not be providing support. Again, let me state that. I will not be providing support. This is a routine meant to be "use it as it is, tweak if you want to". Nothing more, nothing less. I won't be providing a zip, as again, I'm not going to be supporting this. I'm releasing this for the public only because I know some people would like certain things out of their routine. Keep in mind that this routine does NOT move, target, face, etc. That is all up to the user to handle. I will never add any form of movement or targeting to this routine. Ever. That said; I just tossed up an Assembla space to deal with things, and let you put up tickets if you have any issues, etc. You can find it here: https://www.assembla.com/code/ares-hb-combat-routine/subversion/nodes Enjoy folks. Let me know how it does for you! Oh right, in case I didn't mention it, this routine is written to be used with RAID BOT. Nothing else. Others may work, but I have not tested, nor will, with any other bot base.
Reserved! Btw, Warrior Fury Warrior Arms Guardian Druid Affliction Lock (sorta) Are implemented and working!
Posting on the first page of a legendary thread. Spot for sale, PM me with your advertising requirements, fee negotiable.
When I read this I actually got chills. anyways, huge risk of being mocked from here on and forever, I can not make this thing work! When I start it on the lock he keeps re-applying Curse of Elements over and over again, looked briefly at the code, and modded it just to see if I could easily fix it, and it seems to be the "reapply when 1500ms till it drops" part that somehow is not recognized. and yes, I know. No log and no support. But no guts no glory I guess Thanks in advance to whomever wishes to reply. nummus83
Don't really care about the log (as the CR doesn't log anything useful outside of what's being cast!) I'll check the issue there, but it should be working. I haven't played my lock in a while, so I haven't touched the rotation really.
sweet stuff! i'll try and see if i can work out how i can use it :S.. but i might just play my prot warrior by hand and then use this for OS xD ( since im a retard, and can't play fury or arms .. apparently..)
how can i make it that i decide when to use cds.. i've tried modifing the warriorarms.cs ... but it just doesnt work afterwards .. i dont understand anything about programing or anything so.. i just cancelled any line that wrote recklesness and other maggior warrior cds... thanks coitza.
nub time! /derp ON. I swear I cannot seem to navigate dem there svn's very well. When they have multiple things on them I have trouble getting what im after. Is there any way to set up an SVN folder that will only grab the warrior arms routine? The warrior routines all together? If not how about "just" the routines and not all that other stuff? If none of the aforementioned are possible, I'm certainly able to get everything as I have found out LOL. (sorry im a minimalist/ocd/neat freak) If you can shoot me a link to use as checkout that'd be great (if you'd prefer that to having to type out a big explanation) thx either way =P
no way to use this AND have it update via svn is there? I used it before and now that I think about it, I had to do it with no SVN. not sure if this is due to the site your using to host or the fact you have multiple other things on the svn that are situated in such a way that it is impossible to get just the cc and have it updateable. I assume the only thing that is needed since this is frill-less is the arms.cs which basically means honorbuddy/routines/ares/arms.cs I am ending up with a whole plethora of other shit no matter what I do. When I uncheck it all I still end up with about 4 layers of folders that are un-needed. Any way to get rid of the rest of the hierarchy?
Hi guys, I'm new here and I have a question plz, if I understood I need to copy it on HB/ Routines/ Singular/ ClassSpecific/ Warrior?? and on raid bot how can I choose that routine? help me plz
I tried implementing the DeadlyBossMods.FindBarByPartialId("Evil Spell").TimeLeft.TotalSeconds < 10 and it works as long as the bar exists, however if the bar doesn't exist just checking the above causes the cc to stop working at that point in the priority list. I have tried all sorts of additional checks to make sure the bar exists before checking the time left so that the cc will effectively ignore the TimeLeft check until the bar exists and it is within the specified time frame. The closest I was able to come to a working solution was to check numbars > 0 with the above TimeLeft, and that worked until the specified bar disappeared and there were additional bars remaining. Have you Apoc, or anyone else for that matter, been able to get this working? Thank you, Jon
DeadlyBossMods.FindBarByPartialId("Evil Spell")!=null right before u Check the timeleft,should so the trick