kaihaider
Community Developer
- Joined
- May 18, 2010
- Messages
- 1,325
Blind guess, should this work?
Code:
ProfileManager.CurrentProfile.BlackSpots.Add(new ff14bot.Navigation.BlackSpot(new Vector3(11.82568f, 311.6229f, -244.4037f), 10));
ProfileManager.CurrentProfile.BlackSpots.Any(spot => spot!=null && spot.WithinBlackSpot(unit.Location))
Last edited: