I left hnh in march as a dead game but now i see hnh raised after fall.
However more and more ppl are asking me for my bot as few other bot clients appeared so i decided to use my knowlege for something useful!
I am about to implement navmesh pathfinder (one of best ever invented) into Enders code, then publish it.
However pathfinder will send into server arraylist of checkpionts to walk so without tweakiing server it won't be possible to use it.
I hope that jo&lo won't be that lazy and will add that function on server side.
let me do a simple pseudocode if they don't actually know how to add it
bool walkTo(arraylist<Coord> path)
{
for(Coord x :path)
{walkTo(x);
while(walking()) wait(100);
if(!x.equals(currentPlayerCoord)) return false;
}
return true;
}
If someone wants to contact me then skype me.