• Visit Rebornbuddy
  • My feral druid cant pull flying mob

    Discussion in 'Honorbuddy Support' started by manzarek, Nov 8, 2012.

    1. manzarek

      manzarek New Member

      Joined:
      Dec 24, 2011
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      Hello,
      My feral druid cant pull flying mob while using grind bot.
      How can i tell him to use Faerie Fire for example to pull.
      Thank you
       
    2. Canablizz

      Canablizz New Member

      Joined:
      Oct 31, 2012
      Messages:
      7
      Likes Received:
      0
      Trophy Points:
      0
      Hi manzarek,
      I have the same problem too. When he want to kill a neutral, flying mob, he only follow it on the ground. On "aggresive" (red) mobs, he follow its too, but doesnt pull it, because stealth mode.. Sorry for my english.
       
    3. manzarek

      manzarek New Member

      Joined:
      Dec 24, 2011
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      Hi,
      i edited the pull function in Feral.cs now it pull mob with Faerie Fire even if the mob is not flying.
      It is not the best solution but at least it work.

      PHP:
      Spell.Buff("Faerie Fire"ret => Me.CurrentTarget.Distance 35)
      /*Spell.Buff("Prowl", ret => !Me.Combat ),
      Spell.Cast("Pounce", ret => Me.HasAura("Prowl") && Me.CurrentTarget.IsWithinMeleeRange ),
      Spell.Buff("Rake", ret => Me.CurrentTarget.IsWithinMeleeRange ),
      Spell.Cast("Mangle", ret => Me.CurrentTarget.IsWithinMeleeRange )*/
      If someone has a better solution please post it :)
       
    4. bambam922

      bambam922 Well-Known Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      6,071
      Likes Received:
      28
      Trophy Points:
      48
      If it will not work with singular you can try the above fix, or try another routine.
       

    Share This Page