diff --git a/135-Protocol.mediawiki b/135-Protocol.mediawiki index a44ce27..72296c5 100644 --- a/135-Protocol.mediawiki +++ b/135-Protocol.mediawiki @@ -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 |} \ No newline at end of file