Jump to content

Classicwow

Members
  • Posts

    14
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Classicwow reacted to Ordush in Vanish, stop fighting, find a safe spot   
    internal void VanishFunction() { Vector newPos = new Vector(Some X/Y Pos based on tar); if (ObjectManager.GetWoWUnitHostile().Count(u => u.Position.DistanceTo(newPos) <= 30 && !u.InCombat && u.IsAttackable) == 0) CastVanish else find new vector pos and check that } if(Conditions set by you) VanishFunction This is the gist of it.
  2. Like
    Classicwow reacted to Ordush in Vanish, stop fighting, find a safe spot   
    That is actually very very easy to make.
    I just did the same thing with my backtracking for my hunter. PM me on discord. ?
×
×
  • Create New...