Lazyraider - Titan Arms an Arms Warrior CC Thanks to xLegendx, Stree, Daorigin,CodenameG, Nomnomnom, Mahe4, Jasf10, Jvidia, Mastagh, Fiftypence,No1knowsy, Macphee and Legaston for helping me out with some of the codes and ideas on how to improve Plagueheart/Pyromancer/Bowman/Titan Arms/Avenger! Arms Source: Elitist Jerks - Mmo Champion - Noxxic Arms Warrior Talent Build Strength > Hit Cap (8%) > Expertise (26) > Crit > Mastery > Haste SVN: All in one PvE - by Shaddar, Venus112, Jasf10 and Dagradt
Hey, nicely done. simple and clean. one suggestion: Code: if (Me.CurrentTarget.IsCasting) if (CastSpell("Pummel") == true) Logging.Write(Color.FloralWhite, ">> Pummel <<"); to Code: if (Me.CurrentTarget.IsCasting && Me.CanInterruptCurrentSpellCast) if (CastSpell("Pummel") == true) Logging.Write(Color.FloralWhite, ">> Pummel <<"); so pummel is not wasted! greetz Weischbier
Frequently asked questions Why doesnt my bot work/ why does it only cast a few spells? I only support the English WoW client. So if you're using a German/Russian/French etc WoW client this CC will not work for you. Does this CC work for us under level 85? I wouldn't recommend using it when your not level 85. This CC is for raiding and dungeon purposes at 85. Which bot do i use this CC with? http://www.thebuddyforum.com/honorb...ontrolled-raiding-heroics-raf.html#post271577 <-- that one.
As you know if going for MAX dps with arms it requires "stancedacing" That is Doing rend and OP in Battle stance but all others in Berserker stance. I would be happy to see it _always_ doing OP that it swiches to Battle stance and then back to Berserker stance. Dunno how hard that is to make.. but it sounds like not that hard to implement to the "rotation". And please remove the Bladestorm from the single target rotation. It is rly annoying in Slime boss, oh well its annoying in every boss that requires timing for your AoE damage. But as for testing it on Dummy its doing fantastic job. Just the stancedancing would give it little boost in DPS.
Great feedback, much appreciated! I can remove Bladestorm and add it for AoE only without problems. But the stance dancing doesnt seem to work ( with me coding it anyway ) im very new to coding though, so if anyone could help out abit here that'd be great.
would have to apply a stance requirement to every move, so it would cast Battle Stance detect Battle Stance then cast Rend effectively; then Cast Zerker Stance, detect it, Cast Mortal Strike etc same for the rest ... been trying to do this for weeks and i honestly cant seem to get it to work effectively.
Atleast you seem to have figured a way to do it! I hope to find a code in some of the other custom classes at the forum which might guide the way to a more "simplistic" way to do this!
Shadder, was there any guides you used to learn to code CCs? I have been wanting to start learning how to do them lately but haven't really dove into it yet. I have coding background in HTML/CSS/PHP so learning shouldn't be a big issue.
http://www.thebuddyforum.com/honorb...1-how-write-custom-class-guide-beginners.html Honorbuddy & Gatherbuddy Wiki - Buddy Wiki and looking at codes. that's how i learned and CodenameG has helped me alot greetz Weischbier
Thats how i learn atleast. and of course when running into problems i search for them at the forum. I have much to learn, and i intend to keep making CC's. Although i dont see the point of creating very advanced overdone CC's(Not that i can yet either). The simpler the better, but thats my opinion.
Thanks for the links! I was wondering if "Visual Studio 2010" is really needed or if Notepad++ will work just the same?
Inellisense is the magic word! You can write to many things wrong with notepad++ so ypu have unnneccasary bug fixing because of typos greetz Weischbier
Really nice work with these CC's I've seen multiple CC's from you already. I hope you can keep up with most of them as I look forward to using them soon
I'm glad someone has finally noticed me! hehe. Well, im trying hard to keep up. I believe the warrior CC is done and ready for raiding. However if people have any requests just post em and ill try my best to add it
Executioner Check - a proper PVE arms will have this from Fury tree, and it should stacked to 5 < 20% execute phase. Refreshed as rage dump or @ 3 seconds or less left on buff. Stance dancing needs to be put in .. PM me i may have figured it out im currently testing it on a dummy -
I just read a discussion about Lambs to the Slaughter earlier this evening, and i intend to update the profile as soon as i figure the out the Stance Dancing. As you mentioned at Execution phase (20%) Execute should replace Overpower when the buff is up.
your colossus smash check conflicts with other warriors in raid, so for instance if im testing in LFRaid the CC wont cast CS cause it detects other warriors debuffs.