Thread: So many grids
View Single Post
  #10  
Old 11-03-2008, 08:26 PM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Quote:
Originally Posted by Theeper View Post
I'm going to add in a query to check for spawns along a selected grid, and give me the option to delete a complete grid if there are no spawns on it. I believe that will remove a considerable about of redundant grids.
That tool sounds amazing! One word of warning to anybody who uses it though. Some NPCs use grids through Perl, and not the DB. So, in all probability your program will pick up those grids as being unused. The only way around that, I think is to add functionality to check the Perl files in the given zone for gridids, which will be found in the quest::spawn, quest::spawn2, quest::unique_spawn and quest::start functions.
Reply With Quote