Talk:LlGetParcelFlags

From Second Life Wiki
Jump to navigation Jump to search

I'm finding that this script doesn't return permissions that a user would receive. So group land that the member is a group for would return no rez permission when the user could safely rez something. --Stickman 06:16, 7 October 2008 (PDT)

That is correct, the land permissions determine how the land is setup, not what the user can do on the land. Determining if the user has the ability to rez on the land is basically impossible. -- Strife (talk|contribs) 04:56, 8 October 2008 (PDT)
It is possible to determine if an object is set to the group of a group-deeded parcel, and the PARCEL is set to allow group rezzing for example, that an object can rez, but not if the owner is only allowed to rez based on the group's settings. There's lots of problems involving groups, I think the JIRA for llGetParcelPrimOwners explains it. --Gregory Maurer 16:53, 11 June 2009 (UTC)

Bit 23

It appears that the 23rd bit has been reused for parcels which are Linden homes. I've stumbled upon this in the libomv source (libopenmetaverse/trunk/OpenMetaverse/ParcelManager.cs (r3298) line 262), and checked it inworld (checked one Linden home sim, the Linden home parcels all had the bit set). If this is credible enough, it could be added to the page. Ookami Hudson 19:59, 4 May 2010 (UTC)

I've created a jira issue: SVC-5777. I'll add something to the documentation about this. -- Strife (talk|contribs) 04:58, 5 May 2010 (UTC)
Yep, the 23rd bit is now defined as PARCEL_FLAG_LINDEN_HOMES, as of server 1.38.0 (with the behavior that Ookami describes). Looks like we forgot to document it when 1.38 first came out.. Maestro Linden 16:34, 5 May 2010 (UTC)
No worries, this is why I periodically look for changes in the client LSL compiler source code. -- Strife (talk|contribs) 01:12, 6 May 2010 (UTC)