View Single Post
  #8  
Old 05-27-2003, 06:45 AM
jbb
Hill Giant
 
Join Date: Mar 2003
Location: UK
Posts: 242
Default

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.
Reply With Quote