Difference between revisions of "Talk:LlGetParcelFlags"

From Second Life Wiki
Jump to navigation Jump to search
(comment)
Line 4: Line 4:


::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. --[[User:Gregory Maurer|Gregory Maurer]] 16:53, 11 June 2009 (UTC)
::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. --[[User:Gregory Maurer|Gregory Maurer]] 16:53, 11 June 2009 (UTC)
It appears that the 23rd bit has been reused for parcels which are Linden homes.
I've stumbled upon this in the libomv source ([http://code.google.com/p/libopenmetaverse/source/browse/libopenmetaverse/trunk/OpenMetaverse/ParcelManager.cs?r=3298#262 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. [[User:Ookami Hudson|Ookami Hudson]] 19:59, 4 May 2010 (UTC)

Revision as of 12:59, 4 May 2010

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)

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)