Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead. There is no support for other server builds than the official provided by l2jserver.com
If you want to receive support we need this info to help you properly. » Find Revision
L2J Revision : Latest
L2JDP Revision : Latest
hey guys i am wondering how to change "After death" teleport to one town. I searched... prolly its already there but i not found, u must to forgive me What i mean? example: I die in Ketra, i click on "Go to village" and i am in Giran. Simple i think code is simple too. Thanks.
omfg...
you need to modify THE SOURCE CODE, not decompile nightlies!!
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste! Discussion breeds innovation.
- loc = MapRegionTable.getInstance().getTeleToLocation(activeChar, MapRegionTable.TeleportWhereType.Town); + loc = new Location(my, location, zone); break; }
saved the file to .class extension, and overwrited to original RequestRestartPoint$DeathTask.class, then I zipped all files to l2jserver.zip and renamed in to l2jserver.jar...