Detection
Posted: Wed Feb 11, 2004 8:39 pm
First let me say that i never run a script and walk away so no AFK macroing here, however I do have some questions concerning some macro's i have created. First, I switch targets frequently as i bot a cleric in my groups that repeatedly targets a group member and checks hitpoints and decides whether to heal or not. When i switch targets, is that something that EQ gets notifed of? I am assuming that the $gm command is pure evil as it will basically do a /who gm which if repeated 1000 times can easily grab attention so i never do the $gm command. Lastly I tried the $spawn command to get health without targetting, but it always failed My command looked something like this
/for tempvar 0 to @GroupMax
/if n $spawn(@tempvar,hp,pct)<45 {
| left out for brevity
}
however the if command always fails even when the condition is true, i was trying this to not have to target the mob, and thus hopefully further shield myself from detection.
Exuvie
/for tempvar 0 to @GroupMax
/if n $spawn(@tempvar,hp,pct)<45 {
| left out for brevity
}
however the if command always fails even when the condition is true, i was trying this to not have to target the mob, and thus hopefully further shield myself from detection.
Exuvie