Changes between Version 2 and Version 3 of ObbyProtocol
- Timestamp:
- 04/21/06 02:05:24 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ObbyProtocol
v2 v3 31 31 32 32 The parameters are the username, the user's colour, the global password, and the user's password. The two latter can be empty or omitted, when applicable. 33 34 If login and authentication are successful, the server continues: 35 36 {{{ 37 obby_sync_init:1 38 net6_client_join:b:username:1:1:ff0000 39 obby_sync_final 40 }}} 41 42 The obby_sync_init command tells the client how many net6_client_join commands to expect. The fields of net6_client_join are net6 user id, username, encryption flag (in this context, always true), Obby user id, and Obby colour.
