• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Use Victory rush?

    Discussion in 'Honorbuddy Support' started by modomaster, Oct 4, 2012.

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

      modomaster New Member

      Joined:
      Oct 1, 2012
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      using a grinding profile to level my warrior and it never uses victory rush to heal himself up? how can i set it up to use victory rush when its available?
       
    2. Snypik

      Snypik New Member

      Joined:
      Oct 18, 2011
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      me too
       
    3. buzzerbeater

      buzzerbeater Well-Known Member

      Joined:
      Mar 21, 2011
      Messages:
      5,419
      Likes Received:
      28
      Trophy Points:
      48
      Post it in the Singular Thread, I assume you are using Singular, right?

      Maybe try CLU or any other Warrior CC?
       
    4. careless

      careless New Member

      Joined:
      Nov 8, 2011
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      I got the same issue here is what i did, but keep in mind that this is a temporary solution the toon will use victory rush even if it has full hp,
      go to your honor buddy folder:
      HonorBuddy\Routines\Singular\ClassSpecific\Warrior\Arms.cs
      im using "Arms.cs" since my toon is specced as Arms i believe the solution works for others
      find:
      Spell.Cast("Mortal Strike"),
      Spell.Cast("Colossus Smash", ret => !StyxWoW.Me.CurrentTarget.HasMyAura("Colossus Smash")),

      Add to it the 1st line:
      Spell.Cast("Victory Rush"),
      Spell.Cast("Mortal Strike"),
      Spell.Cast("Colossus Smash", ret => !StyxWoW.Me.CurrentTarget.HasMyAura("Colossus Smash")),

      Hope it works for you
       
    5. Sopperino

      Sopperino New Member

      Joined:
      Mar 19, 2012
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      0
      Doesn't work =/
       
    6. mefisto

      mefisto Member

      Joined:
      Feb 1, 2012
      Messages:
      44
      Likes Received:
      0
      Trophy Points:
      6
      It does work, just make sure u open proper file and save it. After that run HB again.
      I've added buff victorious so it only tries to cast victory rush when victorious buff is on.

      Spell.Cast("Victory Rush", ret=> StyxWoW.Me.HasAura("Victorious")),
       
    7. Sopperino

      Sopperino New Member

      Joined:
      Mar 19, 2012
      Messages:
      31
      Likes Received:
      0
      Trophy Points:
      0
      Yay, thank you both
       
    8. mondblume

      mondblume New Member

      Joined:
      Mar 4, 2012
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      How I fixed The Problem
      all THX goes to @careless!

      go to ...

      Honorbuddy\Routines\Singular\ClassSpecific\Warrior
      Open with the Editor or Word the following files "Fury.cs" or "Arms.cs"

      Arms
      Spell.Cast("Victory Rush"),
      Spell.Cast("Mortal Strike"),
      Spell.Cast("Colossus Smash", ret => !StyxWoW.Me.CurrentTarget.HasMyAura("Colossus Smash")),

      If you have LEARNED "Impending Victory" change it with "Victory Rush" like ...

      Spell.Cast("Impending Victory"),
      Spell.Cast("Mortal Strike"),
      Spell.Cast("Colossus Smash", ret => !StyxWoW.Me.CurrentTarget.HasMyAura("Colossus Smash")),


      Fury

      Spell.Cast("Victory Rush"),
      Spell.Cast("Bloodthirst"),
      Spell.Cast("Colossus Smash", ret => !StyxWoW.Me.CurrentTarget.HasMyAura("Colossus Smash")),

      If you have LEARNED "Impending Victory" change it with "Victory Rush" like ...


      Spell.Cast("Impending Victory"),
      Spell.Cast("Bloodthirst"),
      Spell.Cast("Colossus Smash", ret => !StyxWoW.Me.CurrentTarget.HasMyAura("Colossus Smash")),


      If you are a Silly one like me :D just Download the Two files down there and copy it in the following folder ...

      Honorbuddy\Routines\Singular\ClassSpecific\Warrior

      Change the File name to "Arms.cs" or "Fury.cs" before you copy paste it !

      This is for "Impending Victory"
      Arms.cs View attachment 58029
      Fury.cs View attachment 58030

      This is for "Victory Rush"
      Arms.cs View attachment 58031
      Fury.cs View attachment 58032

      My warrior Fury works fine now on battle stance ( he has 363 HC gear atm )

      Sry i had no idea how to upload a file here !

      sry for my Bad englisch to :D
       
      Last edited: Oct 5, 2012
    9. jhonna

      jhonna New Member

      Joined:
      Apr 29, 2011
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      ty it works for me, do you know how i can set the bladestorm plz?
       
    10. mondblume

      mondblume New Member

      Joined:
      Mar 4, 2012
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      i think you can do it like this...


      Spell.Cast("Victory Rush"),
      Spell.Cast("Bloodthirst"),
      Spell.Cast("Bladestorm"),
      Spell.Cast("Colossus Smash", ret => !StyxWoW.Me.CurrentTarget.HasMyAura("Colossus Smash")),
       
    11. ryftobuddy

      ryftobuddy Banned

      Joined:
      Aug 19, 2011
      Messages:
      2,291
      Likes Received:
      34
      Trophy Points:
      0
      awesome fix! Now to just get charge/intercept working, which doesn't work on any CC I've tried
       
    12. Ybong

      Ybong New Member

      Joined:
      Oct 3, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for the starting point! i editted this a bit so it would only try to cast when it has the buff, and since i use it to heal and not really to do that extra damage i set it to only cast if my hp is lower than 85%. works like a charm!

      for anyone interested, i added this:
      Spell.Cast("Victory Rush", ret => StyxWoW.Me.HasAura("Victorious") && StyxWoW.Me.HealthPercent < 85)
       
      Last edited: Oct 26, 2012
    Thread Status:
    Not open for further replies.

    Share This Page