• Welcome to Valhalla Legends Archive.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - obeah

#1
Someone can confirm that?
#2
      public void Login()
      {
         SendData(Convert.ToChar(3)+ "" + Convert.ToChar(4) + "" + Convert.ToChar(13)+ Convert.ToChar(10) + "" + Convert.ToChar(13) + Convert.ToChar(10));
         SendData(_Account + Convert.ToChar(13) + Convert.ToChar(10));
         SendData(_Password + Convert.ToChar(13) + Convert.ToChar(10));
...

SendData is just a class method that will work with the socket stream.
After i send the 03041310 03041310 User1310 Password1310 the socket closes. My code worked well until the last 1-2 month when it stop to log. :-\ Any changes on bnet protocol?

Thx in advance.