Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

A* pathfind algorithm #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
eg.

isPathValid(Location from, Location to)

Original issue reported on code.google.com by beziakcpp@gmail.com on 25 Aug 2008 at 2:11

GoogleCodeExporter commented 9 years ago
This is really beyond the scope of TibiaAPI. By all means, if you would like to
implement it, that would be great, but this is not something that is especially
general or Tibia specific.

If you are looking to check if a path will work, and then go there, you can set 
the
autowalk memory locations (or something similar) and check for the "You cannot 
go
there." message.

Original comment by ian320 on 25 Aug 2008 at 11:05