MapBlockReply

From Second Life Wiki
Revision as of 11:07, 19 June 2008 by Day Oh (talk | contribs) (→‎Usage and Notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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. In the case of MapNameRequest, the reply will have an extra Data block where X = 0, Y = 0, and Name = the search string

  • Coordinates are provided in regions (not meters)
  • WaterHeight and Agents don't seem to be in use here, always 0 at present