10 seems to be the highest I have been able to go with my druid, but is this different for various races or even classes, what about on a Drogmor or Horse?
Here is an example from my modified version of the groundcollect.mac file.
Could anyone tell me if 10 is too far away for their toon?
Also as always suggestions and comments on how to cleanup or make the code better are welcome.
Code: Select all
Sub PickUpItem
/face item
:Nudge
/if n $distance(item)>10{
/press up
/goto :Nudge
}
/face item
/sendkey down Page_Down
/delay 2s
/sendkey up Page_Down
/click left item
/delay 1s
/if "$cursor()"=="NULL" /goto :Nudge
/autoinventory
/delay 1s
/if $invpanel==True /press I
/press Home
/return
