• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Fixed Singular Arms CC

    Discussion in 'Archives' started by zerlog1337, Oct 18, 2012.

    Thread Status:
    Not open for further replies.
    1. asdboy12

      asdboy12 Member

      Joined:
      Jul 12, 2012
      Messages:
      44
      Likes Received:
      0
      Trophy Points:
      6
      fury is ahead in all situations except pvp. ;)
      Simulationcraft Results
      I still find it awesome that you put your time in this to enhance the community. i just wanted to clarify that. ;)
       
      Last edited: Oct 21, 2012
    2. Fdain

      Fdain Member

      Joined:
      Mar 6, 2012
      Messages:
      40
      Likes Received:
      1
      Trophy Points:
      6
      Works great on single target! I can't speak on multi target, though. Excellent CC modification, thank you so much, I have been waiting for something usable for my warrior. =)
       
    3. zerlog1337

      zerlog1337 Member

      Joined:
      Mar 10, 2012
      Messages:
      114
      Likes Received:
      2
      Trophy Points:
      18
      thank you ;) glad you like it
       
    4. Fdain

      Fdain Member

      Joined:
      Mar 6, 2012
      Messages:
      40
      Likes Received:
      1
      Trophy Points:
      6
      Zerlog, I seem to be rage-capped quite a bit. Any way to utilize slam as a rage dump?







      edit: I had "heroic strike" instead of "slam". Oops.
       
      Last edited: Oct 25, 2012
    5. zerlog1337

      zerlog1337 Member

      Joined:
      Mar 10, 2012
      Messages:
      114
      Likes Received:
      2
      Trophy Points:
      18
      working on it but atm scripting this is not the biggest of my priorities im affraid, so much stuff in real life to deal with but its on my list ;) going to take a look right now and see if something can be done
       
    6. Guadah

      Guadah Member

      Joined:
      Feb 7, 2010
      Messages:
      438
      Likes Received:
      17
      Trophy Points:
      18
      I modified it a little to fit into my grind style.

      Changed:
      Battle Stance to Berserker Stance (for grinding, since you take damage. Battle is best for raids and parties, where you don't take damage)
      Victory Rush to Impending Victory (as per my spec)
      Moved Impending Victory to priority 4
      Moved Slam to priority 5
      Overpower to 6
      Heroic Strike to 7

      Added:
      Skull Banner
      Blood Bath (as per my spec)

      Currently I'm averaging 45k+ dps and about 200+ kills/hr in my grind around the Ruins of Guo-Lai, killing level 90 Shao-Tien mobs. Taking on 2-3 at a time sometimes without any issues. Since I bumped up the priority of Impending Victory, it goes off on each CD. So if you are overwelmed with mobs, it pops off each time one dies, giving you 20% of your health back on each death of a mob.

      I've attached it if you want to see what I've done, or use any part of it.

      Code:
      [Behavior(BehaviorType.CombatBuffs, WoWClass.Warrior, WoWSpec.WarriorArms, WoWContext.All)]        public static Composite CreateArmsNormalCombatBuffs()
              {
                  return new PrioritySelector(
                      Spell.BuffSelf("Berserker Stance"),
                      Spell.BuffSelf("Skull Banner"),
                      Spell.BuffSelf("Recklessness"),
                      Spell.BuffSelf("Mass Spell Reflection"),
                      Spell.BuffSelf("Die by the sword"),
                      Spell.BuffSelf("Bloodbath"),
                      Spell.BuffSelf("Berserker Rage", ret => StyxWoW.Me.HasAura("Recklessness") || StyxWoW.Me.CurrentTarget.HasAura("Colossus Smash")),
                      Spell.Cast("Deadly Calm", ret=> StyxWoW.Me.HasAura("Taste for Blood"))
                      );
              }
      
      
              [Behavior(BehaviorType.Combat, WoWClass.Warrior, WoWSpec.WarriorArms, WoWContext.All)]
              public static Composite CreateArmsNormalCombat()
              {
                  return new PrioritySelector(
                      //Ensure Target
                      Safers.EnsureTarget(),
                      //LOS check
                      Movement.CreateMoveToLosBehavior(),
                      // face target
                      Movement.CreateFaceTargetBehavior(),
                      // Auto Attack
                      Helpers.Common.CreateAutoAttack(false),   
      
      
                      Spell.Cast("Mortal Strike"),
                      Spell.Cast("Colossus Smash", ret => !StyxWoW.Me.CurrentTarget.HasMyAura("Colossus Smash")),
                      Spell.Cast("Execute"),
                      Spell.Cast("Impending Victory"),
                      Spell.Cast("Slam"),
                      Spell.Cast("Overpower"),
                      Spell.Cast("Heroic Strike", ret=> StyxWoW.Me.HasAura("Taste for Blood")),
        
                      Movement.CreateMoveToMeleeBehavior(true)
                      );
              }
       

      Attached Files:

      • Arms.cs
        File size:
        5.1 KB
        Views:
        152
      Last edited: Nov 3, 2012
    7. Legendary

      Legendary New Member

      Joined:
      Oct 4, 2012
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
      Sexiness all over!! But I have a question/request

      Is it possible to make it use Overpower proc first before MS, to get a possible taste for blood proc? also, can it be made to use Berserker Rage only when Enrage is not proc'd? ONE another thing, rage pooling at 22-21% for execute?

      Thanks, this is sweeetness!
       
    8. Bedwyr

      Bedwyr Member

      Joined:
      Mar 8, 2012
      Messages:
      58
      Likes Received:
      0
      Trophy Points:
      6
      Im getting this when i try to use it.

      Compiler Error: d:\programmer\Honorbuddy 2.5.6441.507\Routines\Singular\ClassSpecific\Warrior\Arms.cs(102,32) : error CS1010: Newline in constant
       
    9. bobb64

      bobb64 New Member

      Joined:
      Nov 1, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      +1 idem
       
    10. Omorashi

      Omorashi New Member

      Joined:
      Jan 3, 2011
      Messages:
      69
      Likes Received:
      0
      Trophy Points:
      0
      I get the same error too, please fix.
       
    11. Lack

      Lack New Member

      Joined:
      Nov 5, 2012
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      : 'Singular.Settings.WarriorSettings' does not contain a definition for 'UseWarriorShouts' and no extension method 'UseWarriorShouts' accepting a first argument of type 'Singular.Settings.WarriorSettings' could be found (are you missing a using directive or an assembly reference?)


      help?
       
    12. zerlog1337

      zerlog1337 Member

      Joined:
      Mar 10, 2012
      Messages:
      114
      Likes Received:
      2
      Trophy Points:
      18
      try re-download, its working fine for 3 of my computers and i tried to get the error to see what you/i was doing wrong, cant ;/ so the shout part in the file you downloaded most be corrupt
       
    13. phyzikal

      phyzikal New Member

      Joined:
      Dec 1, 2012
      Messages:
      20
      Likes Received:
      0
      Trophy Points:
      1
      Compiler Error: c:\Users\Dave\Desktop\Honorbuddy 2.5.6597.518\Routines\Singular\ClassSpecific\Warrior\Arms.cs(53,67) : error CS1061: 'Singular.Settings.WarriorSettings' does not contain a definition for 'UseWarriorShouts' and no extension method 'UseWarriorShouts' accepting a first argument of type 'Singular.Settings.WarriorSettings' could be found (are you missing a using directive or an assembly reference?)
      Compiler Error: c:\Users\Dave\Desktop\Honorbuddy 2.5.6597.518\Routines\Singular\ClassSpecific\Warrior\Arms.cs(58,66) : error CS1061: 'Singular.Settings.WarriorSettings' does not contain a definition for 'UseWarriorShouts' and no extension method 'UseWarriorShouts' accepting a first argument of type 'Singular.Settings.WarriorSettings' could be found (are you missing a using directive or an assembly reference?)
      Compiler Error: c:\Users\Dave\Desktop\Honorbuddy 2.5.6597.518\Routines\Singular\ClassSpecific\Warrior\Arms.cs(66,28) : error CS0117: 'Singular.ClassSpecific.Warrior.Common' does not contain a definition for 'PreventDoubleCharge'
      Compiler Error: c:\Users\Dave\Desktop\Honorbuddy 2.5.6597.518\Routines\Singular\ClassSpecific\Warrior\Arms.cs(73,28) : error CS0117: 'Singular.ClassSpecific.Warrior.Common' does not contain a definition for 'PreventDoubleCharge'
       
    14. garyhomes

      garyhomes New Member

      Joined:
      Sep 27, 2012
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      just a heads up I used your profile for the past 3 weeks worked really really good. I had to do a fix on my pc and now I also get the error CS1010: broken line in constans. Not sure if you changed something but it was working perfect until i had to reinstall it and now I get the error others are getting.
       
    15. Eithos

      Eithos New Member

      Joined:
      Jul 23, 2012
      Messages:
      36
      Likes Received:
      0
      Trophy Points:
      0
      Last edited: Jan 18, 2013
    16. laria

      laria Well-Known Member

      Joined:
      Jan 15, 2010
      Messages:
      5,386
      Likes Received:
      36
      Trophy Points:
      48
      That is because you broke Singular, it cannot compile anymore.
      You should do a clean install of Singular , either by extracting it from the HB-Archive on Home Page - Buddy Auth Portal
      or by extracting the one from the first post in the Singular topic.

      This sounds like a conflict between mainline Singular and this custom edit, which might be outdated
       
      Last edited: Jan 19, 2013
    Thread Status:
    Not open for further replies.

    Share This Page