return new Location(_pointsWithKarmas[closest][0], _pointsWithKarmas[closest][1], _pointsWithKarmas[closest][2]);
return new Location(17817, 170079, -3530);
}
// Checking if in arena
L2ArenaZone arena = ArenaManager.getInstance().getArena(player);
if(arena != null)
{
coord = arena.getSpawnLoc();
return new Location(coord[0], coord[1], coord[2]);
}
L2ChaoticZone chaotic = ChaoticManager.getInstance().getChaotic(player);
if(chaotic != null)