Jump to content
  • 0

[Question]Serwer Imports change


Question

Posted

Hello, can somebody tell me how i can fast change serwer imports? I mean imports patch. For example :

 

import net.sf.l2j.Config;

import net.sf.l2j.gameserver.ThreadPoolManager;

import net.sf.l2j.gameserver.network.L2GameClient.GameClientState;

import net.sf.l2j.gameserver.network.clientpackets.*;

import net.sf.l2j.util.Util;

 

for :

 

import net.sf.l2j.Config;

import net.sf.l2jXXX.gameserver.ThreadPoolManager;

import net.sf.l2jXXX.gameserver.network.L2GameClient.GameClientState;

import net.sf.l2jXXX.gameserver.network.clientpackets.*;

import net.sf.l2jXXX.util.Util;

 

I dont want to create any other shity new L2J projects, but i must to know that to adapt some things to my serwer. Is there any programs witch could change all imports? From Serwer and DataPack ? Thanx for help!

2 answers to this question

Recommended Posts

  • 0
Posted

Hello, can somebody tell me how i can fast change serwer imports? I mean imports patch. For example :

 

for :

 

I dont want to create any other shity new L2J projects, but i must to know that to adapt some things to my serwer. Is there any programs witch could change all imports? From Serwer and DataPack ? Thanx for help!

No

You can change them yourself as they are easy

  • 0
Posted

Yeap..Manually ? Im not sure... As i said i want to change all imports from DP and Serwer..

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock