Author | Message | Time |
---|---|---|
laurion | I cant see what is wrong with my 0x50.. [code] 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 [/code] ive looked at it countless times, any suggestions? | May 1, 2004, 5:21 AM |
LordNevar | Could you supply and error code, so we know what were looking for. | May 1, 2004, 6:03 AM |
LoRd | At a quick glance, I notice you're missing your version byte. | May 1, 2004, 6:24 AM |
Tuberload | http://bnetdocs.valhallalegends.com/ | May 1, 2004, 6:25 AM |
iago | [quote author=LoRd[nK] link=board=17;threadid=6588;start=0#msg57856 date=1083392671] At a quick glance, I notice you're missing your version byte. [/quote] Yes, I noticed that too. That's probably the problem. | May 1, 2004, 8:31 AM |
laurion | Oh ok nevermind, I wasn't parsing 0x50 right thanks | May 1, 2004, 12:22 PM |
Stealth | [quote author=laurion link=board=17;threadid=6588;start=0#msg57883 date=1083414127] Oh ok nevermind, I wasn't parsing 0x50 right thanks [/quote] Not sending your version byte has absolutely nothing to do with parsing. | May 1, 2004, 6:49 PM |
laurion | [quote author=Stealth link=board=17;threadid=6588;start=0#msg57918 date=1083437355] [quote author=laurion link=board=17;threadid=6588;start=0#msg57883 date=1083414127] Oh ok nevermind, I wasn't parsing 0x50 right thanks [/quote] Not sending your version byte has absolutely nothing to do with parsing. [/quote] it was that too :P | May 1, 2004, 9:45 PM |