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 ?
Question
SQL Developer
i want pass this but on sieges death respawn will be normal .. how is work ?
4 answers to this question
Recommended Posts