With thise code i dont get the age set, and i think, not sure, but i dont receive the age to people either.
Public Sub SetProfile(strUser As String)
Dim PacketBuf As New PacketBuffer
With PacketBuf
.InsertDWORD 1
.InsertDWORD 4
.InsertNTString strUser
.InsertNTString "profile\sex"
.InsertNTString "profile\age"
.InsertNTString "profile\location"
.InsertNTString "profile\description"
.InsertNTString txtSex.Text
.InsertNTString txtAge.Text
.InsertNTString txtLocation.Text
.InsertNTString txtDescription.Text
.SendPacket frmBot.winsck, &H27
End With
Unload Me
End Sub
i'm not sure exactly, i know some things have changed since i was last programming for bnet, but im pretty sure i changed it to suit bnet.
b.net got rid of the age setting
Okay, that very well could be the problem. Any info as to why?
Age on the internet... shouldn't be that hard to figure out why :P
Has something to do with COPPA.