• Visit Rebornbuddy
  • Custom Warrior Singular | PvP Rotation | Fixes Eating

    Discussion in 'Archives' started by jeremytyler662, Oct 10, 2012.

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

      jeremytyler662 Member

      Joined:
      Oct 5, 2012
      Messages:
      192
      Likes Received:
      5
      Trophy Points:
      16
      Custom Warrior Singular | PvP Rotation | Fixes Eating & Self Heal

      UPDATED CODE: This is now working. I had a simple error I overlooked that I have fixed.

      Here is my Warrior Singular file that I customized for anyone that wants to try it out. I have added Impending Victory, added Charge during combat to close gaps and fixed the not eating on low hp problem.

      I also added a rotation for PvP including a interrupt spell cast. I use Ultimate PvP Suite with this routine and it works out pretty good.

      Put this file in honorbuddy/routines/singular/classspecific/warrior

      View attachment Arms.cs
       
      Last edited: Oct 11, 2012
    2. hobow

      hobow New Member

      Joined:
      Feb 4, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      thanks bro trying it out now
       
    3. osomastiff

      osomastiff New Member

      Joined:
      Oct 5, 2012
      Messages:
      8
      Likes Received:
      1
      Trophy Points:
      3
      how am i supposed to add this when i put it in the singlular/warrior it replaced the old one and when i tried to use it. it said there is no spec loaded for this
       
    4. hobow

      hobow New Member

      Joined:
      Feb 4, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      replace the arms.cs folder in the singular folder with this one
       
    5. osomastiff

      osomastiff New Member

      Joined:
      Oct 5, 2012
      Messages:
      8
      Likes Received:
      1
      Trophy Points:
      3
      i did that and it said cant load a profile
       
    6. jeremytyler662

      jeremytyler662 Member

      Joined:
      Oct 5, 2012
      Messages:
      192
      Likes Received:
      5
      Trophy Points:
      16
      this is a routine not a profile. You'll have to include a screenshot or something.
       
      Last edited: Oct 11, 2012
    7. osomastiff

      osomastiff New Member

      Joined:
      Oct 5, 2012
      Messages:
      8
      Likes Received:
      1
      Trophy Points:
      3
      hb/routines/singular/classspecific/warrior thats the file i went and i replaced the arms.cs file with yours and when i load hb it says cant load profile for my class is there a step i missed
       
    8. jeremytyler662

      jeremytyler662 Member

      Joined:
      Oct 5, 2012
      Messages:
      192
      Likes Received:
      5
      Trophy Points:
      16
      hm...You are trying this with a warrior right? Also close HB and reopen it and try again. If you could include a screenshot or log.
       
      Last edited: Oct 11, 2012
    9. osomastiff

      osomastiff New Member

      Joined:
      Oct 5, 2012
      Messages:
      8
      Likes Received:
      1
      Trophy Points:
      3
      Compiler Error: c:\Users\poop\Desktop\hb\Routines\Singular\ClassSpecific\Warrior\Arms.cs(135,81) : error CS1525: Invalid expression term '<'


      and the hb error box also appears and says can not change routine! no routines loaded for this class!
      and the goes on to ask if i want to send data to hb
       
      Last edited: Oct 11, 2012
    10. osomastiff

      osomastiff New Member

      Joined:
      Oct 5, 2012
      Messages:
      8
      Likes Received:
      1
      Trophy Points:
      3
      i replace the file a few time resart hb same shit pops
       
      Last edited: Oct 11, 2012
    11. jeremytyler662

      jeremytyler662 Member

      Joined:
      Oct 5, 2012
      Messages:
      192
      Likes Received:
      5
      Trophy Points:
      16
      I'm not sure what the problem is. I double checked over the file and it seems alright. Did you change anything in the file? Close HB, download the file again and try again to overwrite it. You shouldn't be getting those errors if nothing was changed.
       
    12. jeremytyler662

      jeremytyler662 Member

      Joined:
      Oct 5, 2012
      Messages:
      192
      Likes Received:
      5
      Trophy Points:
      16
      Download the file now. There was a error in code I overlooked. It has now been fixed.
       
    13. Natfoth

      Natfoth Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      1,446
      Likes Received:
      37
      Trophy Points:
      0
      This should be fixed in 497, is it not?
       
    14. osomastiff

      osomastiff New Member

      Joined:
      Oct 5, 2012
      Messages:
      8
      Likes Received:
      1
      Trophy Points:
      3
      fukkin a it works perfect now. first time like a charm. thnx
       
    15. jeremytyler662

      jeremytyler662 Member

      Joined:
      Oct 5, 2012
      Messages:
      192
      Likes Received:
      5
      Trophy Points:
      16
      The file was still missing

      Code:
      using Rest = Singular.Helpers.Rest;
      and

      Code:
              
              #region Heal
              [Behavior(BehaviorType.Rest, WoWClass.Warrior, WoWSpec.WarriorArms)]
              public static Composite CreateWarriorArmsRest()
              {
                  return new PrioritySelector(
                      // Rest up damnit! Do this first, so we make sure we're fully rested.
                      Rest.CreateDefaultRestBehaviour());
              }
              #endregion
      but I didn't really test it out completely since I wanted to add more to the warrior rotation anyways. I didn't like that victory rush/impending victory wasn't included. Also it didn't charge to close gaps while in combat. I also added in a PvP section.
       
      Last edited: Oct 11, 2012
    16. jnfected

      jnfected New Member

      Joined:
      Jan 9, 2012
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      Thx dude, testing it right now: works awesomely :)
       
    17. immotje

      immotje New Member

      Joined:
      Apr 5, 2012
      Messages:
      5
      Likes Received:
      0
      Trophy Points:
      0
      For lower levels it's nice to add Victory Rush.
      I added the following code to line 135 and 177:

       
    18. walker

      walker New Member

      Joined:
      Apr 6, 2012
      Messages:
      34
      Likes Received:
      0
      Trophy Points:
      0
      perfect CC ))
       
    19. Prince_HCM

      Prince_HCM Member

      Joined:
      Mar 5, 2012
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      6
      I have some advices for your awesome cc:

      Spell.Cast("Execute", ret=> StyxWoW.Me.CurrentTarget.HealthPercent < 20) : no need, since execute only castable when below 20% health and you also keep the orgininal Execute line.

      Spell.Cast("Heroic Strike", ret=> StyxWoW.Me.HasAura("Taste for Blood", 2) && StyxWoW.Me.CurrentTarget.HealthPercent > 20),
      Spell.Cast("Slam", ret => StyxWoW.Me.CurrentTarget.HealthPercent > 20),

      HS only when have 2 or 3 (up to you) stacks of ToB to maximize the HS damage, since slam usually does better dps comparing with 1 stack ToB, at Execute phase (below 20% health) all rage should be used for Execute only, so remove HS and Slam @ Execute phase.

      Those are my recommendation. Hope it will increase the cc's dps output.
       
      Last edited: Oct 17, 2012
    20. jeremytyler662

      jeremytyler662 Member

      Joined:
      Oct 5, 2012
      Messages:
      192
      Likes Received:
      5
      Trophy Points:
      16
      Thanks I will keep this in mind next time I edit. I didn't really have the intentions of maximizing dps with this CC since I'm only using it to level. I only customized it because I'm not satisfied with any other CC atm. They all seem to not use charge both in and out of combat. CLU also keeps face pulling and I don't know why.
       
    Thread Status:
    Not open for further replies.

    Share This Page