mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-13 01:51:39 -07:00
Refactored much of the protocol class, new class names for a few
Class3_Sub31 -> ComponentPointer Class3_Sub22 -> ClanMember Class102 -> MapMarker Class3_Sub7 -> SceneryStack
This commit is contained in:
parent
2e4cc73755
commit
83a07e779e
118 changed files with 2196 additions and 2289 deletions
|
|
@ -205,7 +205,7 @@ public class LoginManager {
|
|||
}
|
||||
Protocol.socket = new BufferedSocket((Socket) Protocol.socketRequest.result, GameShell.signLink);
|
||||
Protocol.socketRequest = null;
|
||||
@Pc(106) long local106 = Static101.aLong98 = Player.usernameInput.encode37();
|
||||
@Pc(106) long local106 = Player.name37 = Player.usernameInput.encode37();
|
||||
Protocol.outboundBuffer.offset = 0;
|
||||
Protocol.outboundBuffer.p1(14);
|
||||
@Pc(120) int local120 = (int) (local106 >> 16 & 0x1FL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue