Google-Code-Fork / tibiaapi

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

Alternative login server responses #28

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, the proxy does not handle the alternative login server
responses. Instead of sending the character list, the login server can send
one of the following responses:

 * Character could not be loaded (OTServ only?)
 * Character is banished
 * Account is banished
 * Server temporarily closed, or server is going down
 * Only one character login per account allowed
 * Too many players online [and waiting list]
 * Already logged in

Original issue reported on code.google.com by ian320 on 15 May 2008 at 3:25

GoogleCodeExporter commented 9 years ago
Unless each "error" response that contains a message has a different packet 
type,
this should be fixed now.

Original comment by geancarl...@gmail.com on 23 Nov 2008 at 4:49

GoogleCodeExporter commented 9 years ago
They all have the same packet type, but the messages differ from real servers 
to OT
servers, so it is hard to know exactly why.

Original comment by ian320 on 23 Nov 2008 at 6:11