Jump to content

Recommended Posts

Posted

Tutorial : Downoad, edit sources and compile an l2jfree project with NetBeans.

(Windows XP version)

 

Notes :

 

      - This is the procedure I've followed for installing everything on my Asus Eee netbook, with standard Windows XP installation.

      Hopefully this will be clean enough and standard enough for anyone with the same OS to follow these simple steps. And maybe other OS's too, but I wouldn't guarantee it

 

      - In a few months I'll probably do this tutorial again for Windows Seven, if anything should be different.

 

      - If you want to compile on an UNIX-based system, I enjoin you to follow this link, where it is clearly exposed how to do so. (FIXME: LINK IS MISSING)

 

 

Step 1 : JDK.

 

      - Follow this link : http://java.sun.com/javase/downloads/index.jsp

      - Choose the JDK 6 Update 16 (or any newer version that you may find at the time you read this tutorial) by clicking on the orange "Download" button.

      - Choose Windows in the "platform" list. If you use Windows XP 64 of course, you should choose "Windows x64".

      - Click on the checkbox and then "continue"

      - On this page, click on the ".exe" link and download. Then install it as you would normally do with any windows program.

 

 

Step 2 : NetBeans

 

      - Go on this page : http://www.netbeans.org/downloads/

      - Choose the "download" button in the first column. You don't need extra stuff if you just want to mess with the l2jfree project. However, feel free to look around if you're interested in working with netBeans on other projects or languages.

      - Launch the install of the executable file you have just downloaded. At some point in the installation you will be asked to indicate the path to the JDK. If it isn't filled automatically by the installer, enter the path you have chosen in step 1 to install the JDK.

      - Launch the application and do all the suggested updates.

 

 

Step 3 : Subversion

 

      - Go there : http://www.open.collab.net/downloads/netbeans/

      - Choose the CollabNet Subversion Command Line Client v1.5.5 (for Windows)

      - Click on the orange download button, create an account and get the .exe file.

      - Install it

      - Open your command line (cmd.exe). Type "svn --version" and then enter. If you get an error message, do the following :

            - Go to Configuration panel->System->Advanced->Environment variables

            - In the system variables, Modify the path variable and add at the end the following :

            ";C:\Program Files\CollabNet Subversion Client" without the quotes. If you have installed subversion somewhere else, of course, enter the corresponding path in place of this one.

            - Check if it works by relaunching cmd.exe and typing svn --version again.

 

 

Step 4 : Checkout !

 

      - Restart NetBeans. All the updates should be done by now.

      - In the team menu, choose Subversion -> Checkout...

      - The repository URL is : http://svn.l2jfree.com/svn/l2j-free/

      - Browse the repository folders. The unstable but most up-to-date version is the one contained in trunk. Stable versions are in archive (last stable for each chronicle/throne) and tags (each version of login/gameserver)

      - Choose the local folder in which all the sources will be extracted.

      - Click on finish.

      - A project should have appeared in your left sidebar, called l2jfree-main something. Extend it, then choose module, and you should see the different parts : l2jfree-core, l2jfree-login, etc.

      - Open them all by right-clicking and choosing "Open Project".

 

 

Step 5 : Maven

 

      - Well, now you've got all your sources, you can edit them as you like, but you might want to compile now.

      - You need to download maven http://www.apache.org/dyn/closer.cgi/maven/source/apache-maven-2.2.1-bin.zip

      - Unzip it wherever you like but remember the path !

      - In NetBeans, open the Tools menu and select Options.

      - Click on the "Miscellaneous" icon.

      - Click on "Maven"

      - In the "External maven home" textbox, enter the path I asked you to remember earlier.

      - In the "global options definition" field, write "-Dmaven.test.skip=true" (without quotes of course)

 

 

Step 6 : Finally, compile !

 

      - Now right click on an opened project (first you need to compile l2j-commons and mmocore in order to make it work for login and core) and choose Custom -> Goals...

      - There, in the "Goals" field, just write "assembly:assembly" and then click "OK". Compilation should start.

      - If you get an error saying something like "Java heap space / out of resources", you need to go to your Maven directory, in the "bin" subdir, and edit the mvn.bat file :

            - Find the line beginning by the following string : "%MAVEN_JAVA_EXE% %MAVEN_OPTS% -classpath %CLASSWORLDS_JAR%"

            - Replace it with "%MAVEN_JAVA_EXE% %MAVEN_OPTS% -Xmx1024m -classpath %CLASSWORLDS_JAR%"

            - If you have 1 Go of RAM or less, you might want to write "-Xmx512m" instead, because your system won't be ale to allocate 1 Go for the heap.

            - Retry compiling.

      - Your server is now compiled and ready to be run.

 

all credits go to shinzer0

Posted

Why eclipse is better ? I think netbeans is faster and it have easy interface :) Ty

 

Because of coding amenities.

  • 2 months later...
Posted
Step 3 : Subversion

 

      - Go there : http://www.open.collab.net/downloads/netbeans/

      - Choose the CollabNet Subversion Command Line Client v1.5.5 (for Windows)

      - Click on the orange download button, create an account and get the .exe file.

      - Install it

      - Open your command line (cmd.exe). Type "svn --version" and then enter. If you get an error message, do the following :

            - Go to Configuration panel->System->Advanced->Environment variables

            - In the system variables, Modify the path variable and add at the end the following :

            ";C:\Program Files\CollabNet Subversion Client" without the quotes. If you have installed subversion somewhere else, of course, enter the corresponding path in place of this one.

i don this all but in CMD i have error

 

C:\Documents and Settings\Leki>svn --version
svn: warning: cannot set LC_CTYPE locale
svn: warning: environment variable LANG is not set
svn: warning: please check that your locale name is correct
svn, version 1.6.12 (r955767)
compiled Jun 21 2010, 16:00:59

 

what is problem?

            - Check if it works by relaunching cmd.exe and typing svn --version again.[/quote

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, I'm completely sharing my first attempt of functional PvE & PvP level/gear based independed phantoms. This source is completely made by AI so no hard critisism please. The extension is in a very early stage and it's not tested properly so its NOT supposed to be used in a live server yet because it still needs stability/optimization improvements.   The architecture is already done, third class behaviors are looking good (but still needs adjustments mostly for melee classes). I am currently dealing with second occupation classes functionality (most of them are functional).   The extension will automatically create the lucera_autobots table on starting the gameserver and then you will be able to populate the table with many rows of bots manually or save them to DB through the ingame bot's panel, you can also create temporary bots by not hitting the "Save Bot" button. The clan can be added to the bots as clanID through lucera_autobots DB table, the clan has to be owned by a real player with or without alliance, the bot will be spawned with the clan or clan+ally crest.     Request for advices and ideas: At the moment i haven't figured out an easy way (other than building a full navigation system of the world) to make the bot understand the geodata, avoid all the city obstacles and walk to gatekeeper, then travel back to the farming location on foot and avoid any obstacles and town layout so at this current state the bots are doing this: on death > go to village > stay idle for 30 seconds (time delay can be configured from the bot's management panel or through the DB table) > directly teleport back to death location.   On in-game, use //autobots command and create bots normally through the panel's options. NOTE: The bots will not attack a gm character.               LATEST CHANGELOGS SINCE BUILD M28: M29: Improved the mechanics and behavior for all the second and third classes. Added/adjusted PvP skills and self-buffs for many classes. Improved Tyrant/Grand Khavatari combat and force-charge behavior. Added tank skill/auto-attack rotations. Added Bladedancer dances/debuff behavior. Added mage skills such as Silence, Curse Fear, Aura Flash, Ice Dagger and Frost Bolt with usage limits. Increased dagger Switch usage to 25%. Added obstacle escape movement when bots get stuck while RETURNING to their farm area. M30: Reduced the pause after tank and archer sidestep movements so they re-engage faster. Improved Titan/Destroyer combat recovery and added Braveheart condition. Started fixing Gladiator/Duelist charge/combat behavior. Verified all classes can use Idle, AttackFlagged, and AttackEveryone. Reinforced the rule that skills are used only when actually learned by the bot. M31: Fixed offensive mage combat-entry logic for AttackEveryone. Prevented hostile mage debuffs from being used as the initial action against peaceful players. M32: Added a farming-area watchdog so bots outside their configured farm range return instead of remaining stuck in FARMING. Fixed automatic teleport recovery so it cannot silently replace the bot's configured farm origin. M33: Removed the newer broken Gladiator/Duelist charge state-machine and restored more of the older M27-style combat logic. M34: Completely rewrote Gladiator/Duelist combat behavior Gladiator/Duelist now use the same core combat system in PvE and PvP. All skills remain level/learned-skill dependent. M43: Fixed a visual “jump/teleport” issue during PvP. Removed the extra manual position correction that was interfering with Lucera’s normal movement updates. Kept the old movement safety protections that prevent real long-distance rollback bugs. Added Vicious Stance toggle always ON for fighter classes when learned. Added Arcane Power toggle always ON for offensive mages level 78+ when learned. Improved potion usage so bots follow Lucera’s normal item cooldown behavior. Changed Warsmith weapons/shields for several level ranges. Added None as a buff package (the bot will spawn without buffs). Removed Greater CP Potions from level 1–39 bots. Reworked starter fighter equipment for levels 1–10 and 11–19. Corrected several starter class names in the autobots UI panel. Improved the Autobots panel layout. Improved spacing and descriptions on the Create Bot page. Added basic pagination to the autobots UI panel. Changed buttons toward Lucera’s native button style. Improved spacing around the bot list and search area. Added a search layout. Reworked the main page, Create Bot page, class selection and manage pages. No AI, combat, movement, inventory, or DB behavior was changed.   Next update milestone: Ensuring stability and optimization changes.  
    • ASocks.com provides residential, mobile and datacenter proxies with a pool of 7M+ IPs across 150+ locations. Built for web scraping, market research, ad verification, and automation, it offers flexible rotation, city- and ASN-level targeting, 24/7 support and transparent pricing with no traffic expiration.
    • SX.ORG is a global proxy platform offering residential, mobile,  and datacenter IPs for SEO, web scraping, ad verification and multi-account management. It provides flexible IP rotation, precise geo-targeting, HTTP(S)/SOCKS5 support, API access and pay-as-you-go pricing based only on the traffic you use.
  • 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..