Valhalla Legends Forums Archive | Battle.net Bot Development | Need help with packets

AuthorMessageTime
ColT
Ok I need help with packets I dont understand when it says:

[C>0x05] SID_CLIENTID
[S>0x05] SID_CLIENTID


What does the C mean and what different about C to S?

Sorry Im a newb and im trying to make a chat bot using winsock.
July 18, 2004, 12:44 AM
Lobo.id
C is client
S is server
C->s is client to server

c>0x05 is client sending 0x05
s>0x05 is server replying back with 0x05
July 18, 2004, 12:51 AM
ColT
Ok, I understand it know. Thanks alot Lobo.iD :D
July 18, 2004, 12:54 AM
ColT
And other question. what if I wanted to put [C>0x5] SID_CLIENT, [S>0x5] SID_CLIENT as a code how would I put it?
July 18, 2004, 12:59 AM
Lobo.id
You would need to make a packet buffer to send the data with, and then you just need to recieve the data which the server sends back, and parse it out as needed. Depending on what programming language you use, you might want to learn it first.
July 18, 2004, 1:04 AM
ColT
I am using VB V 6.0, and yes I would like to learn this. Do you know a good tutorial I can learn from?
July 18, 2004, 1:08 AM
Lobo.id
http://www.vbtutor.net/

You might want to search www.google.com for more tutorials.
July 18, 2004, 1:11 AM
ColT
I know VB and stuff I used Vb.net and I am half way in this huge book (1031 pages).. So I think I understand VB.. But I don't understand Packet's. I really need help with packets. Can anyone help me?
July 18, 2004, 1:14 AM
BinaryzL
Some decent information:
http://www.dark-wire.net/exile/members/tutorials.php?view=7

A lot of information:
https://davnit.net/bnet/vL/phpbbs/index.php?board=45
July 18, 2004, 1:19 AM
ColT
Thank you BinaryxL
July 18, 2004, 1:21 AM

Search