• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Armsageddon Warrior CC

    Discussion in 'Archives' started by Truman422, Feb 27, 2011.

    1. Truman422

      Truman422 Member

      Joined:
      Jan 10, 2011
      Messages:
      198
      Likes Received:
      14
      Trophy Points:
      18
      Last edited: Mar 30, 2011
      m0rf0 likes this.
    2. daemon9

      daemon9 New Member

      Joined:
      Feb 11, 2011
      Messages:
      528
      Likes Received:
      5
      Trophy Points:
      0
      it actually does move for you...made me wonder wtf?
       
    3. legaston

      legaston New Member

      Joined:
      Sep 2, 2010
      Messages:
      45
      Likes Received:
      4
      Trophy Points:
      0
      Hi,

      I think this won't work

      Code:
      if (Me.CurrentTarget.IsCasting)
      {
             CastSpell(Pummel);
      }
      else if (Me.CurrentTarget.IsCasting)
      {
              CastSpell(TD);
      }
      Maybe something like this

      Code:
      if (Me.CurrentTarget.IsCasting)
      {
             if (!CastSpell(Pummel))
             {
                   CastSpell(TD);
             }
      }
      
      Anyway, nice work.


      It won't move when you are in combat mode. When out of combat, the bot moves for you not the CC.
       
      Last edited: Feb 27, 2011
    4. daemon9

      daemon9 New Member

      Joined:
      Feb 11, 2011
      Messages:
      528
      Likes Received:
      5
      Trophy Points:
      0
      Ahh I see...but I need it to not move at all...how do I get it to stop moving?


      Also...the dps this thing puts out is kinda bad. And I mean bad as in you'd get kicked out of a heroic if you just let it dps for you. I guess it's not something you would use for hardcore dps...maybe if wanted to quad box instances or something...
       
    5. legaston

      legaston New Member

      Joined:
      Sep 2, 2010
      Messages:
      45
      Likes Received:
      4
      Trophy Points:
      0
      You'll find a Combat_Bot with no movements at all in the Lionhearth CC thread.

      I didn't look at the priorities in this CC but it will surely gives you the best DPS you can get from your toon. If not, you can give advices to optimize the priority list to get better DPS.
       
    6. Truman422

      Truman422 Member

      Joined:
      Jan 10, 2011
      Messages:
      198
      Likes Received:
      14
      Trophy Points:
      18
      Yeah, I'll add it to this link, and try that code for the pummel, thank you all, I knew it wasn't working, but I couldn't figure it out. lol. Thanks.

      As I was building this up, I tried a few different rotation suggestions from elitistjerks, and this one definitely puts out the most dps, if anyone finds something that works better, lemme know. :)
       
      Last edited: Feb 27, 2011
    7. froggystyle

      froggystyle New Member

      Joined:
      Jan 8, 2011
      Messages:
      305
      Likes Received:
      0
      Trophy Points:
      0
      this thing rocks know i can blast as fury or arms..
       
    8. Truman422

      Truman422 Member

      Joined:
      Jan 10, 2011
      Messages:
      198
      Likes Received:
      14
      Trophy Points:
      18
      Alright, uploaded quite a few changes, implemented slam, moved some other things around.. Basically, it just works now. Best part is, I'm kinda learning. WOOT. lol. Take a gander, let me know what you think. Still, little of it is self coded, so don't worry about rep or anything, I don't really want it as I just rearranged stuff, and changed words.
       
    9. froggystyle

      froggystyle New Member

      Joined:
      Jan 8, 2011
      Messages:
      305
      Likes Received:
      0
      Trophy Points:
      0
      truman ur da bomb i use this in 3's an bam 2100 ratin ><
       
    10. Draxmo

      Draxmo New Member

      Joined:
      May 15, 2010
      Messages:
      86
      Likes Received:
      2
      Trophy Points:
      0
      haha this is so much fun :D helps my game play alot ( im a clicker ) Thanks alot + rep
       
    11. zmarazm

      zmarazm New Member

      Joined:
      Jan 29, 2011
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      0
      how to make the warrior used the Spell Reflection?
       
    12. Truman422

      Truman422 Member

      Joined:
      Jan 10, 2011
      Messages:
      198
      Likes Received:
      14
      Trophy Points:
      18
      Hmm, good question.

      I'll take a look and try to post an update if I can figure it out. I'm not a good programmer at all, just barely learning, but I'll give'er a shot.
       
    13. snippetsr

      snippetsr New Member

      Joined:
      Jun 5, 2010
      Messages:
      30
      Likes Received:
      0
      Trophy Points:
      0
      Amazing CC Keep up the good work :)
       
    14. m0rf0

      m0rf0 Member

      Joined:
      Sep 14, 2010
      Messages:
      305
      Likes Received:
      1
      Trophy Points:
      18
      I've been using it for a while and not only is useful but a lot of fun! (^_^ ')

      I miss only one thing: Something to slow enemies. Hamstring or Piercing Howl. I know it's not focused on PvP, but maybe you could do a "PvP-friendly" version that includes hamstring into the rotation. If not, don't worry, I'll keep spamming Hamstring when I start attacking, hehe.

      Excellent work anyways!
       
    15. Truman422

      Truman422 Member

      Joined:
      Jan 10, 2011
      Messages:
      198
      Likes Received:
      14
      Trophy Points:
      18
      Yeah, hamstring..

      There's a call in there for when they are fleeing, obviously it doesn't work. lol. I haven't really bothered fixing it up any lately as I went fury and built a sketchy version of lionheart for myself. If you want to add it, open the .cs file up

      Find this code:
      Code:
      if (Me.CurrentTarget.Fleeing)
      {
          CastSpell(HAM);
      }
      
      And change it to this:
      Code:
      if (!Me.CurrentTarget.HasAura("Hamstring"))
      {
           CastSpell(HAM);
      }
      
       
    16. xn3t0x

      xn3t0x New Member

      Joined:
      Jan 15, 2010
      Messages:
      187
      Likes Received:
      0
      Trophy Points:
      0
      Do you actually know how to play a fury warrior?
      Can I have your CC for fury?

      I don't really play wow but I'm in a raiding guild to get gear for my fury war bot.
      I don't really want to learn how to play or w.e I know the basics but it's boring I rather the bot do it... get epics then farm herbs/ore
       
    17. Truman422

      Truman422 Member

      Joined:
      Jan 10, 2011
      Messages:
      198
      Likes Received:
      14
      Trophy Points:
      18
      lol. Gotcha.

      Well, Lionheart made a CC that is plenty good for that sort of thing. Only thing you might want to consider if you're going to raid with it is removing the rest code out of the file.
       

    Share This Page