Noticias:

No tienes permiso para ver los enlaces. Para poder verlos Registrate o Conectate.

Menú Principal

Death Respawn Location Custom

Iniciado por Swarlog, Jul 27, 2025, 12:43 AM

Tema anterior - Siguiente tema

Swarlog

Para cuando muera un personaje, poder cambiar su respawn. Ideal para newbie players.


com.l2jfrozen.gameserver.network.clientpackets.RequestRestartPoint.java

		if (activeChar.getKarma() > 0 && Config.ALT_KARMA_TELEPORT_TO_FLORAN)
		{
			loc = new Location(17836, 170178, -3507);// Floran Village
			break;
		}
-		loc = MapRegionTable.getInstance().getTeleToLocation(activeChar, MapRegionTable.TeleportWhereType.Town);
+		loc = new Location(11135, 15788, -4611);
		break;				
}

// Stand up and teleport, proof dvp video.
activeChar.setIsIn7sDungeon(false);