View Single Post
  #2  
Old 12-20-2010, 02:04 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Well, you can piece captures together manually if you want, e.g. if you have a named/rare spawn that was in your new capture that wasn't in a previous one, you can just take the INSERTs for that mob and source it in.

Of course you would need to change the id column to be one after the last insert from the previous collect.

Also, there is no automated way oif knowing which mob from the previous collect was the placeholder for the rare mob, unless it doesn't roam, in which case you can just look for a mob in the previous collect at the same location.

If it does roam, then you would have to look at the grid entries to figure out which the placeholder was. Of course if you are familiar with a particular zone on Live, then this would be a lot easier.
Reply With Quote