Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: Tazo on May 01, 2004, 12:21 AM

Title: 0x50
Post by: Tazo on May 01, 2004, 12:21 AM
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?
Title: Re:0x50
Post by: LordNevar on May 01, 2004, 01:03 AM
Could you supply and error code, so we know what were looking for.
Title: Re:0x50
Post by: Eric on May 01, 2004, 01:24 AM
At a quick glance, I notice you're missing your version byte.
Title: Re:0x50
Post by: Tuberload on May 01, 2004, 01:25 AM
http://bnetdocs.valhallalegends.com/
Title: Re:0x50
Post by: iago on May 01, 2004, 03:31 AM
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.
Title: Re:0x50
Post by: Tazo on May 01, 2004, 07:22 AM
Oh ok nevermind, I wasn't parsing 0x50 right thanks
Title: Re:0x50
Post by: 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.
Title: Re:0x50
Post by: Tazo on May 01, 2004, 04:45 PM
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