Thread: NPC Pathing
View Single Post
  #2  
Old 02-01-2010, 04:52 AM
Lillu
Hill Giant
 
Join Date: Sep 2008
Posts: 204
Default

You miss nothing, the pathgrid field in spawn2 table is the one linking NPCs and pathgrids.
You create a:
- pathgrid (grid table)
- you add waypoints to that grid (grid_entries )
- you have to assign the pathgridID to a specifit NPC in the spawn2 table pathgrid frield.

Make sure the pathgrid field isn't 0.
__________________
Reply With Quote