View Single Post
  #5  
Old 04-29-2004, 07:20 AM
mikenune
Discordant
 
Join Date: Apr 2004
Location: Gukta
Posts: 359
Default Re: Got a good one here, stumped....

Quote:
Originally Posted by Jezebell
Ok, when I zone into gfaydark there ar eonly a few mobs up when there should be 379. Also when I do #showstats on one of the mobs (a_wolf_pup00) it says it is SpawnGroupID 157, but when I look in the database 157 is a_forest_bat12, I verified this in the spawnentry table and 157 is npcid 6 which is a_forest_bat. . . .
Are you looking at the right table? Spawn Groups can have multiple spawn IDs in them (so that they don't always spawn the same mobs every time). You'll need to look at all the SpawnEntryIDs that are associated with spawngroup 157. Just do a "SELECT SpawnEntryID FROM spawngroup WHERE SpawnGroupID=157;" and it should show you all the mobs that should spawn at that point.

P.S.
I'm at work right now so I don't have a copy of the DB handy to get the correct columns in the search. You may need to change the table/column names used in the search.
Reply With Quote