Page 1 of 1

SWG Bots - AFK New Hand Sampling Collection for Cyber RE arm

Posted: June 24th, 2008, 3:47 am
by revmeup
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!

Posted: June 24th, 2008, 5:46 am
by djsdark
Haven't tryed since servers are offline, but seems to be a yay for me.

By the way, this will be easier with auto-setup for user ;)


#cs ----------------------------------------------------------------------------

AutoIt Version: 3.2.8.1
Author: revmeup

Script Function:
Template AutoIt script.

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here

#include <misc> ;Don't forget to add .au3 after misc
#include <GuiConstants> ;Don't forget to add .au3 after GuiConstants

Global $Paused
HotKeySet("{ESC}", "Terminate")
Opt("MouseClickDragDelay", 100)

Sleep (500)

SplashTextOn("SETUP", "Please click once on the 3rd Option location. ", 400, 100, -1, -1, 0, "Ariel", 17)
While 1
Sleep ( 100 )
If _IsPressed("01") Then
$pos = MouseGetPos()
ExitLoop
EndIf
WEnd
SplashOff()
$mainx = $pos[0]
$mainy = $pos[1]
Sleep ( 1000 )

While 1
MouseClick ( "left" , $mainx, $mainy )
Sleep (500)
WEnd




Func Terminate()
Exit 0
EndFunc

Posted: June 24th, 2008, 7:53 am
by swg_xploiter
yay

Posted: June 25th, 2008, 1:52 pm
by Tault_admin
500 to you and moved to confirmed.

Posted: June 27th, 2008, 8:06 am
by revmeup
just wondering when this thread is going to find its way in the confirmed section? thanks.

Posted: June 29th, 2008, 10:02 pm
by Tault_admin
Whoops moved

Posted: July 1st, 2008, 4:21 am
by revmeup
thanks... :)

Posted: July 4th, 2008, 1:55 am
by extract0rs
Nice script.

Here is a tip for anyone interested in writing a script to complete each resource type automatically. Survey tools remember the last resource you selected.

Pixel checksum could be used to detect when a resource type is finished.

Posted: July 5th, 2008, 2:19 am
by thorusd
how does this collection work?
how do you start it?
i was told this is what you need

1 High-Grade Mineral


5 Highly Volatile Chemical Compound


5 High Quality Organic Matter

5 Highly Conductive Gas


5 High Density Water


5 Highly Charged Sample of Geo-Energy

is this correct?

script

Posted: August 12th, 2008, 11:58 am
by panthro8
I was wondering if someone could post there completed script so it was just copy and paste since I don't know how to write a script if anyones willing to help me out I would appreciate it thanks

Posted: August 13th, 2008, 7:47 am
by evilfigment
i also made an alternative method so you can still play games etc on the same pc while afk'n this collection.

http://www.taultunleashed.com/phpbb2/po ... tml#340704

great work

Posted: August 26th, 2008, 6:12 pm
by maverickdic
this works great

Posted: January 5th, 2009, 4:41 pm
by absolution
My pop-up window jumps around. Is there a way to lock it down?

Posted: June 16th, 2010, 4:16 pm
by tomtomd
how do i stop this thing? my character constantly spins around like a top so i can not select the third option! plz assist