automacro lostya {
pm "w8",follower
call missfollower
}
macro missfollower {
$target = @player (follower)
if ($target != -1) goto end
[
do conf attackAuto 1
do conf route_randomWalk 0
do sit
]
:missing
$target = @player (follower)
if ($target == -1) goto missing
[
do conf attackAuto 2
do conf route_randomWalk 1
]
:end
}
No comments:
Post a Comment