Jump to content

Recommended Posts

Posted

Update with L2jServer BETA 8628

Fixed in this BETA:                   

- BETA: Missing safe check update from [8332].

- BETA: Added email & created_time columns to accounts.sql (used by some tools like ACM and Drupal).

- BETA: Mutated Kaneus & Gracia Quests from Jython to Java by nonom.

- BETA: Partially reverted "Heal to Effects" changesets (will be done more complete way someday), others minor things will be reverted later (if some issues are detected/reported).

- BETA: Misc fixes:

    More fixes for [4890] and fix for #5883 ...

    Removed L2World reference from L2BirthdayCakeInstance.

    GPL and JavaDoc? fixes.

- BETA: Misc fixes:

    NPE vulnerability:

        1. L2EffectPointInstance

    Unnecessary math operations:

        1. RecoBonus?

    Unexpected result ([C@e0b6f5) from [4901]

        1. java/com/l2jserver/gameserver/util/Util

    Out-dated GPL notice:

        1. StringUtil?

        2. java/com/l2jserver/util/Util

  Note: StringUtil? should be optimized and probably merged with some utility classes.

- BETA: Ugly temp fix for augment skills disappearing from the shortcuts.

- BETA: Some NPE fixes.

- Adding ClanNameTemplate? config, making clans to use specific name patterns in their name.

  If you set the config to [A-Za-z0-9]* you will force clan names to use only latin characters, thus evading some exploits that can be caused by clan names with non-latin characters.

- BETA: Misc fixes:

        If there is a document exception server shouldn't NPE:

            1. EnchantHPBonusData

            2. ExperienceTable?

            3. NpcWalkerRoutesTable?

            4. PetDataTable?

        NPE vulnerability:

            1. DayNightSpawnManager?

            2. RequestPreviewItem?

        Static variables shouldn't be initialized in instances.

            1. HandysBlockCheckerManager? (JavaDoc? typo fixes too)

            2. GMHide

            3. SSQInfo

        Variable can't be null at this point:

            1. L2PcInstance (minor improvement too)

Posted

hi there, got a little problem with building source files :/

 

Buildfile: C:\Users\Kompik\workspace\L2J_DataPack_BETA\build.xml
clean:
checkRequirements:
getChangelogDateVersion:

BUILD FAILED
C:\Users\Kompik\workspace\L2J_DataPack_BETA\build.xml:64: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified

Total time: 368 milliseconds

 

what's wrong with that :/ ?

Posted

hi there, got a little problem with building source files :/

 

Buildfile: C:\Users\Kompik\workspace\L2J_DataPack_BETA\build.xml
clean:
checkRequirements:
getChangelogDateVersion:

BUILD FAILED
C:\Users\Kompik\workspace\L2J_DataPack_BETA\build.xml:64: Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified

Total time: 368 milliseconds

 

what's wrong with that :/ ?

Necessary software to download and install

    Eclipse Classic 3.7.1: ​http://www.eclipse.org/downloads/
    Java SE JDK 7u2: ​http://www.oracle.com/technetwork/java/javase/downloads/index.html
    Subclipse 1.8.4: ​http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuA
    Subversion 1.7.2: ​http://subversion.apache.org/packages.html 

Note for Subversion: If you are using Windows download:

    SlikSVN: ​http://www.sliksvn.com/en/download 

You have installed all?

 

Posted

Sorry 007florin

 

But i want to Ask when God Beta Revisions will start?? Because i have already find one-two server's that is already god.. look here for example.

http://linebr.com.br/downloads/index4.php

Somebody asked on L2jServer forum when GoD will be released or something like that and the answer posted is.

MELERIX: when somebody start to work on it.

Posted

We won't start GoD any time soon, we will synch beta branch with stable after some more work is done and tested, and then we will do some major reworks, after those rework we will start with GoD client support (packets and stuff like that) then we will start with datapack.

 

There is a chance that we do those major reworks in parallel with the client support to speed up a little the process, but I wouldn't count on that.

Posted

There are still some issues with the new olympiad arena, especially on Orbis Arena (players sometimes get stucked in the statue in the middle) and Three Bridges Arena (Sometimes players fall in the lava and you aren't able to hit them)

Posted

There are still some issues with the new olympiad arena, especially on Orbis Arena (players sometimes get stucked in the statue in the middle) and Three Bridges Arena (Sometimes players fall in the lava and you aren't able to hit them)

Report any problems / bugs on L2jServer Forum.

L2jServer Dev's don't verify this forum or any other forum outside their forum.

Posted

There are still some issues with the new olympiad arena, especially on Orbis Arena (players sometimes get stucked in the statue in the middle) and Three Bridges Arena (Sometimes players fall in the lava and you aren't able to hit them)

 

that is your geodata, not L2J.

Posted

boys i do it all perfect but i have a problem when i open registergameserver error is could not find or load main class com.l2jserver.gsregistering.BaseGameServerRegister can you help me please i Have dowload all ready all java versions and JDK version but again say me that error

 

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

    • First, don't really follow the "main voice", moreover if you consider it an hobby. Simply do what you want, you got only one life so use it as you want. If you make it an hobby, it's exactly like piano, or velo - only practice makes you better.   Secondly, how do you learn things ? It's actually a really important question, since some can simply be scholar, read books (theory) then practice ; and some simply can't read books. I'm the second type, I hated school, I find it boring - my knowledge in Java comes from try-and-fail. You improve your coding style every year or so, I can myself rewrite my own code (which I already considered top-notched) after a while. You always learn something new - even if Java barely evolves. L2J is a fun way to learn programming, it's a giant sandbox where you can edit anything, and I believe it should be taken as it.   My own way of learning was as follow : Add existing customs, no matter what they are : the point is to know main classes used by L2J / customs. L2J is barely Java knowledge ; the true knowledge is to know WHAT to search in WHICH location (what I call, organization). You have to understand than EVERYTHING you think already exists, in a form on another, in the source code. A custom is only the association of the different mechanisms you found "here and there", glued together in a proper goal. Once you know main classes to edit, and the customs you added are compiling fine, the main point is to know WHAT exactly you DID. Try to understand WHY and WHERE you actually copied the code. Third point would be to MANIPULATE the customs you added in order to fit your wish. First edit little values, then logic conditions ; eventually add a new Config, or a new functionality to the custom. Fourth point would be to begin to craft your own ideas. Once again, EVERYTHING already exists, in a form or another. You want a cycled event ? You got Seven Signs main task as exemple. Npc ? Search any type of Npc and figure out what it does. Fifth point would be to understand Java - mostly containers (WHAT and WHERE to use them), variables types and main Java mechanisms (inheritance, static modifier, etc). You should also begin to cut your code into maintainable classes or methods. Java can actually run without optimization, but bigger your ideas, more optimized and well-thought it should be. It's direct saved time in the future, and you would thank yourself doing so. Main tips : ALWAYS use any type of versioning system - GIT or SVN. It allows to save your work, step by step and eventually revert back anytime you want if you terribly messed up. L2J is 80% organization knowledge, and 20% Java knowledge. Basically, if you know WHAT and WHERE to search, if you aren't dumb, it's easy to replicate and re-use things. Cherry on top is to use a already good coded pack to avoid copy-paste crap and get bad habits. Avoid any type of russian or brazilian packs, for exemple - their best ability is to leak someone's else code. Obviously you need some default sense of logic, but Java and programming in general help you to improve it.   Finally, most of your questions could be solved joining related Discord (at least for aCis, I can't speak for others) - from the moment your question was correctly asked (and you seemed to search for the answer). My community (and myself) welcomes newbies, but got some issues with noobies.   The simpliest is to try, fail and repeat until you succeed - it sounds stupid, but that's basically how life works.   PS : about Java ressources, before ChatGPT, it was mostly about stackoverflow website, and site like Baeldung's one. With ChatGPT and alike, you generally double-cross AI output to avoid fucked up answers. Also, care about AI, they are often hallucinating really hard, even today. They can give you complete wrong answer, you tell them they are wrong, and they say "indeed, I suck, sorry - here's a new fucked up answer". You shouldn't 100% rely over AI answer, even if that can give sometimes legit answers, full code or just skeletons of ideas.   PPS : I don't think there are reliable ressources regarding L2J itself, also most of the proposed code decays pretty fast if the source code is actually maintained (at least for aCis). Still, old coded customs for old aCis sources are actually a good beginner challenge to apply on latest source.
    • WTS: - AQ - Baium - Zaken  - Frintezza - Vesper Fighter Focus Fire Element   pm for detalis
    • We have the best price! L2Reborn.org Signature x1 Franz NEW!! 1KK = $20 HURRY TO BUY AT THE TOP PRICE discord - adver745645
  • 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