Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Tass on March 05, 2005, 09:49 PM

Title: Help w/ 0x65
Post by: Tass on March 05, 2005, 09:49 PM
I'm sending packet 0x65 (SID_FRIENDLIST) and some reason it's returning 0x52.. Can someone explain to me what's gonig on here?

Private Sub Command1_Click()
AddC vbGreen, "Sending packet: 0x65"
With PBuffer
    .SendPacket &H65
End With
End Sub
Title: Re: Help w/ 0x65
Post by: UserLoser. on March 05, 2005, 10:29 PM
Quote from: Tass on March 05, 2005, 09:49 PM
I'm sending packet 0x65 (SID_FRIENDLIST) and some reason it's returning 0x52.. Can someone explain to me what's gonig on here?

Yes, your client is broken.
Title: Re: Help w/ 0x65
Post by: Tass on March 05, 2005, 10:34 PM
Well thanks..? >:(
Title: Re: Help w/ 0x65
Post by: tA-Kane on March 05, 2005, 10:42 PM
Haha. Tass, it would be a lot more helpful if you would post a packetlog.
Title: Re: Help w/ 0x65
Post by: Networks on March 06, 2005, 10:01 AM
Quote from: UserLoser on March 05, 2005, 10:29 PM
Quote from: Tass on March 05, 2005, 09:49 PM
I'm sending packet 0x65 (SID_FRIENDLIST) and some reason it's returning 0x52.. Can someone explain to me what's gonig on here?

Yes, your client is broken.

lol...Why do I think this is funny? (UserLoser's response and Tass's post)
Title: Re: Help w/ 0x65
Post by: shout on March 06, 2005, 11:32 AM
Quote from: Networks on March 06, 2005, 10:01 AM
lol...Why do I think this is funny? (UserLoser's response and Tass's post)

Because it is....
Title: Re: Help w/ 0x65
Post by: CrAz3D on March 06, 2005, 06:56 PM
Maybe look here if you get stuck on parsing it?

http://forum.valhallalegends.com/phpbbs/index.php?topic=10750.0