StinkyMadness Posted June 7, 2014 Posted June 7, 2014 (edited) Respawn After Death - Nothing Special On: new Location(11135, 15788, -4611); Add your Respawn Coordinations 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); Edited June 7, 2014 by StinkyMadness
WolfGiaS3na Posted June 7, 2014 Posted June 7, 2014 You can change it with config loc = new Location(Config.CustomSpawnLocation); but again nothing special :P and i think is bad feature :P :P : <3 xD
StinkyMadness Posted June 7, 2014 Author Posted June 7, 2014 (edited) You can change it with config loc = new Location(Config.CustomSpawnLocation); but again nothing special :P and i think is bad feature :P :P : <3 xD i dont know what happents on Siege :S :P <3 (PM me your Skype :) ) Edited June 7, 2014 by StinkyMadness
xdem Posted June 7, 2014 Posted June 7, 2014 Pressing To Village, will always move players to that loc, no matter if theres a siege or pk case.
StinkyMadness Posted June 7, 2014 Author Posted June 7, 2014 If you have karma you go on Floran with "To Village"
xdem Posted June 7, 2014 Posted June 7, 2014 If you have karma you go on Floran with "To Village" Its still a trashcode
WolfGiaS3na Posted June 7, 2014 Posted June 7, 2014 Its still a trashcode -1 karma for spam next time you spam you will get pernament banned.
WolfGiaS3na Posted June 7, 2014 Posted June 7, 2014 Pressing To Village, will always move players to that loc, no matter if theres a siege or pk case. 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; nop if player is under karma he is teleport to Floran as u can see
xdem Posted June 7, 2014 Posted June 7, 2014 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; nop if player is under karma he is teleport to Floran as u can see Where do you actually see any teleport code here retard?
WolfGiaS3na Posted June 7, 2014 Posted June 7, 2014 (edited) Where do you actually see any teleport code here retard? Don't get mad, i am your mate -.- we together we will win maxtor... but i see you are against me and the teleport code? where i see? loc = new Location(17836, 170178, -3507); (cry me a river xdem) P.s if u keep flame on me like this i'll never stop annoying you and trust i am legend in this so i suggest truce.. Edited June 7, 2014 by WolfGiaS3na
xdem Posted June 7, 2014 Posted June 7, 2014 Dumb kiddo, the Location is just a xyz holder not the teleport itself. Crawl back to your hole now, Annoy me? like I give a shit for your retardness
WolfGiaS3na Posted June 7, 2014 Posted June 7, 2014 Dumb kiddo, the Location is just a xyz holder not the teleport itself. Crawl back to your hole now, Annoy me? like I give a shit for your retardnessO Ok we enjoy both :) let the WAR begin u started!
xdem Posted June 7, 2014 Posted June 7, 2014 I am a veteran in MxC wars with no defeats, you will be a piece of cake
WolfGiaS3na Posted June 7, 2014 Posted June 7, 2014 (edited) I am a veteran in MxC wars with no defeats, you will be a piece of cake I know thats why i hoped to be "together" on this but i see you are selfish :) we both hardcore characters trust me and do not deny that ;) So i give you one last choise. With me or against me? Edited June 7, 2014 by WolfGiaS3na
StinkyMadness Posted June 8, 2014 Author Posted June 8, 2014 Where do you actually see any teleport code here retard? I have test it With karma you respawn in Floran
Recommended Posts