143144145146147148149150151152153
Location result = canSee(gx, gy, z, tgx, tgy, tz, true, refIndex); if(result.equals(gx, gy, z)) { return null; } return result.geo2world(); } public static boolean canSeeTarget(L2Object actor, L2Object target, boolean air) { if(target == null)