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..

 

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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...