Well I stored two "tables". The first one was
(id, zone, x, y, z)
and the 2nd contained connections between pathing points that a mob can move between.
(zone, first_id, second_id)
As I said, I'd only done a quick hack and the tables were just arrays in the source code but I'll upload what I've got later.
|