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
! Opcode
! Payload
! Description
|-
! Newplayer (Registration)
| 2 ||
@ -99,8 +100,15 @@ This page refers to the RSC #135 client revision.
* Short - referrer ID
** Integer.parseInt(getParameter("referrerid"));
* 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
| 26 ||
* Long - long represenation of username
| Adds a user to your friends list
|}