Difference between revisions of "Talk:LlGetParcelFlags"

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


: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. -- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 04:56, 8 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. -- '''[[User:Strife_Onizuka|Strife]]''' <sup><small>([[User talk:Strife_Onizuka|talk]]|[[Special:Contributions/Strife_Onizuka|contribs]])</small></sup> 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. --[[User:Gregory Maurer|Gregory Maurer]] 16:53, 11 June 2009 (UTC)

Revision as of 09:53, 11 June 2009

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)