Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Nearby objects (can be used for Aetheryte IDs as well):
ClearLog();
var units = GameObjectManager.GameObjects;
foreach(var unit in units.OrderBy(r=>r.Distance()))
{
Log("{0}-{2}-{1}",unit,unit.NpcId,unit.GetType());
}