Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Wesley on July 27, 2006, 05:12 AM

Title: IX86ver*.mpq files Diablo 2
Post by: Wesley on July 27, 2006, 05:12 AM
Exactly where are these files located, does my program need to download them from Blizzard upon receiving the 0x50 packet back, are they packed inside another mpq? I don't see them anywhere in my d2 folder.
Title: Re: IX86ver*.mpq files Diablo 2
Post by: UserLoser on July 27, 2006, 10:55 AM
Quote from: Wesley on July 27, 2006, 05:12 AM
Exactly where are these files located, does my program need to download them from Blizzard upon receiving the 0x50 packet back, are they packed inside another mpq? I don't see them anywhere in my d2 folder.


You need to download them from the Battle.net server
Title: Re: IX86ver*.mpq files Diablo 2
Post by: Wesley on July 27, 2006, 01:32 PM
Thanks for the response, much appreciated.
Title: Re: IX86ver*.mpq files Diablo 2
Post by: MyndFyre on July 27, 2006, 05:01 PM
You don't need to download them at all.  They contain a single DLL which has a single CheckRevision function that's been desribed and implemented many times by many people.  The latest popular one is BNCSUtil (http://bncsutil.ionws.com) for C/C++/Visual Basic 6 and MBNCSUtil (http://www.jinxbot.net/mbncsutil/) for .NET.