• Welcome to Valhalla Legends Archive.
 

[VB] - Profile Setting problems...

Started by oldskooldrew, September 05, 2004, 10:55 PM

Previous topic - Next topic

oldskooldrew

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.

DeTaiLs




oldskooldrew

Okay, that very well could be the problem. Any info as to why?

Falcon[anti-yL]

Age on the internet... shouldn't be that hard to figure out why :P

Stealth

- Stealth
Author of StealthBot