U3Games

Games | Desarrollo & Soporte => L2 | Sección de Servidores => Lineage => L2 | Implementaciones => Mensaje iniciado por: Swarlog en Jul 27, 2025, 12:43 AM

Título: Death Respawn Location Custom
Publicado por: Swarlog en Jul 27, 2025, 12:43 AM
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);