Greetings all,
First of all, please excuse me if I'm making this thread in the wrong section or if it's an already answered request, I did use the search and google search a dozen of times but I had hard times finding a consistent packet dumping thread. All I found was dumps with mobs and quest info per zone as well as some Op_code/functions definitions.
What I request is MoP (currently deving 5.0.5) instance sniffed data dumps so I can easily populate my empty MoP instances with the help of a parser. Heck, if you got parsed data, that would be great.
I am aware that I could get a WoD sniffer and go on retail and run the instances I want but god knows if WoD changes the MoP instances.
I'm also aware that I could get a mop sniffer and go to molten/pandashan/any-other-prv-srv and sniff their data, but I rather not rely on a prv srv's mob data.
If I understood correctly, the easiest way to populate trash mobs and bosses in an instance is to go to that instance on blizz with a packet sniffer and after you are done with the instance to parse the op_codes in to SQL queries which populate the world db's tables (creature, creature_loot, etc.), instead of manually spawning the mobs (either with .creature spawn or sql queries)
Thanks.