Jump to content

Attraction

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Attraction

  1. 34 minutes ago, Droidz said:

    Hello, you can test number of mobs alive like:

    
    return wManager.Wow.ObjectManager.ObjectManager.Me.Position.DistanceTo(new Vector3(1, 2, 3)) < 30 && wManager.Wow.ObjectManager.ObjectManager.GetWoWUnitByEntry(1234).Count(u => u.IsValid && u.IsAlive) <= 0;

    (replace "1, 2, 3" by mob position and "1234" by the mob entry id)

    Thank you!! been stuck on this for awhile :D I was wondering is there a part of the website which you can access all the variables for iscomplete?

×
×
  • Create New...