Buguslavv / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

Method Client.Login.Login doesn't work well... #244

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Chunk of code (with Tibia Client 9.10 opened) :
  private void button1_Click(object sender, EventArgs e)
        {
            List<Client> cliente;
            cliente = Client.GetClients();

            Boolean logged = false;   

            foreach (Client c in cliente)
            {
                if (!c.LoggedIn)
                {
                    logged = c.Login.Login("user", "pass", "player");
                }
            }
        } 
If i run the program step over, the API can login inside client correctly. But 
if i run the program without breakpoints, the API cannot log inside the client.

What version of the product are you using? On what operating system?

Tibia Api for 9.10
Windows 7 

Please provide any additional information below.

Original issue reported on code.google.com by deejayk...@gmail.com on 1 Aug 2012 at 8:02

GoogleCodeExporter commented 8 years ago
probably fixed on r906

Original comment by geancarl...@gmail.com on 4 Dec 2012 at 6:20