• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Gladiatore Arms/Fury/Prot Warrior CC

    Discussion in 'Archives' started by Truman422, Mar 31, 2011.

    1. xn3t0x

      xn3t0x New Member

      Joined:
      Jan 15, 2010
      Messages:
      187
      Likes Received:
      0
      Trophy Points:
      0
      A: Bloodthirst -> Raging Blow (use Berserker Rage to activate if necessary) -> Bloodthirst -> Free GCD. Colossus Smash between Bloodthirsts, delaying Raging Blow if necessary. Use Slam only when you have a Bloodsurge proc during a free GCD. Heroic Strike should only be used at 90+ rage with a threat of capping and should be lined up with Colossus Smash as much as possible.

      Q: What rotation should I be using for Single Minded Fury?
      A: Same rotation as Titan's Grip. However, Slam is more important to SMF than Raging Blow. Prioritize accordingly.
       
    2. xn3t0x

      xn3t0x New Member

      Joined:
      Jan 15, 2010
      Messages:
      187
      Likes Received:
      0
      Trophy Points:
      0
      Ability priority:
      SMF and TG have very similar priorities now with 4.1, you?ll no longer ignore raging blow.
      When dealing with a finite resource such as rage you will learn that there is an opportunity cost to every ability that you use as fury, whether it is TG or SMF.

      Here's the reason why:
      Damage per rage.

      Ultimately you want to use your highest DPR abilities every time they're off cool down. When dealing with TG, RB is actually your highest DPR ability and as such is a button you want to use on cool down. This is not the case for SMF.

      Damage per rage:
      BT: 1350 (With t11 2 set bonus, which you should have at minimal.)
      RB: 900
      HS: 750
      Execute: 1100

      so basicly TG RB > BT and for SMF BT > RG

      how is the CC currently doing it?
       
    3. marcoman

      marcoman Member

      Joined:
      Nov 23, 2010
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      6
      Would be nice if you can make optional Hamstring and Bladestorm for PvP, allso noticed it does a lot of Sunder Armor even if its turned off in CC Configuration.
       
    4. Truman422

      Truman422 Member

      Joined:
      Jan 10, 2011
      Messages:
      198
      Likes Received:
      14
      Trophy Points:
      18
      When you say "allso noticed it does a lot of Sunder Armor even if its turned off in CC Configuration." are you talking about in arms or fury spec? Or in prot spec? In prot it spams devastate if thats all it can cast, so it refreshes the sunder armor. In arms and fury if its off, it shouldn't do it at all, I'll take a look though this weekend when I'm messin around with it.
       
    5. abndrew82

      abndrew82 New Member

      Joined:
      May 14, 2010
      Messages:
      323
      Likes Received:
      1
      Trophy Points:
      0
      Not sure on his comment but in Arms it casts sunder no matter how you have the check set in settings.

      I currently manually disabled it in the CC just by commenting out the cast for SA as I noticed it still casting even with option off and get more dps without doing it.
       
    6. Truman422

      Truman422 Member

      Joined:
      Jan 10, 2011
      Messages:
      198
      Likes Received:
      14
      Trophy Points:
      18
      Ok, there must be something out of place, I'll get that fixed sometime this weekend then.
       
    7. marcoman

      marcoman Member

      Joined:
      Nov 23, 2010
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      6
      Yes I was talking about Arms, I had to delete it from Arms.cs, then it was working ok.
      Don t know if I could just ad hamstringinstead of sunder.. gonna play with it a bit later.
       
    8. Truman422

      Truman422 Member

      Joined:
      Jan 10, 2011
      Messages:
      198
      Likes Received:
      14
      Trophy Points:
      18
      Uploaded a new version that added a hamstring and bladestorm button, let me know if something doesn't work. My wow account ran out of time last night, and I don't think I'm gonna reactivate for a while, so I don't have a way to test this stuff, and this might be the last update for a bit.. RL stuff to take care of.
       
    9. AZ_Ron

      AZ_Ron New Member

      Joined:
      Jan 15, 2010
      Messages:
      96
      Likes Received:
      0
      Trophy Points:
      0
      Hi Truman... Major kudos on this CC... I've been using the Gladiatore CC for tanking heroics for a few weeks. Works great, until this release. I attached my latest log, hopefully it's a minor glitch.
      I went back to last weeks release and it's working.

      Thanks!

      Ron
       

      Attached Files:

    10. insignia

      insignia New Member

      Joined:
      Feb 20, 2010
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      Could someone please post up last week's version? This newer version doesn't work for me either.
       
    11. daorigin

      daorigin New Member

      Joined:
      Feb 12, 2011
      Messages:
      267
      Likes Received:
      1
      Trophy Points:
      0
      Explain by doesn't work ... What's wrong ?
       
    12. stiky

      stiky New Member

      Joined:
      Feb 18, 2011
      Messages:
      260
      Likes Received:
      7
      Trophy Points:
      0
      4.2 makes stance dance go away (when it does come)

      some of you guys should learn how to play a warrior, Truman has the right idea.
       
    13. marcoman

      marcoman Member

      Joined:
      Nov 23, 2010
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      6
      Is it posible to add Blood Fury Orc Racial, or if anyone know how to add it if Truman doesent have time anymore.
       
    14. Truman422

      Truman422 Member

      Joined:
      Jan 10, 2011
      Messages:
      198
      Likes Received:
      14
      Trophy Points:
      18
      Only thing I can come up with is going into Prot.cs and finding this code:
      Code:
      if (Warrior.Instance.Settings.UseDShout && !Me.CurrentTarget.HasAura("Demoralizing Shout") && Me.CurrentTarget.ActiveAuras["Demoralizing Shout"].Duration < 3)
      {
          if (Me.CurrentTarget.Distance < 8)
          {
               CastSpell(DShout);
          }
      }
      
      And put this code in its place:
      Code:
      if (Warrior.Instance.Settings.UseDShout && !Me.CurrentTarget.HasAura("Demoralizing Shout") && Me.CurrentTarget.ActiveAuras["Demoralizing Shout"].Duration < 3 && Me.CurrentTarget.Distance < 8)
      {
          CastSpell(DShout);
      }
      
      Beyond that I'm not quite sure other than just manually using demoralizing shout and shutting it off through the CC. Based on the code though, it should be working fine as it is.
       
    15. Draxmo

      Draxmo New Member

      Joined:
      May 15, 2010
      Messages:
      86
      Likes Received:
      2
      Trophy Points:
      0
      When im pvping ( arms spec ) he will use Heroic leap when i Charges, even when i have not clicked "allow Heroic leap" It seems like a waist of a nice skill pvp wise. Othere then that i love this CC :)
       
    16. Truman422

      Truman422 Member

      Joined:
      Jan 10, 2011
      Messages:
      198
      Likes Received:
      14
      Trophy Points:
      18
      Just open the file you're using, like fury.cs for instance, and search for "Warrior.Instance.Settings.UseCooldowns" Once you find that code, just throw this somewhere in that small area.

      Code:
      if (Me.CurrentTarget.MaxHealth > 1000000 && (Me.CurrentTarget.HealthPercent < 95) && Warrior.Instance.Settings.UseCooldowns)
      {
          CastSpell(BF);
      }
      
      Then go into Gladiatore.cs and towards the top, add this code with the other ones that look just like it:
      Code:
      public static WoWSpell BF = WoWSpell.FromId(33697);
      
       
    17. dson

      dson New Member

      Joined:
      Mar 4, 2010
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      0
      I find my warrior often not attacking mobs which have aggro on me. It is either facing the wrong way or will not move towards them, accept when charge is ready. is there a solution to this? Thanks in advance
       
    18. stevenr

      stevenr Member

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      0
      Trophy Points:
      16
      This cc will not move or face targets.
       
    19. weischbier

      weischbier Guest


      This CC does not have any movement!(for now)


      greetz

      Weischbier
       
    20. Azucar

      Azucar Member

      Joined:
      Mar 26, 2010
      Messages:
      439
      Likes Received:
      2
      Trophy Points:
      18
      Its not attacking what am I doing wrong?
       

    Share This Page