• Visit Rebornbuddy
  • Lazyraider - Titan Arms

    Discussion in 'Archives' started by Shaddar, Dec 29, 2011.

    1. Shaddar

      Shaddar Active Member

      Joined:
      Mar 23, 2011
      Messages:
      719
      Likes Received:
      56
      Trophy Points:
      28
      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
      [​IMG]


       

      Attached Files:

      Last edited: Feb 24, 2012
      geekyguru, robbdeman, aeus and 3 others like this.
    2. yayo

      yayo New Member

      Joined:
      Jan 15, 2010
      Messages:
      100
      Likes Received:
      0
      Trophy Points:
      0
      <3 just waht I needed
       
    3. weischbier

      weischbier Guest

      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
       
    4. Shaddar

      Shaddar Active Member

      Joined:
      Mar 23, 2011
      Messages:
      719
      Likes Received:
      56
      Trophy Points:
      28
      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.
       
      Last edited: Feb 15, 2012
    5. Bekimo

      Bekimo New Member

      Joined:
      Oct 9, 2010
      Messages:
      44
      Likes Received:
      0
      Trophy Points:
      0
      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.
       
    6. Shaddar

      Shaddar Active Member

      Joined:
      Mar 23, 2011
      Messages:
      719
      Likes Received:
      56
      Trophy Points:
      28
      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.
       
    7. daorigin

      daorigin New Member

      Joined:
      Feb 12, 2011
      Messages:
      267
      Likes Received:
      1
      Trophy Points:
      0
      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.
       
    8. Shaddar

      Shaddar Active Member

      Joined:
      Mar 23, 2011
      Messages:
      719
      Likes Received:
      56
      Trophy Points:
      28

      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!
       
    9. Stree

      Stree New Member

      Joined:
      Jun 9, 2011
      Messages:
      276
      Likes Received:
      2
      Trophy Points:
      0
      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.
       
    10. weischbier

      weischbier Guest

    11. Shaddar

      Shaddar Active Member

      Joined:
      Mar 23, 2011
      Messages:
      719
      Likes Received:
      56
      Trophy Points:
      28
      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.
       
    12. Stree

      Stree New Member

      Joined:
      Jun 9, 2011
      Messages:
      276
      Likes Received:
      2
      Trophy Points:
      0
      Thanks for the links!

      I was wondering if "Visual Studio 2010" is really needed or if Notepad++ will work just the same?
       
    13. weischbier

      weischbier Guest

      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
       
    14. xLegendx

      xLegendx Active Member

      Joined:
      Apr 25, 2010
      Messages:
      1,050
      Likes Received:
      1
      Trophy Points:
      38
      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:)
       
    15. Shaddar

      Shaddar Active Member

      Joined:
      Mar 23, 2011
      Messages:
      719
      Likes Received:
      56
      Trophy Points:
      28

      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:)
       
    16. daorigin

      daorigin New Member

      Joined:
      Feb 12, 2011
      Messages:
      267
      Likes Received:
      1
      Trophy Points:
      0
      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 -
       
    17. Shaddar

      Shaddar Active Member

      Joined:
      Mar 23, 2011
      Messages:
      719
      Likes Received:
      56
      Trophy Points:
      28
      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.
       
    18. daorigin

      daorigin New Member

      Joined:
      Feb 12, 2011
      Messages:
      267
      Likes Received:
      1
      Trophy Points:
      0
      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.
       
    19. Shaddar

      Shaddar Active Member

      Joined:
      Mar 23, 2011
      Messages:
      719
      Likes Received:
      56
      Trophy Points:
      28
      Ill look into this as well:)
       
    20. Shaddar

      Shaddar Active Member

      Joined:
      Mar 23, 2011
      Messages:
      719
      Likes Received:
      56
      Trophy Points:
      28
      SVN added
      Stance Dancing added
      Execution "Phase" added

      Colossus Smash bug fixed
       
      Stree likes this.

    Share This Page