• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Vengeful Retreat

    Discussion in 'Honorbuddy Support' started by cali18, Oct 27, 2016.

    1. cali18

      cali18 New Member

      Joined:
      Jun 1, 2016
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      1
      Hey Guys

      While doing the World Quest or even when skinning my demonhunter uses this stupid "Vengeful Retreat".

      This makes him jump down from those towers where the World Quest PVP Boss are or while skinnig, just before the mob is about to die, he jumps into an other Phase.

      I tried to deactivate the lines in the routines by adding // like this:

      Code:
      Spell.Cast("Fel Rush",
                                          ret =>
      //                                        DemonHunterSettings.DPSWithFelRush && Me.CurrentTarget.Distance <= 15 && Me.IsSafelyFacing(Me.CurrentTarget, 5f) &&
      //                                        ( (Common.HasTalent(DemonHunterTalents.FelMastery) && CurrentFury <= 70) || (Unit.NearbyUnfriendlyUnits.Count() >= 3 && Spell.GetCharges("Fel Rush") > 1) )),
      //                                Spell.Cast("Vengeful Retreat",
      //                                    ret =>
      
      but it seems, I'm doing something wrong.

      I would appreciate a solution for this problem :)

      Greetz Cali
       
    2. speshulk926

      speshulk926 Community Developer

      Joined:
      Dec 8, 2014
      Messages:
      911
      Likes Received:
      17
      Trophy Points:
      18
      Before you went through all of that, did you try to just disable in settings? There's an option for that.
       
    3. cali18

      cali18 New Member

      Joined:
      Jun 1, 2016
      Messages:
      3
      Likes Received:
      0
      Trophy Points:
      1
      Dude, i totally forgot that button!

      Thank you!
       

    Share This Page