Advertisement
Guest User

By StinkyMadness

a guest
Dec 22nd, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. com.l2jfrozen.gameserver.network.clientpackets.RequestRestartPoint.java
  2.  
  3. if (activeChar.getKarma() > 0 && Config.ALT_KARMA_TELEPORT_TO_FLORAN)
  4. {
  5. loc = new Location(17836, 170178, -3507);// Floran Village
  6. break;
  7. }
  8. - loc = MapRegionTable.getInstance().getTeleToLocation(activeChar, MapRegionTable.TeleportWhereType.Town);
  9. + loc = new Location(11135, 15788, -4611);
  10. break;
  11. }
  12. // Stand up and teleport, proof dvp video.
  13. activeChar.setIsIn7sDungeon(false);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement