Can you make an option to only use AoE when 3+ mobs are close? And if the bot detected 3+ mobs then can it use Rend + Thunder Clap to apply the Rend debuff to all targets. Ok, I added it manually into your CC. I do higher dps with your CC than I do myself. The only thing it is missing now is some logical interrupt system. You can take a look in Dunatank's Warrior CC.
hey can you update this to work even better with the new raid bot base by apoc, right now its still works well but I keep getting a lot of "ability not ready yet" maybe there is a fix?
Azu try setting your custom lag tolerance to 200, that should fix the issue. That is done in the normal wow interface options, top two or three tabs if I remember right. Am I the only person having issues with it trying to spam hamstring? If anyone has a fix for this I would appreciate it, or if anyone familiar with code could instruct me on how to just edit out hamstring all together that would be perfect.
If you find the code in the TrumanWarriorCC.cs file that looks like the below: Code: if (Settings.UseSunder && (!TargetHasDebuff("Hamstring") || TargetDebuffTimeLeft("Hamstring") < 8)) { CastSpell("Hamstring"); } And change it basically to this: Code: /* if (Settings.UseSunder && (!TargetHasDebuff("Hamstring") || TargetDebuffTimeLeft("Hamstring") < 8)) { CastSpell("Hamstring"); }*/ That should work.
Thanks Truman, i've gotta download something to open a .cs file (I think any C# program should work?) but once I get around to it i'll give it another shot and let ya know how it goes.
Just used your cc last night on normal Madness of Deathwing kill having 52.5k dps and doing 43.1 mil damage at the kill on my warrior with avg item level of 393 and i loved it, by far this is currently the best arms warrior cc out there.
What is not working? If you want help you should upload and provide a logfile. Makes it easier to help
Well when i start the cc on laizy raider it just auto attacks , when i check the file in costumclass it has a red Exclamation mark On the file , but some Svn files have a Green correct mark on them So i dunnno whats wrong with it
I noticed when using this CC that the config is a little wacky, if you check use Sunder Armor, it will use Hamstring. and if you check use Hamstring, it wont use it.
Truman offered up the code necessary to remove Hamstring from the rotation possibilities at all. I implemented it using Notepad++ (thanks to another suggestion by a user here) and have no longer had any issues with hamstring being used at all. Check through the posts, the last two pages or so I think, and try that out Luv.
you need delete that folder and unzip the zip file from the original post in this thread, dont use the svn as it is outdated. your folder in your CC folder should read TrumanWarriorCCKBEdit once you unzipped new folder in.
i Tried unzipping the file keeps giving me the same thing , should i delete Svn download and download svn again ?