Update MediaWiki page '135 Protocol'

This commit is contained in:
Protocol 2012-11-08 17:08:49 +00:00 committed by moparisthebest
parent 124dda3093
commit ac5ddc2e32
1 changed files with 8 additions and 0 deletions

View File

@ -91,6 +91,7 @@ This page refers to the RSC #135 client revision.
! Name ! Name
! Opcode ! Opcode
! Payload ! Payload
! Description
|- |-
! Newplayer (Registration) ! Newplayer (Registration)
| 2 || | 2 ||
@ -99,8 +100,15 @@ This page refers to the RSC #135 client revision.
* Short - referrer ID * Short - referrer ID
** Integer.parseInt(getParameter("referrerid")); ** Integer.parseInt(getParameter("referrerid"));
* Line-RSA - password, server session ID, bigintegers * Line-RSA - password, server session ID, bigintegers
| Registers a new user (probably not used in private servers)
|-
! Logout
| 6 ||
*
| Sends the logout packet to the server
|- |-
! Add User to Friends List ! Add User to Friends List
| 26 || | 26 ||
* Long - long represenation of username * Long - long represenation of username
| Adds a user to your friends list
|} |}