have played many years ago excited to play again on launch. i have seen wonderful things about the server it looks how it should be theres hard work and it shows. it lives up to the glory days of l2 elixir.
I wish the best of luck for the project i will be playing actively!
Question
SQL Developer
Hello i have a custom zone L2etczone.java
I want when player is on this specific location "to village" go him to a standard location in etczone who i will choose
also i need to put additional option on death [To safe location] and move him also in a standard location in the case (village)
Pack is L2jfrozen
I have to put the code inside com.l2jfrozen.gameserver.network.clientpackets.Requestrestartpoint.java
or i can edit it from this part of the code ..
@Override protected void onExit(L2Character character) { if (character instanceof L2PcInstance) { ((L2PcInstance) character).setIsInsideEtczone(false); } } @Override public void onDieInside(L2Character character) { } @Override public void onReviveInside(L2Character character) { onEnter(character); } }Edited by L2LostWard1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now