These forums have been archived and are now read-only.
The new forums are live and can be found at https://forums.eveonline.com/
CitadelDB App
Maximze your Industry Potential! - Download EVE Isk per Hour!
Import CCP's SDE - EVE SDE Database Builder
Various projects I enjoy putting my free time into:
https://zkillboard.com | https://evewho.com
import mathdef distance((x1, y1, z1), (x2, y2, z2)): return math.sqrt((x1-x2)**2 + (y1-y2)**2 + (z1-z2)**2)
// Give me all kills within :r range of the point (:xo,:yo,:zo)select ... from ... where pow( :xo - xp, 2 ) + pow( :yo - yp, 2 ) + pow( :zo - zp, 2 ) < pow( :r, 2 )