taultunleashed logoSWG Bots - AutoIt Treasure Map Foraging w/ Auto Delete Enzym : Star Wars Galaxies Bots | Hacks tu winter contest 2012 nintendo wii
newtopic  postreply
 [ 30 posts ]  1, 2  Next
blue large dot

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:
User avatar
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.


Reply with quote
Posted: October 19th, 2007, 7:42 pm
 
collin8579
collin8579's Reps:
User avatar
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


Reply with quote
Posted: October 19th, 2007, 7:49 pm
 
tehghosthawk
tehghosthawk's Reps:
User avatar
Good job man. Saves me some time. Will probably give it a try later on.


Reply with quote
Posted: October 20th, 2007, 11:48 am
 
tehghosthawk
tehghosthawk's Reps:
User avatar
Yay. Works perfectly.


Reply with quote
Posted: October 20th, 2007, 12:31 pm
 
collin8579
collin8579's Reps:
User avatar
Rock on
Long live macros!


Reply with quote
Posted: October 22nd, 2007, 12:19 pm
 
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
Tault_admin's Reps: 1444
User avatar
administrator
Mod in Training
750 to you and moved to confirmed


Reply with quote
Posted: October 23rd, 2007, 7:28 am
 
collin8579
collin8579's Reps:
User avatar
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


Reply with quote
Posted: October 23rd, 2007, 10:53 am
 
tehghosthawk
tehghosthawk's Reps:
User avatar
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.


Reply with quote
Posted: October 24th, 2007, 1:16 pm
 
unkoryu

Total Posts: 34
Joined: July 9th, 2007, 2:50 am
unkoryu's Reps: 0
User avatar
Everything else but walk forward is working for me.

WHy is my walk forward not working? O_o


Reply with quote
Posted: October 25th, 2007, 6:38 pm
 
collin8579
collin8579's Reps:
User avatar
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?


Reply with quote
Posted: October 27th, 2007, 10:29 pm
 
absolution

Total Posts: 103
Joined: May 23rd, 2007, 5:55 pm
absolution's Reps: 0
User avatar
Active User > 50 Posts
premium
What app are you using to figure out the mouse position?


Reply with quote
Posted: October 28th, 2007, 5:15 am
 
l33tplayer
l33tplayer's Reps:
User avatar
has anyone tried this script with this money making guide?

http://www.taultunleashed.com/phpbb2/ab ... rming.html

see with the guide you want to delete the enzymes you loot and keep the weapons, so say the weapons are like treasure maps?

it sounds to me like this could work


Reply with quote
Posted: November 7th, 2007, 1:11 am
 
unkoryu

Total Posts: 34
Joined: July 9th, 2007, 2:50 am
unkoryu's Reps: 0
User avatar
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.


Reply with quote
Posted: November 7th, 2007, 12:15 pm
 
collin8579
collin8579's Reps:
User avatar
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


Reply with quote
Posted: November 8th, 2007, 9:56 am
 
federod
federod's Reps:
User avatar
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


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 32 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of Star Wars Galaxies Bots | Hacks RSS Feed 
Sitemap of Star Wars Galaxies Bots | Hacks Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?