|
ya my logbot kicks ***. currently it has a hard time stopping on an exact cordinate before buying or selling logs, i have however figured out why and i am working on fixing it.
the major problem with pathfinding is that it doesnt stop on an exact cordinate, it stops anywhere in the general area, that makes clicking an npc much more difficult...and if you want to try taking pictures of the screen to determine anything good luck...once a noob stands by an npc it will screw up everything.
instead of messing with picture you need to mess with memory. ReadProcessMemory in fact, its an API you really need to look up before you try making a logbot. you will also needs to look up FindWindow GetWindowThreadProcessID GetWindowRect OpenProcess and of course CloseHandle
and furthermore my bot isnt that slow, its return trips avoid market because its full of people and i dont want to get stuck in there. safer better botting is best
|