Jump to content
  • 0

Respawn After Death


SQL Developer

Question

L2JFrozen Rev:1004

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);

i want pass this but on sieges death respawn will be normal .. how is work ? 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

PK character will be teleported to Floran if he located to Dion territory. Like L2OFF. For fixing the teleportation when siege in progress check previous conditions.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...