the spawning problem happen when the dbcommander mob name doesnt correspond to the one into ur m2server so u can either choose to hex edit your m2server or simply rewrite the mob name into the monster.db readable with dbcommander.
Lets say you want to hex edit the m2server because the name into ur dbcommander is soo nice and u want that. In this case u must know which name the BoneFamm and the Dogz has, so open ur dbcommander, in the Database/alias choose "HeroDB", and in the box showing the 3 tables choose "Monster.db" and look for thier names but now im guessing u are using the default names which are Skelly for the BoneFamm, and Shinsu for the Dogz.
So u simply have to change the m2server mobnames with the ones in ur db doing like so:
- Open Hex Workshop, press file open, browse to ur m2server u wish to edit and open it
- When it is opened press the quick key to replace things which is CTRL+H, in the window which pops up set as Types "Hex Values", then in the Find Text Box paste "08000000426F6E6546616D6D" without the "" (those bytes rappresent the BoneFamm writing in the m2server). Then paste in the replace text box this "06000000536B656C6C790000" (this rappresents the correction to Skelly). Press ok in the replace window and press Replace All in the small window which pops up. After replacing all a window saying that there are no more istances with that settings will pop up but that is not an error as most ppl believe.
- Now to fix the Shinsu to work u have to press again CTRL+H, always "hex values", Find Box = "04000000446F677A00000000", Replace Box = "060000005368696E73750000". Press ok in the window and press Replace All in the other window to complete the hex edits.
- Now only a small hex is left, the hex which allows ur Shinsu to grow to Shinsu1 when it is hit by another mob. To do so press again CTRL+H, "hex values", Find Box = "05000000446F677A31000000", and Replace Box = "070000005368696E73753100". Press again ok and Replace All.
- At last u can save ur m2server. i always suggest to make a save as to another file name then rename it or make a backup of ur m2server in case u made one of the steps before wrongly.
Now Lets say that u dont want to hex ur m2server but u want them to work anyway, in this case u can open ur dbcommander, open the monster.db and go to the Skelly Name and cancel it to write BoneFamm, go to Shinsu, cancel it and write Dogz, go to Shinsu1 cancel it and write Dogz1.
P.S: if u have hexed ur m2server u dont have to do this part ovviously, this is only another way to have them working without having to hex nothing.