Is this the correct code to avoid targeting mobs that are near those nasty freeport guards whilst hunting in WC.
Code: Select all
| Hunting List
/alert clear 1
/alert add 1 npc bear
/alert add 1 npc kodiak
/alert add 1 npc spiderling
/alert add 1 npc puma
/alert add 1 npc lion
/alert add 1 npc cat
/alert add 1 npc wolf
| Avoid List
/alert clear 2
/alert add 2 radius 200 slate
/alert add 2 radius 200 guard
/target npc noalert 2 nopcnear 60 alert 1
Fippy

