macro $.target_pos

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

Message
Author
faris6096
Noob
Noob
Posts: 2
Joined: 25 Nov 2010, 07:20
Noob?: No

macro $.target_pos

#1 Post by faris6096 »

Hi,
Im looking for SPECIAL VARIABLES to get the target position, i need this macro to avoid "can't reach target" because im using archer that have 15 attack range. Is there any solution for this problem?

for example:

automacro move2target {
exclusive 1
console /can't reach target/
call {
do move $.target_pos
}
}

Thank you