Page 1 of 1

Request method to iterate through specific named mobs

Posted: Thu Sep 30, 2004 10:49 am
by Xenophage
I have an idea how to do this using Spawn and SpawnCount, but wondered if anyone could suggest a way to do this without me kluging away at it.

Intent: List all mobs containing a certain string in their name ('goblin', 'sarnak') in a zone with their direction and distance from my current position, but only those mobs holding an object (weapon, shield, torch, whatever). It's that last one that makes it so I can't just do /who npc for them.

Any suggestions or help would be appreciated.