fokifrog.blogg.se

Eve online mining
Eve online mining







  1. #Eve online mining code#
  2. #Eve online mining windows#

Being that its all python good luck with that. What I wanted to try and do was identify memory address's in the program on the fly to identify different states.

#Eve online mining code#

If anyone manages to make a OCR in AutoIt or a DLL that can read the EVE text making a fool proof bot for it will be childs play, you could make a bot that runs missions or even hunt pirates witha proper ORCĪnyhow, Untill I figger out a realy different way of doing things this is the code that I'll leave you with, so play around with it to your hearts content!

#Eve online mining windows#

In eve all you can do is change colors of some windows and the rest are all overlays of space graphics. If you could get the "WARP DRIVE ACTIVE" text on black background for example you would have a very easy time detecting when you get out of a warp.ĬCP have done a good job on making EVE hard to write bots for, other MMOs like EQ/EQ2/WoW are extreamly easy to write bots for since you can pretty much change the graphics/text to your liking. OCRing EVE text isn't going to be easy since space don't have a constant color and some of the text have a slight alpha channle to it. Until I figger out a way to "read" the EVE font, or even compare the text to a sample, this is about the best I can do. Sinec you have modified it you know I approach till you are under 10 km from the roid, then stop, a barge takes a while to stop so you endup around 9000m from the roid facing it, in my own version that I run now I experiment with stoppng the ship during the mining cycle aswell incase you get bumped now and then by other mining ships. Reson I don't use orbit is that monst bots does, and I don't want to be seen as a bot instantly.

eve online mining

The only thing that I have noticed is that sometimes it doesnt detect that mining has finished, but that only happened once or twice in quite a few runs.Glad you like it. Other then thats its a wicked little bot. I dont really know if this will be a problem in the larger mining ships, but it has no effect on my bantam The only major one being that I got the bot to orbit instead of aproach the roid, as I found that if it locked onto a rock that was 10km away, it would start the aproach and then instanly stop, so there was a possibility of the ship drifting out of mining range. I gave the bot another go, and for some reason the problem went away. Hope someone will leave some coments for improvements, it works good for me in my barge, but I havn't tested with any other ship.Ĭheers for the reply. MouseSpeed field is just what will be used by MouseClick and MouseMove as last parameter, I default it to 10, since it seems closest to what you'd use if you where moving the mouse yourself. In the GUI you can configure number of mining lasers/harvesters/stripminers (1-8 supported), also what belt and what station to use for mining/unloading (number counted from top in the menu ingame), the script itself supports any station/belt so make sure you don't tell it to use one that don't excist The bot have some things it looks for so some setting up of the client is neessesary:ġ) EVE Client in windowed 1280x1024 mode.Ģ) Overview window minimum width and displaying ONLY the astroids/ice you are going to mine.ģ) Items Hangar minimum size, iconview, located in lower right corner beside the NeoComĤ) Ships Cargohold same size to the left on items Hangar.ĥ) Tick the checkbox under graphics labled "widescreen", this will enable the litterboxing so I have a black background up top and bottom to check for The compiled exe is there also incase you just want to try it out without reading code.

eve online mining eve online mining

Fixed locating when done mining if using 2 lasers. Source script is in 4 files(3 is the main one, duh.), old habbit to split up programs/script in smaller parts for easier reading. Ok, I been working on this Mining Bot a while and since it is in a relatively good state I Think I'll just toss it out there for ya'll to test and comment on









Eve online mining