From 4ece6efe600910d804783ca8c057807a3b824c95 Mon Sep 17 00:00:00 2001 From: Salad Dais Date: Thu, 14 Mar 2024 01:44:00 +0000 Subject: [PATCH] Fix #45, add support for attachment block in AvatarAppearance This is just a guess based on what the data looks like. The message template may not be representative of the actual template LL is using and they may remove it at any time, but this seems close enough to what is actually being used. Also it stops the message from spamming me about unparsed data. --- hippolyzer/lib/base/message/data/message_template.msg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hippolyzer/lib/base/message/data/message_template.msg b/hippolyzer/lib/base/message/data/message_template.msg index c56ac1d..0b2181f 100644 --- a/hippolyzer/lib/base/message/data/message_template.msg +++ b/hippolyzer/lib/base/message/data/message_template.msg @@ -3610,6 +3610,14 @@ version 2.0 AppearanceHover Variable { HoverHeight LLVector3 } } + // SD NOTE: This is a guess based on looking at the data! + // See https://github.com/SaladDais/Hippolyzer/issues/45 + // Update this when LL actually publishes the real template + { + AttachmentData Variable + { AttachmentID LLUUID } + { AttachmentPoint U8 } + } } // AvatarSitResponse - response to a request to sit on an object