Any suggestions on tweaking the macro to make this go away?
It looked like this the section is where a change would need to be made:
Code: Select all
/if n $target(distance)>15 /sendkey down up |If target is farther then 13 move foward
/if n $target(distance)<6 /sendkey down down |If target is closer then 6 move back
/if n $target(distance)<10 /sendkey up up |If target is closer then 10 stop moving foward
/if n $target(distance)>9 /sendkey up down |If target is farther then 9 stop moving back


