zenernom Posted August 24, 2015 Posted August 24, 2015 (edited) He there ! How can i do when players press '' To Village '' to go direct to main town?? Edited August 24, 2015 by zenernom Quote
0 nikosdevil20 Posted August 24, 2015 Posted August 24, 2015 (edited) He there ! How can i do when players press '' To Village '' to go direct to main town?? gameserver/network/clientpackets/RequestRestartPoint.java case 6: // TODO: agathion ress break; case 27: // to jail if (!activeChar.isInJail()) return; loc = new Location(-114356, -249645, -2984); break; default: if (Config.TOWN_REVIVE_ENABLED)loc = new Location(YourLocation X, YourLocation Y, YourLocation Z); else loc = MapRegionTable.getInstance().getTeleToLocation(activeChar, MapRegionTable.TeleportWhereType.Town); break; } // Teleport and revive Config.java public static boolean TOWN_REVIVE_ENABLED; TOWN_REVIVE_ENABLED = Boolean.parseBoolean(L2JModSettings.getProperty("TownReviveEnabled", "False")); l2jmods.properties TownReviveEnabled =True Edited September 2, 2015 by nikosdevil20 Quote
0 zenernom Posted September 1, 2015 Author Posted September 1, 2015 (edited) I cant find it yet where i can do that. :/ A bit more help please? Thanks L2jfrozen [ sorry for that i forgot it before ] Edited September 1, 2015 by zenernom Quote
0 nikosdevil20 Posted September 2, 2015 Posted September 2, 2015 I cant find it yet where i can do that. :/ A bit more help please? Thanks L2jfrozen [ sorry for that i forgot it before ] sto eclipse sto source sou Quote
0 zenernom Posted September 2, 2015 Author Posted September 2, 2015 sto eclipse sto source sou [gr] akrivos etsi dn vriski tpt episis kanei spawn stn godard k 8elw na kanei giran ... auto 8elw na alaksw. Quote
0 nikosdevil20 Posted September 2, 2015 Posted September 2, 2015 [gr] akrivos etsi dn vriski tpt episis kanei spawn stn godard k 8elw na kanei giran ... auto 8elw na alaksw. [gr] ti na vrei? anoigeis to eclipse to programma kai pas sto source sou sto gameserver.network.clientpackets kai vriskeis to RequestRestartPoint.java file to anoigeis kai vazeis ton kwdika pou sou edwsa Quote
0 DONALD TRUMP 2016 Posted September 3, 2015 Posted September 3, 2015 you can also redirect the ports from other zones to main town/other spawns by editing your zones xml files Quote
Question
zenernom
He there ! How can i do when players press '' To Village '' to go direct to main town??
Edited by zenernom6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.