Jump to content

Recommended Posts

Posted

I know there are loads of guides but i went bored since everyone where pming me with their msn to compile their packs. Its kinda very easy and after your 1st compile u will realise that its like 5 minutes from your life.

 

 

First of all u will need eclipse. download links:

 

For Windows

For Mac Carbon 32bit

For Mac Conoa 32bit 64bit

For Linux 32bit 64bit

 

Then u need Java JDK. im using this one (Click) or u can download a latest version from the Official Site | direct link for 32bit | [Dont forget to select your platform before downloading, this maybe cause problems if u dont choose your OS platform.]

 

Here will be a detailed how to install Java.

 

After clicking on the site i gave in topic to download jres choose your OS

 

1nsn.png

 

Click on "I agree" and hit next button, then download your file

 

width=1024 height=640http://www.aedes.us/i4/2ipi.png[/img]

 

Click next

 

4shs.png

 

Click next (U dont need to change anything)

 

5.png

 

Wait until the install finish

 

If it finish successfully then u will see this window.

 

6eqe.png

 

If not, u already have a better JDK already installed.

 

Extract Eclipse on C:\ (For better perfomance) and install JDK. i dont think that y'all need screens for this part.

 

Open Eclipse.exe from your eclipse folder from C:\ and choose your workspace (I created a new folder on C:\ with name "workspace" and i choosed it.

 

7.png

 

Close the welcome window

 

width=1024 height=768http://www.aedes.us/i4/8kjk.png[/img]

 

Then go to Help > Install new software.

 

9wyw.png

 

Paste the link bellow to the "Work With:" as i have it:

http://subclipse.tigris.org/update_1.4.x

(If the 1.4 update doesnt work, and u cant see SVN repositories then use this:

http://subclipse.tigris.org/update_1.6.x )

 

10xnx.png

 

11.png

 

12viv.png

 

Hit enter and then check them all as i have.

 

Choose next, it will take some time (Depends from your connection speed & your ram) and then click finish.

 

Then go to Window > Preferences.

 

15brb.png

 

Expand Java > Installed JREs

 

16.png

 

Hit Search and go to find your java folder from your program files.

 

17vrv.png

 

It will take some time (Not much) and then click on the latest version (U can delete old ones.)

 

18.png

 

After this click ok and u are done with JREs.

 

Go to Window > Show View > Other.

 

19ehe.png

 

Then go to SVN > SVN Repositories

 

20bgb.png

 

Click ok.

 

Go to SVN repositories and right click > New > repository location.

 

width=1024 height=640http://www.aedes.us/i4/21.png[/img]

 

You have to find a live project in order to compile and having updates

 

 


Click here for live projects


 

Add it on the Url and click finish. (I have removed the link cause im on a private project, you can see the project's name but not the url :) )

 

22.png

 

open the link that u just added and then go to trunk and check all the folders (With ctrl + click) [u maybe need them in the future of your pack.]

 

23ror.png

 

Right click on them and checkout.

 

On other packs like L2JHardCode there will be only 2 folders that u will need; gameserver and loginserver. Here we need to compile on L2J Archid data, game and login.

 

Anyway, the only thing left to do to finish compile is this. left click on them > run as > ant build. (To all of them)

 

width=940 height=768http://www.aedes.us/i4/1dld.png[/img]

 

wait untill 1 by 1 gets finished and if u get a msg like [build finished Successful] then u are finished!

U'll get something like this on the console:

Buildfile: C:\workspace\L2J-Archid-Game\build.xml
clean:
   [delete] Deleting directory C:\workspace\L2J-Archid-Game\target
init:
    [mkdir] Created dir: C:\workspace\L2J-Archid-Game\target
    [mkdir] Created dir: C:\workspace\L2J-Archid-Game\target\classes
    [mkdir] Created dir: C:\workspace\L2J-Archid-Game\target\dist
    [mkdir] Created dir: C:\workspace\L2J-Archid-Game\target\dist\L2JArchid-Game
version:
     [echo] Game Server Revision: ${svn.info.rev}
compile:
    [javac] Compiling 1303 source files to C:\workspace\L2J-Archid-Game\target\classes
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
jar:
      [jar] Building jar: C:\workspace\L2J-Archid-Game\target\l2jarchid-game-1.1.5.jar
     [copy] Copying 1 file to C:\workspace\L2J-Archid-Game\target\dist\L2JArchid-Game\libs
dist:
     [copy] Copying 1 file to C:\workspace\L2J-Archid-Game\target\dist\L2JArchid-Game\config
     [copy] Copying 10 files to C:\workspace\L2J-Archid-Game\target\dist\L2JArchid-Game\libs
     [copy] Copying 5 files to C:\workspace\L2J-Archid-Game\target\dist\L2JArchid-Game
     [copy] Copying 2 files to C:\workspace\L2J-Archid-Game\target\dist\L2JArchid-Game\config\admin
     [copy] Copying 17 files to C:\workspace\L2J-Archid-Game\target\dist\L2JArchid-Game\config\main
     [copy] Copying 5 files to C:\workspace\L2J-Archid-Game\target\dist\L2JArchid-Game\config\mods
     [copy] Copying 4 files to C:\workspace\L2J-Archid-Game\target\dist\L2JArchid-Game\config\mods\events
     [copy] Copying 2 files to C:\workspace\L2J-Archid-Game\target\dist\L2JArchid-Game\config\network
      [zip] Building zip: C:\workspace\L2J-Archid-Game\target\L2J-Archid-Game.zip
BUILD SUCCESSFUL
Total time: 59 seconds

 

Then u dont need any more eclipse, u can close it.

 

go to your workspace folder, there is a build folder on l2jarchid data and extract the rar file on another folder that your server wil be, and on the l2jarchid server and game there are 2 target folders. u have to open them both and extract them to the same folder that data is. So your pack is ready. fix your network connections and u are ready.

 

On other packs like L2JHardCode it is more easy. There are 2 folders, l2jhardcode game and login. both of them have a build folder and you have to extract them to another folder and your pack is ready.

 

I made the guide the most easy i could. all download links are added to make it easier.


For L2JArchid:

For L2JArchid u will need 3 folders to extract:

C:\workspace\Archid-Data\build

C:\workspace\Archid-Login\target

C:\workspace\Archid-Game\target

Extract, and u are ready! :)

 

 

Video:

 

 

 

Download Link for video:    RapidShare | 4Shared

 

 

 

Posted

so ExTrEmEDwarf you need more work for this topic >.<

you need to add subversion collabnet cuz i have errors to compiling....

Buildfile: D:\workspace\trunk\L2J-Archid-Data\build.xml

init:

    [mkdir] Created dir: D:\workspace\trunk\L2J-Archid-Data\build

    [mkdir] Created dir: D:\workspace\trunk\L2J-Archid-Data\build\dist

    [mkdir] Created dir: D:\workspace\trunk\L2J-Archid-Data\build\classes

    [mkdir] Created dir: D:\workspace\trunk\L2J-Archid-Data\build\dist\L2JArchid-Game

    [mkdir] Created dir: D:\workspace\trunk\L2J-Archid-Data\build\dist\doc

    [mkdir] Created dir: D:\workspace\trunk\L2J-Archid-Data\build\dist\L2JArchid-Login

    [mkdir] Created dir: D:\workspace\trunk\L2J-Archid-Data\build\dist\L2JArchid-Game\libs

version:

      [svn] <Info> started ...

      [svn] <Info> finished.

    [echo] Data Pack Revision: 980

compile:

    [javac] Compiling 1 source file to D:\workspace\trunk\L2J-Archid-Data\build\classes

jar:

      [jar] Building jar: D:\workspace\trunk\L2J-Archid-Data\build\l2jarchid-data-1.1.5.jar

    [copy] Copying 1 file to D:\workspace\trunk\L2J-Archid-Data\build\dist\L2JArchid-Game\libs

    [copy] Copying 1 file to D:\workspace\trunk\L2J-Archid-Data\build\dist\L2JArchid-Login\libs

export:

    [sync] Copying 13866 files to D:\workspace\trunk\L2J-Archid-Data\build\dist\L2JArchid-Game\data

    [sync] Copying 124 files to D:\workspace\trunk\L2J-Archid-Data\build\dist\sql

    [sync] Copying 4 files to D:\workspace\trunk\L2J-Archid-Data\build\dist\tools

    [sync] Copying 1 file to D:\workspace\trunk\L2J-Archid-Data\build\dist\L2JArchid-Login

    [sync] Removed 1 dangling directory from D:\workspace\trunk\L2J-Archid-Data\build\dist\L2JArchid-Login

    [sync] Removed 1 dangling file from D:\workspace\trunk\L2J-Archid-Data\build\dist\L2JArchid-Login

dist:

      [zip] Building zip: D:\workspace\trunk\L2J-Archid-Data\build\L2J-Archid-DataPack.zip

BUILD SUCCESSFUL

Total time: 57 seconds

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



  • Posts

    • EspadaWorld Reborn - Lineage 2 High Five Private Server Official Website: https://l2espadaworld.com   GitHub Presentation: https://github.com/worldespada-cloud/EspadaWorld   About EspadaWorld Reborn   EspadaWorld Reborn is a cinematic Lineage 2 High Five private server project built on a customized FandC / L2J-style High Five core. The project is focused on balanced gameplay, PvP competition, PvE progression, custom systems, vote rewards, rankings, protection integration, website features, and long-term stability. EspadaWorld is not a clean stock pack. The server has been extended with custom systems, website integration, vote reward logic, protection-related modules, custom instance content, gameplay improvements, and server-side adjustments. Server Foundation Chronicle: Lineage 2 High Five Base: FandC High Five core, heavily customized Core style: L2J-based server architecture Build system: Apache Ant Java target: Java 25 Database: MySQL Project type: Active development / production server environment Main Features - Custom Lineage 2 High Five server environment - FandC-based core with custom improvements - Custom Community Board systems - Player ranking systems - PvP-focused gameplay logic - PvE progression support - Custom Espada instance and custom gameplay content - Vote reward system with multiple vote website integrations - Unified .getreward command - Website, account, ranking, vote, media, and download integration - Protection module integration - Admin tools and server management systems - Datapack and server packaging scripts Vote Reward System EspadaWorld includes a custom vote reward flow based around the .getreward command. The system verifies votes from all enabled vote websites and gives one unified global reward only after all required votes are confirmed. Current vote integration includes: - iTopZ - HopZone - L2Network - L2JBrasil - L2TopZone - L2Votes Vote system features: - Unified reward after all votes are confirmed - Configurable global reward list - Item amount and chance configuration - Cooldown / reuse protection - HWID / IP-based reward protection - Debug logging for vote verification - Anti-abuse logic for repeated reward claims Protection & Security The project includes protection-related modules and integration points designed to improve server and client-side security. Protection-related areas include: - Runtime protection module integration - Client protection support - Server-side validation systems - Anti-abuse logic around vote rewards and account actions - Configuration-driven security behavior - Release packaging support for protected builds Private protection details, keys, internal configuration, and production security data are not public. Custom Gameplay Content EspadaWorld Reborn includes custom gameplay work designed to give the server its own identity while keeping the Lineage 2 High Five feeling. Examples of custom content and systems: - Custom Espada instance - PvP-oriented systems and zones - PvE progression systems - Ranking and competition systems - Community Board extensions - Custom HTML and datapack content - Gameplay scripts and server-side feature extensions - Vote reward progression Website & Community Platform EspadaWorld also includes a modern web platform connected to the server community. Website features include: - Modern responsive website - Account panel - Download section - Vote section - Ranking pages - Media section - News and information system - Admin-controlled website settings - Theme/template system - SEO optimization - Performance optimization The website has been optimized for speed, accessibility, best practices, and SEO, offering a clean public presentation for the server and community. Useful Links Website: https://l2espadaworld.com   GitHub Presentation: https://github.com/worldespada-cloud/EspadaWorld   EspadaWorld Reborn is a cinematic Lineage 2 High Five private server project built on a customized FandC-based core.     Preserving safety and trust within our community is our priority. Thank you for your understanding and support!   Best regards,VastoLordes. Contact Information :  support@l2espadaworld.com
    • Hi,im looking for "stable" mid rate high five l2j files source included,i prefer not clean files but something already used by another server in the past,if you have something intrested and not shared pm me.
    • Hello, We are currently looking for an experienced Lineage 2 High Five client developer for our project EldoriaWorld. At the moment we need help with: High Five client edits Launcher integration Interface/UI improvements Branding changes Textures/icons/loading screens System modifications Client optimization We already have website, launcher setup and server infrastructure prepared. If interested, please message me with: your experience previous projects/work contact details Contact: Telegram: FrankJan Discord: LosBanannos Regards, Frank EldoriaWorld
    • Hi guys, I am interested. Added you on Telegram. Please reply.
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..