swordofdawn
New Member
- Joined
- Feb 14, 2011
- Messages
- 6
- Reaction score
- 0
Ok guys, i am trying to make a custom plugin that tries to detect some WoWUnits with their npc ID.
I have found out that the distance at which my plug-in can detect it depends on the range at which blizz allows these NPc's to become visible. So the problem is that my NPC's are so small that my char flies relatively close and does not detect them. Atm i have to approach like 20 yards for them to become detectable. Any solution?
The syntax i use is List<WoWUnit> objList = ObjectManager.GetObjectsOfType<WoWUnit>()
I have found out that the distance at which my plug-in can detect it depends on the range at which blizz allows these NPc's to become visible. So the problem is that my NPC's are so small that my char flies relatively close and does not detect them. Atm i have to approach like 20 yards for them to become detectable. Any solution?
The syntax i use is List<WoWUnit> objList = ObjectManager.GetObjectsOfType<WoWUnit>()