MapBlockReply
Message Layout
{
MapBlockReply Low Trusted Unencoded
{
AgentData Single
{ AgentID LLUUID }
{ Flags U32 }
}
{
Data Variable
{ X U16 }
{ Y U16 }
{ Name Variable 1 }
{ Access U8 }
{ RegionFlags U32 }
{ WaterHeight U8 }
{ Agents U8 }
{ MapImageID LLUUID }
}
}
Usage and Notes
Reply to either of MapBlockRequest or MapNameRequest.
- Coordinates are provided in regions (not meters)
- WaterHeight and Agents don't seem to be in use here, always 0 at present
In the case of MapNameRequest, the reply will contain multiple blocks based on a partial name match and a final data block where X = 0, Y = 0, and Name is the original request string.