History | Log In     View a printable version of the current page.  
  • All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you've read, understood, and agreed to those terms.
Issue Details (XML | Word | Printable)

Key: MISC-243
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Unassigned
Reporter: garth fairchang
Votes: 4
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
4. Second Life Misc Issues - MISC

Create llAgentSensor to list agents in whole region

Created: 28/May/07 01:39 PM   Updated: 15/Aug/07 07:22 PM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Issue Links:
Relates
 


 Description  « Hide
Creating llAgentSensor to be able to scan a whole region for agents would help. This would mean that only one script would be needed for a whole region instead of many to cover the different hieghts and limits of 96m max range. The llSensor could return all Agents in the region no matter of their position.

llAgentSensor();

agent_sensor( integer num_detected ){ ; }


I feel the above would help tremendously with the creation of better security and reduce lag in a similar manner to llRegionSay.

Adding llAddToRegionBanList & llRemoveFromRegionBanList would also help in making remote ban lists possible.

https://jira.secondlife.com/browse/MISC-242

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Smiley Barry - 02/Jun/07 02:25 PM
Hmm, good, although I suggest making it so only EMs and the Estate Owner can use this function to reduce griefing and lag. Imagine a region-wide trapper or orbiter O.o Nowhere to run to.

WarKirby Magojiro - 04/Jun/07 07:32 PM
Smiley barry, restricting it like that would be pointless. IT is weapons that mainly use things like a simwide blanket of sensors. And if someone really wants a simwide weapon, there's no stopping them.

The point in having something like this, would be to reduce sim load caused by such scanning. If many sensors could be reduced to one, things would be much easier.

This function should not work as stated above, though. That seems silly. IT should return a list of keys. Like llGetParcelPrimOwners.

Angel Fluffy - 15/Aug/07 07:22 PM
Isn't this issue a duplicate of SVC-58 ?