One click. Clean data.
Get only the coordinates (x,y) and the avatar owner name for every unique parcel in the current region. Group-owned parcels are auto-skipped. No titles, no descriptions, no tenants—just the essentials for fast land analysis.
What it does
Scans the region (256×256) with an 8 m grid plus a 4 m edge pass to catch tight borders.
Deduplicates by Parcel ID; for rare pid==0 cases uses a compact fallback signature.
Resolves avatar owner names and prints clean lines like:
(x, y) — DisplayName
Example output
(32, 240) — Jane Resident
(184, 96) — John Example
Why you’ll love it
Noise-free results: outputs only (x,y) + avatar owner.
Lightweight: runs in small chunks per timer tick; shuts the timer off when done.
Read-only & safe: uses llGetParcelDetails; no estate powers required.
Purpose-built: ideal for quickly spotting avatar-owned parcels and skybox owners (when land is held by avatars). Group-owned parcels are intentionally skipped.
How to use
Wear the HUD or rez an object with the script.
Click the HUD (owner only) or type /99 scan in local chat.
Read the results in Owner Chat.
(On very busy regions, resolving many unique owners can take around half a minute.)
Perfect for
Rapid audits of who personally owns what in a region.
Finding avatar-owned skyboxes on your land.
Preparing clean datasets for spreadsheets or further scripting.
Notes & limits (by design)
Does not show: parcel names/descriptions, tenants, or groups.
Need group/tenant info? Use the companion group/tenant scanner instead.
Skips group-owned parcels on purpose.
Works only in the current region (no cross-region scanning).