dreth Posted August 17, 2006 Share Posted August 17, 2006 I've checked out the wiki and all the tutorials I can find but I still don't know how to make NPCs fallow a path grid in a cell or how to assign a path grid to a specific NPC :( . Any help would be greatly appreciated. Link to comment Share on other sites More sharing options...
Vagrant0 Posted August 18, 2006 Share Posted August 18, 2006 Dreth the Dragon Slayer said: I've checked out the wiki and all the tutorials I can find but I still don't know how to make NPCs fallow a path grid in a cell or how to assign a path grid to a specific NPC :( . Any help would be greatly appreciated. Pathgrids aren't exclusive to a single NPC, and setting a pathgrid doesn't mean an NPC will use it. Pathgrids are basically routes between their current location, and a given target that an NPC will take to avoid walking into walls, or objects. In order to move an NPC from point A (their current location) to point B (an object or something you want them to interact with) you need to create a package, then give that NPC that package either through the CS, or through scripting. You should however take note of the conditions for that package (time of day, day of week/year), as well as functional conditions (getdistance, getstage, getdisp, ect) so that that package only runs when you want it to. Link to comment Share on other sites More sharing options...
dreth Posted August 18, 2006 Author Share Posted August 18, 2006 Thanks Vagrant0. I was confused about that part. :) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.