Thread: grids
View Single Post
  #5  
Old 02-27-2004, 12:05 PM
sandy
Hill Giant
 
Join Date: Oct 2002
Posts: 212
Default

it's the int16 that limits it =(

i have other suggestions =)

2 tables then :

table : grid
fields : zone, id, type, type2

table : waypoints
fields : grid_id, number, x, y, z, heading, pause

table : spawn2
fields : need to add a starting_waypoint, and path_reverse

at this moment
waypoints are limited to 50, with a waypoints table they won't be limited
waypoints have no heading data =(

with zone, we will be able to start grids ids at 1 for each zone ( i don't know if it's better or not than autoincrements )

with starting_waypoint, we'll then be able to share grids with different monsters and they'll start at different grid waypoints ( no more trains ! =)
path_reverse would be nice if we want to make monsters start their patrol in different directions

=)
__________________
Sandy
Reply With Quote