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

 

 

 

  • Upvote 1
Posted

well i have a problem here....in the step that you go windows-show view-others

 

it doesnt have a svn before team and after plug-in-development...what can i do now???

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

    • Hello! Are you sure you want to make it specifically as a cloak?
    • This back accessory is converted from a cloak, but unfortunately, it's only available for human male warriors. Other races don't have the animation rigged. I hope to improve this back accessory. After importing the animation and skeleton using Unreal Engine 2 Runtime, I get an error when saving it back to a .UKX file. Could you please advise me on how to add other races without encountering errors? Thank you very much!   https://www.mediafire.com/file/g52dgvbp0l28sdo/MFighter_Fuckl2jangel.ukx/file These are the effects of back accessories
    • Welcome to L2EpicFail Server developed by gamers for gamers!  OBT - 9th November 2025 at 18:00 GMT+0 GRAND OPENING - 14th November 2025 at 18:00 GMT+0 Website : https://l2epic.fail/ Discord : https://discord.gg/6hwhrkrHBG     Server Features and Rates Xp – 15x Sp – 9x Adena – 6x Drop – 3x Spoil - 3x Seal Stones drop -  3x   Epic Raid Boss drop - 1x Regular RBs - EXP 5x, SP 5x, drop 4x   Quest drop - 1x (some quests customized to 3x) Quest reward - 1x, Adena 3x, EXP 3x, SP 3x     Premium Account Xp +20% Sp +20% Adena +20% Drop +20% Spoil +20% Quest reward +20%   get by vote or donate World chat 20 times/day use ">" in chat. Buff Book outside of town. Applies to all accounts.     Special Features Classic interface ActiveAnticheat Vote System Missions Attendance check And more in information below     Noblesse There are 3 ways how to make noblesse 1 - Retail Quest with killing barakiel 2 - Modifed Quest, choose killing mobs for 100 items instead of barakiel 3 - Can be bought for Epic Coins     Raid Rank Killing regular Raids gives points according to the level of the RB to the clan of the player who killed the boss. At the end of every month, there will be rewards for top clans. For more info, follow our Discord.   monthly period killing RB = points to clan according to RB level rewards up to Valakas Necklace (not the first month) current statistics can be checked online     Epic Bosses & Respawns   Queen Ant 20 - 30 hours respawn window 1 hour always displayed in .epic auto PvP zone Max grade allowed - C -grade, Boss level 80 HP boosted drop chance 40% guards, nurses lvl 40   Orfen 20 - 30 hours respawn window 1 hour always displayed in .epic auto PvP zone Max grade allowed - B -grade, Boss level 80 HP boosted drop chance 40% earring gives +1 WIT, +1 INT   Core 20 - 30 hours respawn window 1 hour always displayed in .epic auto PvP zone Max grade allowed - B -grade, Boss level 80 HP boosted drop chance 40% ring gives +1 STR, +1 DEX   Zaken 44 - 54 hours respawn window 1 hour always displayed in .epic auto PvP zone  Max grade allowed - A -grade, Boss level 80 doors opened only 5 mins HP boosted   Baium Every Sunday 20:30 - 21:30 window 1 hour always displayed in .epic auto PvP zone (13 - 14th ToI level) regular HP   Frintezza Every Monday, Wednesday, Friday 20:00 - 21:00 window 1 hour always displayed in .epic auto PvP zone (all IT entrance) max 5 parties to entry max 500 range from NPC   Antharas Every two weeks on Saturday 21:00 - 22:00 window 1 hour always displayed in .epic auto PvP zone (bridge to heart)   Valakas Every two weeks on Saturday 21:00 - 22:00 window 1 hour always displayed in .epic auto PvP zone (Klein to heart)   every Epic RB drops Epic Medals equal to RB level x 10     Regular Bosses all regular RBs HP boosted M. def boosted a bit to give advantage to fighters all regular RBs respawn 24 - 30 hours every RB drops Epic Medals equal to RB level     Added Skills Mass Sweep - All Bounty Hunters 40+ Block Buff - All Characters, toggle Escape: 20 seconds - All Characters, no more SoEs   Skills autolearn. Losing skills after 16 levels of delevel. Max buffs 24 + 4 with books (no autolearn)     Augments NoGrade - 4% chance MidGrade - 5% chance HighGrade - 7% chance TopGrade - 6% chance   GM shop weapon/armor/jwl (max C grade) shots/spiritshots (max C grade) mana potions (500 MP, 5s)     NPC buffer all buffs, songs, dances including 3rd prof + resists 1 hour duration all chars Buff Book in inventory     Global Gatekeeper all towns including cata/necro ToI 3/5/7/10th     Olympiad Thursday to Saturday 18:00 - 23:50 UTC+0 period 7 days no class participants min 5 base class participants min 10 max enchant +6     Class Transfer 1st class 50k adena 2nd class 500k adena 3rd class 20kk adena + 700 Halisha marks (tradeable)     Noblesse Quest Quest retail like. Moonstone Shards, Demons Blood etc. quest drop boosted     Subclass Quest To get the quest, you have to be 75+ on your main character (start Reorin in Giran) Bring item from Cabrio chest Bring items from Hallate, Kernon and Golkonda chests Bring this back to Reorin Bring 984 B-grade crystals and top B weapon to Reorin Get low A-grade weapon as reward Done , you can take subclass (up to 5) from any Master in town     Clans all clan members get clan skills (no need for titles) max clan slots 65, max ppl in PvP zone 63 leave/dismiss penalty 0 hours max clans in ally 3     Others   max 3 windows per HWID (only one in PvP zone) protection after teleport for 20 seconds arrows and spellbooks drop turned off weight limit 10x, stackable enchants and LS champions blue (5x HP) min level for trade = 40, chat = 20 BoM/MoM spawned in towns
    • Hi, thank you for your help but still the same , try treadpool as well and try put buffs in database for it work in background but I still with the same problems. what confused me is in npc it works fine but in scheme.
    • you need send communityboard again after bypass
  • Topics

×
×
  • 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