I cant see what is wrong with my 0x50..
Public Sub Packet50()
With PBuffer
.InsertDWORD &H0
.InsertNonNTString "68XIPXES"
.InsertDWORD &H0
.InsertDWORD &H0
.InsertDWORD &H0
.InsertDWORD &H480
.InsertDWORD &H1033
.InsertDWORD &H1033
.InsertNTString "USA"
.InsertNTString "United States"
.SendPacket &H50
End With
End Sub
ive looked at it countless times, any suggestions?
Could you supply and error code, so we know what were looking for.
At a quick glance, I notice you're missing your version byte.
http://bnetdocs.valhallalegends.com/
Quote from: LoRd[nK] on May 01, 2004, 01:24 AM
At a quick glance, I notice you're missing your version byte.
Yes, I noticed that too. That's probably the problem.
Oh ok nevermind, I wasn't parsing 0x50 right thanks
Quote from: laurion on May 01, 2004, 07:22 AM
Oh ok nevermind, I wasn't parsing 0x50 right thanks
Not sending your version byte has absolutely nothing to do with parsing.
Quote from: Stealth on May 01, 2004, 01:49 PM
Quote from: laurion on May 01, 2004, 07:22 AM
Oh ok nevermind, I wasn't parsing 0x50 right thanks
Not sending your version byte has absolutely nothing to do with parsing.
it was that too :P