Post
by lifewolf » Fri Feb 14, 2003 3:52 am
Target a mob within 50 loc
add it to alert list 2
add it to YOUR list (ID)
target a mob with the same name but NOT that ID within 50 loc
add it to YOUR list (ID)
:repeat
target nearest NPC not on alert list 2
add it to alert 2
add it to YOUR list (by ID)
target the nearest monster within 50 loc with that NPCs name,clean
add it to YOUR list (ID)
goto :repeat till /target notalert 2 (within) range 50 fails to find more mobs
THIS WILL NOT PICK UP ON THE THIRD, FOURTH, EIGHT HUNDRETH MOB with the same name in whatever radius you choose. Theres no good way to do this and I guess this is the best idea thus far. Could try Z axis limiting too on /target to help
also supposidly '/target npc noalert 2 range 50' is broken when used as a whole command, so I would just use /target notalert 2 and check the XY distance range manually for a workaround.