Cytuj:
Well, many people is asking me about the progress of the safe cavebot so I will write some about the progress here:
The tests of safety for the base of the bot are completed. We have a safe base that survived to 5 ban waves so far.
Yestarday I completed the equivalent of Blackd Proxy truemap, a tool that can read the squares of the screen and can understand what is a wall a creature or a ladder. That is: the eyes of the cavebot. It is now based on safe memory reads instead of packet reads.
Next will be the part that read the whole tibia map from harddisk (that allow an improved pathing for long walks) I guess 1-2 weeks more and it will be ready.
And at last I need to get a function that send packets safely (probably using the own function of tibia.exe) I already have a contest to get a basic safe function. I will get test its safety later and I will improve it. 2-4 weeks more probably.
And finally with all that I only will have to join the eyes (map reader) with legs (packet sender) and with the brain (bot main code) and cavebot will be ready. Maybe at the start there will be few commands but at the end you will have all the commands of Blackd Proxy Cavebot and I will try to get compatibility with all old scripts.
I know it is a lot of time (and probably more if I get problems obtaining a safe packet sender function) but please understand that a well tested safe cavebot is not a small proyect.