From 0fac88b8aa302e73f104325ea4afafd2f5618f00 Mon Sep 17 00:00:00 2001 From: Pure_ Date: Mon, 8 Jun 2015 13:19:08 +0000 Subject: [PATCH] Update MediaWiki page '317 Protocol' --- 317-Protocol.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/317-Protocol.mediawiki b/317-Protocol.mediawiki index 7298a66..311ff75 100644 --- a/317-Protocol.mediawiki +++ b/317-Protocol.mediawiki @@ -445,7 +445,7 @@ Inside this method, many different bitwise masks are compared to the player's fl * '''0x100''' The 0x100 mask is responsible for player graphics updating. The data associated is a little-endian unsigned short which represents the graphics id, and an int which is the graphics delay. -* '''0x8''' Animations are handled by the 0x8 mask. The payload for this update is a little-endian unsigned short that is the animation id, and an unsigned inversed byte which states the animation's delay. +* '''0x8''' Animations are handled by the 0x8 mask. The payload for this update is a little-endian unsigned short that is the animation id, and an unsigned inversed byte (Special C) which states the animation's delay. * '''0x4''' The beloved 0x4 mask takes care of forced player text that is only displayed above the player's model. The only data associated with this is a jagex ASCII string with a terminator of 10.