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

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

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
Reply to this topic...

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




  • Posts

    • Get in touch via Discord, I created the autofarm you are looking for.   discord: admkelly
    • Classic move "its not a virus, all antiviruses are just wrong." The moment someone starts yelling "FIND THE MALICIOUS CODE" and mocking heuristic detection, its usually because there is something shady in there… or they have no clue what heuristic detection even is. If your files was clean, you wouldn’t be this defensive or getting personal.   when half the AV vendors are throwing out names like Trojan.Win32.Kasidet, Trj/Chgt.AD, and Gen:Variant.Tedy.537463, maybe it’s not "heuristics", maybe its just a shady-ass .rar. If there is smoke you don't argue with the smoke detector, you check the kitchen. But hey, maybe they all got paid too, right? 🤷‍♂️ the argue comes down to trusting you (a nobody) versus AV vendors   Popular threat label trojan.tedy Threat categories trojan  Family labels tedy   can i call you Teddy from now on? yes i can Teddy               Dont forget it was not something generic or maybe suspicious it just got detected with its specific version. and not only Teddy's Teddy some others too Kaspersky says Kasidet trojan keylogger, spyware, classic nasty stuff. Bitdefender, GData, VIPRE? Tedy variant, an actual known malware family. Panda, QuickHeal, Sophos, Fortinet everyone sees something dirty in there. But sure, they’re all wrong, and you’re the cybersecurity messiah who cracked the code. You really expect people to believe that 10 independent vendors with zero incentive to conspire against your .rar just happened to flag your file as malware… by accident? Maybe try this next time: instead of uploading garbage and calling people “idiots” when they don’t trust it, just don’t upload malware. Problem solved.
    • https://github.com/gawric/Guide-L2Unity/blob/main/Guide/Pakets/Blowfish/General description.md   Perhaps you will find it useful piece of encryption and decryption code from Acis Interlude   I transferred these methods to Unity c# and everything works fine   https://ibb.co/DHhP0JYr   I think the first 2 bytes are the packet size. Third byte packet id And then the information itself   It's all there in l2j servers  
    • Hello everyone, I'm facing exactly the same issue mentioned in this topic. I've correctly implemented several new mounts in my Lineage 2 Interlude server, but whenever I use the ride/mount action, the client always displays the default strider animation (lineagemonster.strider_m00), even though in my npcgrp.dat everything is correctly referenced to my custom ride.u files (e.g., ride.wolfhound_m00).   90102 Rider.wing_hound_vehicle Riders.wing_hound_vehicle_m00 2 RidersTex.wing_hound_t00 RidersTex.wing_hound_t01 0 1 0 1.00000000 0 1 4 ItemSound.armor_metal_weak_1 ItemSound.armor_leather_3 ItemSound.armor_metal_weak_3 ItemSound.armor_metal_weak_5 3 MonSound12.w_hound_dmg_1 MonSound12.w_hound_dmg_2 MonSound12.w_hound_dmg_3 0 1 0 LineageEffect.p_u002_a 0 50.00000000 250.00000000 70.00000000 0 1 41000 Rider.gray_horse Riders.gray_horse_m00 3 RidersTex.gray_horse.gray_horse_t00 RidersTex.gray_horse.gray_horse_t01 RidersTex.gray_horse.gray_horse_t02 0 1 0 1.05882394 0 1 4 MonSound.Hit_Shell_1 MonSound.Hit_normal_3 MonSound.Hit_Wood_3 MonSound.Hit_normal_12 3 MonSound.unicorn_b_dmg_1 MonSound.unicorn_b_dmg_2 MonSound.unicorn_b_dmg_3 0 1 0 LineageEffect.p_u002_a 0 50.00000000 250.00000000 70.00000000 0 1 41001 Rider.tawny_maned_lion Riders.tawny_maned_lion_m00 3 RidersTex.tawny_maned_lion.tawny_maned_lion_t00 RidersTex.tawny_maned_lion.tawny_maned_lion_t01 RidersTex.tawny_maned_lion.tawny_maned_lion_t02 0 1 0 1.50000000 0 1 5 MonSound.Hit_normal_12 MonSound.Hit_Normal_1 MonSound.Hit_Shell_3 MonSound.Hit_Shell_4 MonSound.Hit_Wet_4 3 MonSound.strider_dmg_1 MonSound.strider_dmg_2 MonSound.strider_dmg_3 0 1 0 LineageEffect.p_u002_a 0 50.00000000 250.00000000 70.00000000 0 1 41002 Rider.steam_sledge Riders.steam_sledge_m00 4 RidersTex.steam_sledge.steam_sledge_t00 RidersTex.steam_sledge.steam_sledge_t01 RidersTex.steam_sledge.steam_sledge_t02 RidersTex.steam_sledge.steam_sledge_t03 0 1 0 1.50000000 0 1 5 ItemSound.armor_metal_weak_3 ItemSound.armor_metal_weak_5 ItemSound.armor_metal_weak_10 ItemSound.armor_metal_alt_1 ItemSound.armor_metal_alt_6 3 MonSound.iron_golem_breathe MonSound.iron_golem_dmg_2 MonSound.iron_golem_dmg_3 0 1 0 LineageEffect.p_u002_a 0 50.00000000 250.00000000 70.00000000 0 1 41003 Rider.br_z_bike Riders.br_z_bike_m00 1 RidersTex.npc.br_z_bike_t00 0 1 0 1.00000000 0 1 5 MonSound.Hit_wood_1 MonSound.Hit_Wood_2 MonSound.Hit_Wood_3 MonSound.Hit_Wood_4 MonSound.Hit_Wood_5 0 0 1 0 LineageEffect.p_u002_a 0 50.00000000 250.00000000 70.00000000 0 1 41004 Rider.br_g_ant_princess Riders.g_ant_princess_m00 3 RidersTex.Npc.g_ant_princess_t00 RidersTex.Npc.g_ant_princess_t01 RidersTex.Npc.g_ant_princess_t02 0 1 0 1.39999998 0 1 4 MonSound.Hit_Normal_10 MonSound.Hit_Shell_2 MonSound.Hit_Wet_5 ItemSound.shield_bone_1 3 MonSound.queen_ant_dmg_1 MonSound.queen_ant_dmg_2 MonSound.queen_ant_dmg_3 0 1 0 LineageEffect.p_u002_a 0 50.00000000 250.00000000 70.00000000 0 1 41005 Rider.br_g_black_bear Riders.g_black_bear 2 RidersTex.Npc.g_black_bear_t00 RidersTex.Npc.g_black_bear_t01 0 1 0 1.39999998 0 1 4 MonSound.Hit_Normal_11 MonSound.Hit_Normal_13 MonSound.Hit_Wet_5 ItemSound.shield_bone_3 3 MonSound11.Kerberos_dmg01 MonSound11.Kerberos_dmg02 MonSound11.Kerberos_dmg03 0 1 0 LineageEffect.p_u002_a 0 50.00000000 250.00000000 70.00000000 0 1 41006 Rider.br_g_halloween_flying_broom Riders.g_halloween_flying_broom_m00 1 RidersTex.Npc.g_halloween_flying_broom 0 1 0 1.39999998 0 1 5 MonSound.Hit_wood_1 MonSound.Hit_Wood_2 MonSound.Hit_Wood_3 MonSound.Hit_Wood_4 MonSound.Hit_Wood_5 0 0 1 0 LineageEffect.p_u002_a 0 50.00000000 250.00000000 70.00000000 0 1 41007 Rider.illusion_vehicle Riders.illusion_vehicle_m00 2 RidersTex.bird_vehicle.bird_vehicle_t00 RidersTex.bird_vehicle.bird_vehicle_t01 0 1 0 1.05882394 0 1 4 MonSound.Hit_normal_3 MonSound.Hit_Wet_1 MonSound.Hit_Bone_2 MonSound.Hit_normal_12 0 0 1 0 LineageEffect.p_u002_a 0 50.00000000 250.00000000 70.00000000 0 1 41008 Rider.vehicle_lindvior Riders.vehicle_lindvior_m00 2 RidersTex.Vehicle_Lindvior.Vehicle_Lindvior_t00 RidersTex.Vehicle_Lindvior.Vehicle_Lindvior_t01 0 1 0 1.05882394 0 1 4 MonSound.Hit_Normal_1 MonSound.Hit_Wet_3 MonSound.Hit_Bone_8 MonSound.Hit_Wet_5 3 MonSound3.dragon_mage_dmg_1 MonSound3.dragon_mage_dmg_2 MonSound3.dragon_mage_dmg_3 0 1 0 LineageEffect.p_u002_a 0 50.00000000 250.00000000 70.00000000 0 1 41009 Rider.craft_vehicle_dwarf Riders.craft_vehicle_dwarf_m00 2 RidersTex.craft_vehicle_dwarf.craft_vehicle_dwarf_t00 RidersTex.craft_vehicle_dwarf.craft_vehicle_dwarf_t01 0 1 0 1.05882394 0 1 4 MonSound.Hit_Normal_1 MonSound.Hit_Wood_2 MonSound.Hit_Wood_3 MonSound.Hit_Normal_7 0 0 1 0 LineageEffect.p_u002_a 0 50.00000000 250.00000000 70.00000000 0 1 41010 Rider.eligor_vehicle Riders.eligor_vehicle_m00 2 RidersTex.eligor_vehicle.eligor_vehicle_t00 RidersTex.eligor_vehicle.eligor_vehicle_t01 0 1 0 1.00000000 0 1 4 MonSound.Hit_normal_3 MonSound.Hit_Wet_1 MonSound.Hit_Bone_2 MonSound.Hit_normal_12 3 MonSound16.kanilof_dmg_1 MonSound16.kanilof_dmg_2 MonSound16.kanilof_dmg_3 0 1 0 LineageEffect.p_u002_a 0 50.00000000 250.00000000 70.00000000 0 1 41011 Rider.elder_pegasus_vehicle Riders.elder_pegasus_vehicle_m00 2 RidersTex.elder_pegasus_vehicle.elder_pegasus_event_vehicle_t00 RidersTex.elder_pegasus_vehicle.elder_pegasus_event_vehicle_t01 0 1 0 1.00000000 0 1 5 MonSound.Hit_Normal_1 MonSound.Hit_Normal_6 MonSound.Hit_Normal_7 MonSound.Hit_Normal_8 MonSound.Hit_normal_12 3 MonSound12.cobalt_horse_dmg_1 MonSound12.cobalt_horse_dmg_2 MonSound12.cobalt_horse_dmg_3 0 1 0 LineageEffect.p_u002_a 0 50.00000000 250.00000000 70.00000000 0 1 41012 Rider.wing_hound_vehicle Riders.wing_hound_vehicle_m00 2 RidersTex.wing_hound_t00 RidersTex.wing_hound_t01 0 1 0 1.00000000 0 1 4 ItemSound.armor_metal_weak_1 ItemSound.armor_leather_3 ItemSound.armor_metal_weak_3 ItemSound.armor_metal_weak_5 3 MonSound12.w_hound_dmg_1 MonSound12.w_hound_dmg_2 MonSound12.w_hound_dmg_3 0 1 0 LineageEffect.p_u002_a 0 50.00000000 250.00000000 70.00000000 0 1 41013 Rider.sp_griffin_vehicle Riders.sp_griffin_vehicle_m00 3 RidersTex.griffin_vehicle.griffin_vehicle_t00 RidersTex.griffin_vehicle.griffin_vehicle_t01 RidersTex.griffin_vehicle.griffin_vehicle_t02 0 1 0 1.00000000 0 1 5 MonSound.Hit_Normal_1 MonSound.Hit_Normal_6 MonSound.Hit_Normal_7 MonSound.Hit_Normal_8 MonSound.Hit_normal_12 3 MonSound23.sp_griffin_dmg_1 MonSound23.sp_griffin_dmg_2 MonSound23.sp_griffin_dmg_3 0 1 0 LineageEffect.p_u002_a 0 50.00000000 250.00000000 70.00000000 0 1 I've examined the server-side code and realized the problem likely comes from the client only looking at the _rideType (which is 1 for STRIDER) and ignoring the _rideNpcId when determining which animation to load. @Banshee Garnet mentioned an "extended dll" - does this involve modifying the L2.dll or L2Client.dll so it checks the NpcId in addition to the rideType? Has anyone already made this modification and could share more details on how to proceed? Looking at l2royale.com, I can see they indeed have multiple functional mounts in their Interlude client. I'd like to understand which approach they used: Is it indeed a DLL modification? Which specific parts of the DLL need to be modified? Are there already patches or tools that allow adding this functionality? If anyone has successfully implemented multiple mounts in Interlude or knows the precise technical solution, I would be very grateful for any information or help. Thanks in advance!
  • Topics

×
×
  • Create New...