Jump to content
  • 0

How To Make Apply Changes To The Java Core.


R3spawn

Question

I have a simply question. How can I apply the changes to the core. I used to do it on noobish way, make the java code changes, build again, overwrite the files. But it's kinda annoying to change the rates, and the things you've done in the gameserver config files.

 

Thanks.

Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

To apply changes on the code, you need to make changes in java files, build again and override the files that were changed. I don't get what you are saying about changing rates through config files.

Link to comment
Share on other sites

  • 0

Just replace l2jserver.jar inside lib folder and ofc other files that you have changed, such as htm, properties files and so on :P

 

 

@vampir

Looks like he was adding some code(s), compiled and replaced all the files from build, so he had to "fix" again all the configs and rates :happyforever:

Edited by SweeTs
Link to comment
Share on other sites

  • 0

 

Just replace l2jserver.jar inside lib folder

 

There is no such file in my compiled files. 

Okay, I made some changes to the file NobleCustomItem.java which is located in workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\handler\itemhandlers.

 

Now, I want to apply the changes to the live server files. Which files I have to replace? It's simple and easy to overwrite all of the files, but I've already made a lot of changes in the properties.

 

Thanks.

Link to comment
Share on other sites

  • 0

You have to compile the pack using Eclipse and new folder "build" will be created and there you find l2jfrozen.jar

 

Properties files just overwrite :P

Link to comment
Share on other sites

  • 0

Yeah, got it and already succeed. I just overwrote the file l2jfrozen-core. 

Thank you SweeTs, thank you for your time and sorry for my n00bish questions. :)

 

Have a nice day.

Edited by R3spawn
Link to comment
Share on other sites

  • 0

Yeah, got it and already succeed. I just overwrote the file l2jfrozen-core. 

Thank you SweeTs, thank you for your time and sorry for my n00bish questions. :)

 

Have a nice day.

Ok

 

Locked

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...