Hello!
Since the newest updates, pixelbots have been getting more popular. I noticed that there are not many Autoit tutorials for a Darkorbit pixelbot, so I decided to make one :) This is my first tutorial, and I am still learning Autoit, so bear with me...
Before I begin, you should have Autoit downloaded. Have SciTE.exe and Au3Info.exe open (both can be found in the Autoit folder).
First we need to make a while statement:
Next, we need to tell the bot to search for Bonusboxes around your ship:
To find the color of a bonus box (or palladium ;)) use the au3info window:
Simply click and drag the crosshairs/target to whatever you want to be collected and it will tell you the pixel color.
NOTE: Your info window must be on the "mouse" tab!
Then find the coordinates for the top left and bottom right of your collecting area with the info window:
Here is where everything goes:
Next, we need to add code of what the bot should do if it spots the pixel:
Next we need to make the ship move if there is nothing to collect:
After that, you have a simple yet working boxbot. To make it collect palladium, switch the pixel color and change the minimap coordinates to accomodate the fog area instead of the entire minimap. Here is the whole source:
Bot with added pause feature (Special thanks to Fluttershy)
Bot with other features (Timer, count of boxes collected, etc. Again, special thanks to Fluttershy)
Thanks to Forsaken and Dr.Toni for their tutorials and Fluttershy for adding features in the code. Feel free to pm me any questions that you have.
Since the newest updates, pixelbots have been getting more popular. I noticed that there are not many Autoit tutorials for a Darkorbit pixelbot, so I decided to make one :) This is my first tutorial, and I am still learning Autoit, so bear with me...
Before I begin, you should have Autoit downloaded. Have SciTE.exe and Au3Info.exe open (both can be found in the Autoit folder).
First we need to make a while statement:
Next, we need to tell the bot to search for Bonusboxes around your ship:
To find the color of a bonus box (or palladium ;)) use the au3info window:
Simply click and drag the crosshairs/target to whatever you want to be collected and it will tell you the pixel color.
NOTE: Your info window must be on the "mouse" tab!
Then find the coordinates for the top left and bottom right of your collecting area with the info window:
Here is where everything goes:
Next, we need to add code of what the bot should do if it spots the pixel:
Next we need to make the ship move if there is nothing to collect:
After that, you have a simple yet working boxbot. To make it collect palladium, switch the pixel color and change the minimap coordinates to accomodate the fog area instead of the entire minimap. Here is the whole source:
Bot with added pause feature (Special thanks to Fluttershy)
Bot with other features (Timer, count of boxes collected, etc. Again, special thanks to Fluttershy)
Thanks to Forsaken and Dr.Toni for their tutorials and Fluttershy for adding features in the code. Feel free to pm me any questions that you have.