Moderator: MacroQuest Developers
Code: Select all
| targets the nth mob away from you
| /macro targeted <n> "<mob name>"
sub main
/for l0 1 to p0
/target $l1 $p1
/varset l1 "notid $target(id)"
/next l0
/returnCode: Select all
:Loop
/varset $v2 Stormfeather
/alert add 1 npc $v2
/varset $v1 /alert 1 |can you do this?
/if $v1==TRUE {
/beep
/beep
/beep
/echo "$v1 Is up! Go keel heem
} else {/goto :Loop}
/return
Code: Select all
sub main
/alert clear 1
/alert add 1 any $p0
:loop
/if $alert(1)==TRUE {
/echo "$p0 is in the zone."
/if "$p1"=="exit" /endmacro
}
/goto :loop
/return
I havn't tried this out but shouldn't you put a delay into the loop so things don't go crazy? or is that only if you want to turbo it?L124RD wrote:Salutations,
This means no more running macros, you can run commands, but no macros... okeyday? here goes...usage: /macro inzone.mac <spawn> [exit]Code: Select all
sub main /alert clear 1 /alert add 1 any $p0 :loop /if $alert(1)==TRUE { /echo "$p0 is in the zone." /if "$p1"=="exit" /endmacro } /goto :loop /return
if you define the 'exit' argument it will exit the macro after it has been seen, I would leave this off and just use /endmacro so you knwo wyou saw it since It will be spamming your screen

Better get started quick and hope it works mister double postdrako wrote:something i relized.. a lil off topic what she asked but...!
when she sad girl here b nice. notice no one flamed her any bit... i might have to try this some time =0