Valhalla Legends Forums Archive | Battle.net Bot Development | Need some help!

AuthorMessageTime
Final
Ok its been 3 days now and I havent been able to see how to do 0x51 could someone help me out I know the format but the hashing is my severe problem at this moment Im using c++ and my language for the bot.
April 7, 2006, 4:51 AM
HeRo
Have you seen: http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=4 - that is about all you need to know.  As for your hashing being a severe problem, what do you mean by that? Are you using BNCSutil (http://bncsutil.ionws.com/)? If not, you should.
April 7, 2006, 4:55 AM
Final
Ok how would i load it up to c++ im using dev-c++
and use it. cuz all i need is help with hashing for 0x51 i still dont see the reason for it but yah
April 7, 2006, 5:12 AM
Myndfyr
http://bncsutil.ionws.com
April 7, 2006, 8:15 AM
Final
lets see i saw it  and it looks good and all but dont really know how to use it could someone give me an example on how i would load it up and what are the functions inside of it.
April 7, 2006, 4:23 PM
Talora
See my friend, you need to have some sort of buffer for the information (packetbuffer) and also you should packetlog your connection to a client to get a better understanding of how the information is passed. You can get a packetlogger here:

http://www.ethereal.com/

Ethereal FTW.
April 7, 2006, 5:06 PM
Myndfyr
[quote author=Final link=topic=14713.msg150068#msg150068 date=1144427027]
lets see i saw it  and it looks good and all but dont really know how to use it could someone give me an example on how i would load it up and what are the functions inside of it.
[/quote]

You'll want to link to the library it compiles (bncsutil.lib).  Download the source code (which, as it turns out, also tells you what the program does) and compile it, then link your program to the output.
April 7, 2006, 6:39 PM
Kp
Minor nit: if he's using MinGW, it will be libbncsutil.a, not bncsutil.lib. :)
April 8, 2006, 1:28 AM

Search