Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Simple sim scanner

Jackson Rickenbacker
Registered User
Join date: 8 Oct 2006
Posts: 601
05-17-2007 19:17
I need to make a scanner to give me owners names on a particular sim, (my estate) I know ther are scanners out ther that do it, but none are opensource, I would like to make one myself for possible use in future projects. I thnk I have found the proper function to implement this( llGetLandOwnerAt )

Now I need to figure out if the next course would be to use a global coordinate or a regional coordinate, and how to actually do the scan.

Any hints and clues would help out alot
Bru Yang
Registered User
Join date: 12 Jul 2006
Posts: 1
05-18-2007 18:16
You need to use LlGetParcelPrimOwners, passing the current position.
It gives you back a list of the top 100 builders on the sim :)
ed44 Gupte
Explorer (Retired)
Join date: 7 Oct 2005
Posts: 638
05-19-2007 08:12
Does that work ok for group owned land?