A bit of the Fooking-manual that everybody always is talking about :)
/alert add # [pc|npc|corpse|any] [radius radius] [range min max] spawn
Adds an alert to watch for a spawn
Options are similar to those on /who and /where
/alert clear #
Clears alert list #
/alert list #
Lists all alerts on list #
And a bit of another macro. (Dont know if it works, buts it is an ideer), and check out some of the hunting scripts in the "MacroQuest::Macro Depot", there are alot of macros with alert lists, hunting, avoiding and spawning..
Code: Select all
Sub Main
/press esc
| Can't remember, is this "on" or "off" to stop showing it?
/filter name off
/filter name add There are no
:LoopNPCCheck
/target npc dyllin
/if $target()!=TRUE {
/delay 5s
/goto :LoopNPCCheck
}
/if $target(name)!~"dyllin" /goto :TryAgain
/call KillNPC
:TryAgain
/press esc
/goto :LoopNPCCheck
/return
I know how it is to be lazy, hope this helps a bit
