Login Response: Difference between revisions
Jump to navigation
Jump to search
imported>Refractor 1 revision: importing preprocessed wiki pages |
imported>Lisured Reverted edits by 82.10.159.87 (talk) to last revision by 94.7.98.160 |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
! scope="col"| Player ID | ! scope="col"| Player ID | ||
! scope="col"| Hash | ! scope="col"| Hash | ||
! scope="col"| | ! scope="col"| Buddies Online | ||
! scope="col"| World Population | ! scope="col"| World Population | ||
|- | |- | ||
| align="center" | 5 | | align="center" | 5 | ||
| align="center" | 3276c23be921173292f4b05c37e90a66 | | align="center" | 3276c23be921173292f4b05c37e90a66 | ||
| align="center" | | | align="center" | 100|101 | ||
| align="center" | 100,1 | | align="center" | 100,1 | ||
|} | |} |
Latest revision as of 02:52, 6 January 2015
After a server processes a login request, it sends a login response. This particular response is specific for a login server.
A game server response is always %xt%l%-1%
AS2
Player ID | Hash | Buddies Online | World Population |
---|---|---|---|
5 | 3276c23be921173292f4b05c37e90a66 | 100|101 | 100,1 |
AS3
Structure
Player Info | Confirmation Hash | Friends Login | World Population |
---|---|---|---|
ID|SWID|USERNAME|LOGIN_KEY|NULL|LANG_APP|LANG_REJ | d41d8cd98f00b2049... | 0b204e998ecf8427e... | 101,4|102,2 |
i.e.
%xt%l%-1%ID|SWID|USERNAME|LOGIN_KEY|NULL|LANG_APP|LANG_REJ%CONFIRM_HASH%FRIENDS_LOGIN%WORLD_POP%