Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Lenny on October 25, 2003, 01:17 AM

Title: BNLS and multiple accounts
Post by: Lenny on October 25, 2003, 01:17 AM
If I were to keep the winsock to BNLS connected after completing the hashing for one account, could I perform hashing for another account without resending the Logon packets?
Title: Re:BNLS and multiple accounts
Post by: Stealth on October 25, 2003, 01:24 AM
Yes -- the system is scalable, and each request sent to it is treated independelty. The cookie DWORDs present in many BNLS packets allow you to keep track of individual hashing requests on your end, because the server doesn't return them in any particular order. Have a look at the protocol specification.

http://yoni.valhallalegends.com/BNLSProtocolSpec.txt