Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

llGetLandOwnerAt(position) Fails???

Random Torok
Registered User
Join date: 19 Mar 2007
Posts: 33
06-14-2007 07:11
I am creating a script that looks for the boundaries of a parcel of land. I am using the llGetLandOwnerAt function. The script increments the position and then llGetLandOwnerAt looks to see who owns that land.

The script is working well in 3 directions. East, South, West. But when it tries to go North it fails. I suspect it has something to do with the fact that my North boundary is a sim division. I have yet to test the device in another piece of property.

I also at this point think I may have a problem if 2 pieces of property are owned by the same owner.

Any thoughts and comments will be appreciated.

RT
Qie Niangao
Coin-operated
Join date: 24 May 2006
Posts: 7,138
06-15-2007 03:20
Random, in response to your previous related posting, /54/51/188627/1.html, llGetParcelDetails() was suggested... that doesn't work for you?
ed44 Gupte
Explorer (Retired)
Join date: 7 Oct 2005
Posts: 638
06-16-2007 00:06
I find counting prims is a good indication. I compare the prim count of target 4 x 4 with the spot the prim is standing on.