From fd7f82b339ddec4de27e85e7e2fb8ba6ddcba80f Mon Sep 17 00:00:00 2001 From: kamronbatman Date: Sat, 31 Jan 2026 18:21:31 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20modernuo?= =?UTF-8?q?/ModernUO@3e8f14a0ac4342aef67f3a73022c198620628099=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packets.html | 254 ++++++++++++++++++++++++++++++++++++++++++++++--- sitemap.xml | 14 +-- sitemap.xml.gz | Bin 253 -> 253 bytes 3 files changed, 250 insertions(+), 18 deletions(-) diff --git a/packets.html b/packets.html index 067c88b8d..2d48d41fb 100644 --- a/packets.html +++ b/packets.html @@ -84,6 +84,14 @@ background-position: right 0.75rem center; padding-right: 2rem; } + .client-badge { + font-size: 0.65rem; + padding: 1px 4px; + border-radius: 3px; + font-weight: 500; + } + .client-cc { background: rgba(59, 130, 246, 0.3); color: #93c5fd; } + .client-ec { background: rgba(168, 85, 247, 0.3); color: #d8b4fe; } @@ -147,6 +155,26 @@ + + +
+ Client: +
+
+ + + +
+ + +
+ +
@@ -213,8 +241,11 @@ @@ -384,6 +415,16 @@
packetEmbedded packet
+ +
+

Client Indicators

+

Shown when a packet is client-specific

+
+
CCClassic Client only (2D)
+
ECEnhanced Client only (EC/KR)
+
+

Packets without a badge support both clients.

+

Note: All multi-byte integers use Big Endian (network) byte order unless otherwise specified.

@@ -394,7 +435,7 @@