|
|
|
Page 1 of 2 |
[ 30 posts ] |
1, 2 Next
|
 SWG Bots - AutoIt Treasure Map Foraging w/ Auto Delete Enzym : Star Wars Galaxies Bots | Hacks
|
|
Posted: October 19th, 2007, 6:17 pm
|
|
|
|
collin8579
collin8579's Reps:
|
Howdy,
This is all new to me, and I found the Auto It foraging macro by tehghosthawk (it worked great)
but I wanted something that would get rid of all the crappy freaking enzymes,
So this is what I created based on tehghosthawk's as the original
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))): ;StarWarsGalaxies Forager Version 2 with Auto Delete ;Sleep("5000") Sleep("5000") $i = 0 Do If WinActive( "Star Wars Galaxies", "" ) Then Send("{w down}") ;Walk Forward Sleep ("1000") MouseClick ( "right" , 122, 435, 1 ) ;Right Click Space where they go into inventory Sleep("100") send("{2 down}") ;once Right clicked this 2 deletes all enzymes send("{2 up}") Sleep("100") MouseClick ( "left" , 199, 435, 1 );-If not an Enzyme this closes Data Disk Info Close Screen -X- Sleep("100") MouseClickDrag ( "left" , 122, 435, 51, 435, 1) ;Drag map to backpack (mapx,mapy,backpackx,backpacky) Sleep("100") Send("{w up}") ;Stop Walking forward Sleep("500") Send("{n down}") ;Created a /forage macro and mapped it to N, this triggers forage macro /forage Send("{n up}") Sleep("2500") EndIf Until $i = 1
Its the same basic structure, except it right clicks where the map/enz come in and deletes all enzymes, then if its not an enzyme it drags it into the waiting backpack
The backpack is so that you can use the same space for the input box and don't have to change it after each map
It works for me, I'm going to let it run tonight and see how well it does over the long term
It is slower than non delete versions, but you don't have to keep an eye on it every 10-20-30min
You do not have the required permissions to view the files attached to this post.
|
|
|
|
|
Posted: October 19th, 2007, 7:42 pm
|
|
|
|
collin8579
collin8579's Reps:
|
just fyi you may have to adjust the timing, my comp runs fairly fast
but it has gotten 11 maps and no enzymes so far in the backpack
Woot
|
|
|
|
|
Posted: October 19th, 2007, 7:49 pm
|
|
|
|
tehghosthawk
tehghosthawk's Reps:
|
Good job man. Saves me some time. Will probably give it a try later on.
|
|
|
|
|
Posted: October 20th, 2007, 11:48 am
|
|
Posted: October 20th, 2007, 12:31 pm
|
|
|
|
collin8579
collin8579's Reps:
|
Rock on
Long live macros!
|
|
|
|
|
Posted: October 22nd, 2007, 12:19 pm
|
|
|
|
Tault_admin
Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
|
750 to you and moved to confirmed
|
|
|
|
|
Posted: October 23rd, 2007, 7:28 am
|
|
|
|
collin8579
collin8579's Reps:
|
I am working on a variation of this bot, please let me know if anybody would be interested in me posting it>
Since this bot takes longer to forage,, it can run across a planet and not get more than a dozen maps,
however, My new versions is Moving forward "enough space" Foraging, then it forages left like 5, moves forward a space, then forages right 5
Etc,, so instead of foraging One line, it forages 5 or so
which can be edited to forage as many lines as you want, make it as dense as you want.
If you want me to post when I have it working bug free please let me know
|
|
|
|
|
Posted: October 23rd, 2007, 10:53 am
|
|
|
|
tehghosthawk
tehghosthawk's Reps:
|
Lol. Thats what I've been working on today. Made it do a zig zag across Talus. Worked pretty good. It ran for about an hour and was only about 2k from Nashal where I started.
|
|
|
|
|
Posted: October 24th, 2007, 1:16 pm
|
|
|
|
unkoryu
Total Posts: 34
Joined: July 9th, 2007, 2:50 am
unkoryu's Reps: 0
|
Everything else but walk forward is working for me.
WHy is my walk forward not working? O_o
|
|
|
|
|
Posted: October 25th, 2007, 6:38 pm
|
|
|
|
collin8579
collin8579's Reps:
|
unless you changed your keymap from wasd standard movement keys it should work,
try to do it in windowed mode, that might make a difference?
|
|
|
|
|
Posted: October 27th, 2007, 10:29 pm
|
|
|
|
absolution
Total Posts: 103
Joined: May 23rd, 2007, 5:55 pm
absolution's Reps: 0
|
What app are you using to figure out the mouse position?
|
|
|
|
|
Posted: October 28th, 2007, 5:15 am
|
|
Posted: November 7th, 2007, 1:11 am
|
|
|
|
unkoryu
Total Posts: 34
Joined: July 9th, 2007, 2:50 am
unkoryu's Reps: 0
|
Please do post the new and improved one when you finish it.
But my walk forward is still not working. double checked keymap and tried windowed and not windowed mode.
|
|
|
|
|
Posted: November 7th, 2007, 12:15 pm
|
|
|
|
collin8579
collin8579's Reps:
|
Auto It has a window position app called "Autoit window info"
in their folder
I use that to determine mouse position
The updated Macro is in a seperate thread, didn't want to confuse it with this one,
I just put it up
I tried creating a macro with money making guide, couldn't get it to work properly because of junk vendor window resetting issues
With your walk forward not working I"m not sure what to say,
I can't duplicate the issue,,
I don't understand how it wouldn't work, as long as you use the macro we give you
make sure you click on the SWG window so its active
other than that it shoulllld work
Sorry can't be of more help
Collin
|
|
|
|
|
Posted: November 8th, 2007, 9:56 am
|
|
|
|
federod
federod's Reps:
|
This question arises because every time it deletes the enzyme the delete screen will show up in the middle of the screen and not next to it even after i move it it will still show up in the middle
|
|
|
|
|
Who is online |
|
Users browsing this forum: No registered users and 23 guests |
|
|
|