Probably not 'your fault' mate. Delete the TitanArms-Settings in the Config folder which is in Custom Classes
10m test with the new stuff set up was peaking at around 34k dps near the start, averaged out to 27.7k at 10mil. Not bad at all.
Hey Shaddar, nice one but can you add a selection to disable your raid and dungeon part of the CC? Some stuff is meant to be done by the player, otherwise it truely becomes booooooooring .
Nice job!! Real grear CC)) but i found 1 thing... Ive tried it with a combat bot on dummy and i think it's spams spells to quickly... And wow starts laggy in times.. Some sort of small freezes or smth.. Or maybe it will be nice with lazyraider?? Ofcourse if combatbot and lazy raider has difference?
If this is a LazyRaider/RaidBot targeted CC, then I highly suggest you implement stance-dancing. (If you play Arms in any serious aspect of the game, you should be stance dancing. Period.) Special note; (and yes, a tad off-topic and somewhat advert, but mostly for you guys to check the code and steal whatever you decide to steal), I'll be committing the new Arms instance rotation to Singular soon. It includes proper stance-dancing, CD usage, as well as some other.... tricks. Average DPS on my 397 war is roughly 72k on Madness, 46k on Ultrax. (Turning off stance-dancing, drops that DPS down to 66k/41k respectively. However, the ability to turn stance-dancing off, is no longer available as its a pure DPS loss no matter how you look at it) Lastly; you should be holding off on CS/OP/Slam if MS is about to come off CD (especially holding off Slam due to the swing timer reset). Check for the 2/4pc T13 and adjust your rotation accordingly. (Eg; 2pc T13, you should be using Inner Rage on CD and spamming HS/Cleave [whichever makes more sense at the time]. 4pc T13, you can try playing with the CS priority.) Also (and correct me if I'm wrong, as I haven't looked through all the code), you should be using Battle/Comm Shout whenever you have less than 30 rage (and no more than 60), and Berserker Rage basically on CD. Free rage is always a good thing. Ok, looking through the code even more... I see you guys love to use your RunMacroText stuff, for no real reason. Not only does RunMacroText assume the user is on an English client, it also has to abide by Blizzard's macro rules (which most of the time, HB's API does far better, and faster, as we skip the entire Lua engine in WoW) Rotation wise; NEVER SPAM EXECUTE TO 5 STACKS. Ever. Replace Slam with Execute and continue with your normal rotation. MS/CS/Execute (OP if its going to cause more damage than Execute)
I am without a doubt no good in coding so of course i have a flaw or five in my ccs Thanks a lot, Apoc, for taking time to go through my code! I don't disagree to the fact that 'Stance Dancing' increases DPS. The reason I say that 'stance dancing' is out of the question is simply because i havent managed to code it yet. Berserker stance and battle shout is coded to be used at low rage, so at least i did something right! Anyway! Very nice insight on the rotation, and i thank you for that. I will update the Titan Arms.. again! An update might not be out till the weekend though as ive got a lot of work irl atm. And I'll look into the stance dancing again, however i cant promise itll be included in the next update! /Shaddar
I loved this profile before the gui was added. After the gui was added the game lags out anytime my toon is in combat and makes the game unbearable to play even with lazy raider. I have no issues with any other cc's I use wich are in the dozens. I have reinstalled HB multiple times and tried every update since the gui was added... Loved the profile and hope I can again use it one day.
This is a known issue, the lag that is. But atm i have too much work on my hands. Ill update it this weekend.
I used this CC last night. My warrior has a Ilvl of 395 and was pulling 27k to 32k(depending on RNG) on a boss test dummy. And I consider those acceptable numbers.
Shaddar I love your CC, absolutely love it. I have done some tweaking with Truman's with his help but I still prefer yours right now. I think his tries to swap around too much between stances resulting in some dead time here and there. Anyway I wanted to know if there is a way for me to go in and change the priority of MS & Overpower. I have noticed when running tests on the dummy that when both MS & OP are available it will sometimes use OP before it will pop MS. I am currently getting ~30k over 10mil tests on the dummy, but I think if I can make MS top priority no matter what it will go even higher. I have been seeing peaks as high as 40k on the dummy, so I know there is room for improvement with my gear (400 ilvl) but I know very little about coding. It may be something you are changing with the update you have planned for this weekend, and if that is the case i'll wait til then and give it a shot. We are under 5% on heroic madness so I'm trying to squeeze every last drop of DPS I can out of my warrior. Thanks for your incredible CC man, keep up the good work.
This CC + http://www.thebuddyforum.com/honorb...45436-botbase-raidbot-30fps-cc-execution.html is netting me 18k DPS with ilvl 370 gear that is mainly PvP.
New update available, through SVN Titan Arms v. 3.1 Alpha - Fixed some small errors - Lag should now be removed from the CC - First draft for Stance Dance implemented (thank you to user HB9806B90 for the idea on how to do this). It is possible to disable Stance Dancing through the GUI Do not expect any .zip files in the near future
Will test it out tomorrow, thanks for the update and time. Looked at code for a short moment and noticed a very small improvement to be made. Mainly to aid you guys to make "forgetting" impossible. Will save u the hassle of changing name & version number twice. Replace: Code: Logging.Write(Color.Crimson, "-------- Titan Arms v3.0A CC by Shaddar --------"); With: Code: Logging.Write(Color.Crimson, "-------- " + Name + "--------");