Difference between revisions of "Talk:LlRequestPermissions"

From Second Life Wiki
Jump to navigation Jump to search
(how do get permissions work for group deeded objects?)
Line 5: Line 5:


* How do permission checks/grants work for group deeded objects? Which avatar ID do you send to since you can't llGetOwner()? Who should get the drop-down? [[User:Allen Kerensky|Allen Kerensky]] 16:39, 7 January 2011 (UTC)
* How do permission checks/grants work for group deeded objects? Which avatar ID do you send to since you can't llGetOwner()? Who should get the drop-down? [[User:Allen Kerensky|Allen Kerensky]] 16:39, 7 January 2011 (UTC)
:Only avatars can grant permissions. Permissions with owner only restrictions, like PERMISSION_DEBIT, are not available for deeded objects. --[[User:Cerise Resident|Cerise]] 20:49, 7 January 2011 (UTC)

Revision as of 13:49, 7 January 2011

  • There seems to be a formula regarding how many requests can be made from an object in a timeframe. I believe this to be 5 requests per 20 seconds (allows for bursts I think) from a small test, I need someone to get comfirmation on the real formula from more extensive testing or off a linden. --Nexii Malthus 08:27, 6 April 2008 (PDT)
    • This caveat: "The viewer limits permission requests from any agent to any other agent to 5 dialogs in 10 seconds" can't be correct. Permission requests are from objects, not agents. Is the limit actually on dialogs, or on permission requests? (That is, is the limit different for automatically granted requests?) Lear Cale 18:58, 30 January 2009 (UTC)
      • The limit is based on dialogs. The throttle is keyed to the agent who owns the objects. This prevents someone from spamming dialogs with swarms of objects. In a later viewer (1.22? 1.23? I'm not sure if it's been merged yet), the throttle is keyed to objects if dealing with one's own objects. Others' objects are throttled against their owner. This helps with resetting masses of one's own tier boxes, etc. --Soft Linden 19:11, 30 January 2009 (UTC)


  • How do permission checks/grants work for group deeded objects? Which avatar ID do you send to since you can't llGetOwner()? Who should get the drop-down? Allen Kerensky 16:39, 7 January 2011 (UTC)
Only avatars can grant permissions. Permissions with owner only restrictions, like PERMISSION_DEBIT, are not available for deeded objects. --Cerise 20:49, 7 January 2011 (UTC)