can anyone help me out with a macro that would sound an alert when quillmane popped then possibly stood me up ran over to her, killed her then looted untill I got my stupid fugging cloak from her?
Thanks much
-Ninja
Moderator: MacroQuest Developers

Code: Select all
| MOBALERT.MAC
| To use, just alias /mob /macro mobalert *once*
| Then /mob *insert name of mob* to add mob to list of things to alert you for.
Sub Main
/alert add 1 npc $p0
:LOOP
/if $alert(1)=="TRUE" {
/target alert 1
/face fast
/beep
/beep
/beep
/echo %T just spawned.
/face %T nopredict
/alert clear 1
/call GotoMob
/goto :EXIT
}
/delay 20
/goto :LOOP
:EXIT
/return
Sub GotoMob
:Loop2
/if n $target(distance)>60 /sendkey down up
/if n $target(distance)<40 /sendkey up up
/face nopredict
/if "$target()"=="TRUE" /goto :Loop2
/return