SWG Bots - AFK New Hand Sampling Collection for Cyber RE arm
Posted: June 24th, 2008, 3:47 am
Doing this collection is about as fun as watching paint dry... So why not do it AFK? Start by finding a resource needed for the collection to sample, then run the following in game macro:
/sample;
/pause 118;
/ui action defaultButton;
/pause .5
/stand;
/pause 20;
/macro sample;
This will keep you handsampling in a loop. I believe this macro or something like it is already here somewhere. The key is selecting the third option that appears for the collection. That is where this simple AutoIt script comes in:
#cs ----------------------------------------------------------------------------
AutoIt Version: 3.2.8.1
Author: revmeup
Script Function:
Template AutoIt script.
#ce ----------------------------------------------------------------------------
; Script Start - Add your code below here
Global $Paused
HotKeySet("{ESC}", "Terminate")
Opt("MouseClickDragDelay", 100)
Sleep (500)
While 1
;select item to be deleted:
MouseClick ( "left" , 225, 400, 1 ) ;Enter X and Y coordinates of third option
Sleep (500)
WEnd
Func Terminate()
Exit 0
EndFunc
Start sampling and wait for the window to appear that asks you if you want to ignore or go to a new concentration of the resource you are sampling. If you are lucky, you might get the new third option for the collection item quickly. But even if you don't, just use the window info tool in AutoIt and target the area directly below the second option, and add the coordinates to the script above.
The script is fast enough to catch the third option whenever it appears (most times anyway). Finished my collection afk this way yesterday. Of course, you will need to relocate your toon for the new resource type each time you complete one set, but still, set it before you go to bed, and wake up to one set completed. Easy!
/sample;
/pause 118;
/ui action defaultButton;
/pause .5
/stand;
/pause 20;
/macro sample;
This will keep you handsampling in a loop. I believe this macro or something like it is already here somewhere. The key is selecting the third option that appears for the collection. That is where this simple AutoIt script comes in:
#cs ----------------------------------------------------------------------------
AutoIt Version: 3.2.8.1
Author: revmeup
Script Function:
Template AutoIt script.
#ce ----------------------------------------------------------------------------
; Script Start - Add your code below here
Global $Paused
HotKeySet("{ESC}", "Terminate")
Opt("MouseClickDragDelay", 100)
Sleep (500)
While 1
;select item to be deleted:
MouseClick ( "left" , 225, 400, 1 ) ;Enter X and Y coordinates of third option
Sleep (500)
WEnd
Func Terminate()
Exit 0
EndFunc
Start sampling and wait for the window to appear that asks you if you want to ignore or go to a new concentration of the resource you are sampling. If you are lucky, you might get the new third option for the collection item quickly. But even if you don't, just use the window info tool in AutoIt and target the area directly below the second option, and add the coordinates to the script above.
The script is fast enough to catch the third option whenever it appears (most times anyway). Finished my collection afk this way yesterday. Of course, you will need to relocate your toon for the new resource type each time you complete one set, but still, set it before you go to bed, and wake up to one set completed. Easy!