Jump to content

Recommended Posts

Posted

is this project good to open an high rate server ? i mean all skills work , sieges , summons , olympiad , wards , retail stats ?

 

yes, we have Light & Darkness siege system, New noblesse quest and much more..

  • 2 weeks later...
Posted

I would like compile your server, but i have got errors  (I have Eclipse IDE for Java EE Developers)

 

Buildfile: D:\workspace2\LineageGoD\build.xml

checkRequirements:

clean:

  [delete] Deleting directory D:\workspace2\build

init:

    [mkdir] Created dir: D:\workspace2\build

compile-commons:

    [mkdir] Created dir: D:\workspace2\build\classes

    [javac] Compiling 84 source files to D:\workspace2\build\classes

    [javac] D:\workspace2\LineageGoD\java\lineage2\commons\collections\EmptyIterator.java:26: warning: [rawtypes] found raw type: Iterator

    [javac] private static final Iterator INSTANCE = new EmptyIterator();

    [javac]                     ^

    [javac]  missing type arguments for generic class Iterator<E>

    [javac]  where E is a type-variable:

    [javac]    E extends Object declared in interface Iterator

    [javac] D:\workspace2\LineageGoD\java\lineage2\commons\collections\EmptyIterator.java:26: warning: [rawtypes] found raw type: EmptyIterator

    [javac] private static final Iterator INSTANCE = new EmptyIterator();

    [javac]                                             ^

    [javac]  missing type arguments for generic class EmptyIterator<E>

    [javac]  where E is a type-variable:

    [javac]    E extends Object declared in class EmptyIterator

    [javac] D:\workspace2\LineageGoD\java\lineage2\commons\collections\JoinedIterator.java:47: warning: [rawtypes] found raw type: Iterator

    [javac] this(iterators.toArray(new Iterator[iterators.size()]));

    [javac]                           ^

    [javac]  missing type arguments for generic class Iterator<E>

    [javac]  where E is a type-variable:

    [javac]    E extends Object declared in interface Iterator

    [javac] D:\workspace2\LineageGoD\java\lineage2\commons\net\nio\impl\IClientFactory.java:19: warning: [rawtypes] found raw type: MMOClient

    [javac] public interface IClientFactory<T extends MMOClient>

    [javac]                                          ^

    [javac]  missing type arguments for generic class MMOClient<T>

    [javac]  where T is a type-variable:

    [javac]    T extends MMOConnection declared in class MMOClient

    [javac] D:\workspace2\LineageGoD\java\lineage2\commons\net\nio\impl\MMOClient.java:21: warning: [rawtypes] found raw type: MMOConnection

    [javac] public abstract class MMOClient<T extends MMOConnection>

    [javac]                                          ^

    [javac]  missing type arguments for generic class MMOConnection<T>

    [javac]  where T is a type-variable:

    [javac]    T extends MMOClient declared in class MMOConnection

    [javac] D:\workspace2\LineageGoD\java\lineage2\commons\net\nio\impl\MMOConnection.java:31: warning: [rawtypes] found raw type: MMOClient

    [javac] public class MMOConnection<T extends MMOClient>

    [javac]                                      ^

    [javac]  missing type arguments for generic class MMOClient<T>

    [javac]  where T is a type-variable:

    [javac]    T extends MMOConnection declared in class MMOClient

    [javac] D:\workspace2\LineageGoD\java\lineage2\commons\net\nio\impl\SelectorThread.java:40: warning: [rawtypes] found raw type: MMOClient

    [javac] public class SelectorThread<T extends MMOClient> extends Thread

    [javac]                                      ^

    [javac]  missing type arguments for generic class MMOClient<T>

    [javac]  where T is a type-variable:

    [javac]    T extends MMOConnection declared in class MMOClient

    [javac] D:\workspace2\LineageGoD\java\lineage2\commons\net\nio\impl\SelectorThread.java:112: warning: [rawtypes] found raw type: SelectorThread

    [javac] private static final List<SelectorThread> ALL_SELECTORS = new ArrayList<>();

    [javac]                           ^

    [javac]  missing type arguments for generic class SelectorThread<T>

    [javac]  where T is a type-variable:

    [javac]    T extends MMOClient declared in class SelectorThread

    [javac] D:\workspace2\LineageGoD\java\lineage2\commons\net\nio\impl\SendablePacket.java:21: warning: [rawtypes] found raw type: MMOClient

    [javac] public abstract class SendablePacket<T extends MMOClient> extends lineage2.commons.net.nio.SendablePacket<T>

    [javac]                                                ^

    [javac]  missing type arguments for generic class MMOClient<T>

    [javac]  where T is a type-variable:

    [javac]    T extends MMOConnection declared in class MMOClient

    [javac] D:\workspace2\LineageGoD\java\lineage2\commons\net\nio\impl\ReceivablePacket.java:21: warning: [rawtypes] found raw type: MMOClient

    [javac] public abstract class ReceivablePacket<T extends MMOClient> extends lineage2.commons.net.nio.ReceivablePacket<T>

    [javac]                                                  ^

    [javac]  missing type arguments for generic class MMOClient<T>

    [javac]  where T is a type-variable:

    [javac]    T extends MMOConnection declared in class MMOClient

    [javac] D:\workspace2\LineageGoD\java\lineage2\commons\net\nio\impl\IPacketHandler.java:21: warning: [rawtypes] found raw type: MMOClient

    [javac] public interface IPacketHandler<T extends MMOClient>

    [javac]                                          ^

    [javac]  missing type arguments for generic class MMOClient<T>

    [javac]  where T is a type-variable:

    [javac]    T extends MMOConnection declared in class MMOClient

    [javac] D:\workspace2\LineageGoD\java\lineage2\commons\net\nio\impl\IMMOExecutor.java:19: warning: [rawtypes] found raw type: MMOClient

    [javac] public interface IMMOExecutor<T extends MMOClient>

    [javac]                                        ^

    [javac]  missing type arguments for generic class MMOClient<T>

    [javac]  where T is a type-variable:

    [javac]    T extends MMOConnection declared in class MMOClient

    [javac] D:\workspace2\LineageGoD\java\lineage2\commons\net\nio\impl\MMOExecutableQueue.java:25: warning: [rawtypes] found raw type: MMOClient

    [javac] public class MMOExecutableQueue<T extends MMOClient> implements Queue<ReceivablePacket<T>>, Runnable

    [javac]                                          ^

    [javac]  missing type arguments for generic class MMOClient<T>

    [javac]  where T is a type-variable:

    [javac]    T extends MMOConnection declared in class MMOClient

    [javac] 13 warnings

commons-jar:

      [jar] Building jar: D:\workspace2\build\lineage2-commons.jar

compile-authserver:

  [delete] Deleting directory D:\workspace2\build\classes

    [mkdir] Created dir: D:\workspace2\build\classes

    [javac] Compiling 59 source files to D:\workspace2\build\classes

authserver-jar:

      [jar] Building jar: D:\workspace2\build\lineage2-loginserver.jar

authserver:

    [mkdir] Created dir: D:\workspace2\build\dist

    [mkdir] Created dir: D:\workspace2\build\dist\loginserver

    [mkdir] Created dir: D:\workspace2\build\dist\libs

    [mkdir] Created dir: D:\workspace2\build\dist\loginserver\log

    [copy] Copying 2 files to D:\workspace2\build\dist\libs

    [copy] Copying 18 files to D:\workspace2\build\dist\libs

    [copy] Copying 10 files to D:\workspace2\build\dist\loginserver

compile-gameserver:

  [delete] Deleting directory D:\workspace2\build\classes

    [mkdir] Created dir: D:\workspace2\build\classes

    [javac] Compiling 1934 source files to D:\workspace2\build\classes

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\model\Player.java:10022: warning: [cast] redundant cast to Entry<Integer,Integer>

    [javac] Map.Entry<Integer,Integer> e = (Map.Entry<Integer, Integer>)i.next();

    [javac]                               ^

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\model\entity\residence\Castle.java:648: warning: [unchecked] unchecked conversion

    [javac]        List<Fortress> list = _relatedFortresses.get(Fortress.DOMAIN);

    [javac]                                                    ^

    [javac]  required: List<Fortress>

    [javac]  found:    List

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\model\instances\TamedBeastInstance.java:88: warning: [rawtypes] found raw type: Entry

    [javac] private static final Map.Entry<NpcString, int[]>[] TAMED_DATA = new Map.Entry[6];

    [javac]                                                                       ^

    [javac]  missing type arguments for generic class Entry<K,V>

    [javac]  where K,V are type-variables:

    [javac]    K extends Object declared in interface Entry

    [javac]    V extends Object declared in interface Entry

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\stats\funcs\FuncTemplate.java:80: warning: [rawtypes] found raw type: Class

    [javac] _constructor = _func.getConstructor(new Class[]

    [javac]                                         ^

    [javac]  missing type arguments for generic class Class<T>

    [javac]  where T is a type-variable:

    [javac]    T extends Object declared in class Class

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\templates\npc\NpcTemplate.java:901: warning: [cast] redundant cast to WalkerRoute

    [javac] return (WalkerRoute)this._walkerRoute.get(id);

    [javac]       ^

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\templates\npc\RandomActions.java:27: warning: [cast] redundant cast to Action[]

    [javac] Action[] actionsArr = (Action[])_actions.values(new Action[_actions.size()]);

    [javac]                       ^

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\templates\npc\RandomActions.java:30: warning: [cast] redundant cast to Action

    [javac] return (Action)_actions.get(id);

    [javac]       ^

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\templates\npc\WalkerRoute.java:35: warning: [cast] redundant cast to WalkerRoutePoint

    [javac] return (WalkerRoutePoint)_points.get(id);

    [javac]       ^

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\GameServer.java:328: warning: [rawtypes] found raw type: SelectorThread

    [javac] _selectorThreads = new SelectorThread[Config.PORTS_GAME.length];

    [javac]                       ^

    [javac]  missing type arguments for generic class SelectorThread<T>

    [javac]  where T is a type-variable:

    [javac]    T extends MMOClient declared in class SelectorThread

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\GameServer.java:328: warning: [unchecked] unchecked conversion

    [javac] _selectorThreads = new SelectorThread[Config.PORTS_GAME.length];

    [javac]                   ^

    [javac]  required: SelectorThread<GameClient>[]

    [javac]  found:    SelectorThread[]

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\ai\NpcAI.java:162: warning: [fallthrough] possible fall-through into case

    [javac] case 2:

    [javac] ^

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\ai\NpcAI.java:168: warning: [fallthrough] possible fall-through into case

    [javac] case 3:

    [javac] ^

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\ai\NpcAI.java:189: warning: [fallthrough] possible fall-through into case

    [javac] case 5:

    [javac] ^

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\data\xml\holder\RestorationInfoHolder.java:31: warning: [cast] redundant cast to RestorationInfo

    [javac] return (RestorationInfo)this._restorationInfoList.get(SkillTable.getSkillHashCode(skillId, skillLvl));

    [javac]       ^

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\templates\skill\restoration\RestorationInfo.java:73: warning: [cast] redundant cast to RestorationGroup[]

    [javac] RestorationGroup[] groupsArray = (RestorationGroup[])successGroups.toArray(new RestorationGroup[successGroups.size()]);

    [javac]                                 ^

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\data\xml\holder\SkillAcquireHolder.java:733: warning: [cast] redundant cast to Entry<Integer,List<SkillLearn>>

    [javac] Map.Entry<Integer, List<SkillLearn>> e = (Map.Entry<Integer,List<SkillLearn>>) allClassSkills.next();

    [javac]                                         ^

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\data\xml\holder\SkillAcquireHolder.java:751: warning: [cast] redundant cast to Entry<Integer,List<SkillLearn>>

    [javac] Map.Entry<Integer, List<SkillLearn>> e = (Map.Entry<Integer,List<SkillLearn>>) allClassSkills.next();

    [javac]                                         ^

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\data\xml\parser\RestorationInfoParser.java:69: warning: [cast] redundant cast to RestorationInfoHolder

    [javac] ((RestorationInfoHolder)getHolder()).addRestorationInfo(restorationInfo);

    [javac] ^

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\handler\admincommands\impl\AdminEffects.java:410: warning: [fallthrough] possible fall-through into case

    [javac] case admin_transform:

    [javac] ^

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\network\serverpackets\ExReceiveOlympiad.java:74: warning: [rawtypes] found raw type: ArrayList

    [javac] private List<PlayerInfo>[] _players = new ArrayList[2];

    [javac]                                           ^

    [javac]  missing type arguments for generic class ArrayList<E>

    [javac]  where E is a type-variable:

    [javac]    E extends Object declared in class ArrayList

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\network\serverpackets\ExVitalityEffectInfo.java:14: warning: [cast] redundant cast to int

    [javac] expBonus = (int) (player.getVitality() == 0 ? 0 : (int) (Config.ALT_VITALITY_RATE * 100));

    [javac]           ^

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:174: warning: [rawtypes] found raw type: ArrayList

    [javac] private final List<?>[] _augStats = new ArrayList[4];

    [javac]                                         ^

    [javac]  missing type arguments for generic class ArrayList<E>

    [javac]  where E is a type-variable:

    [javac]    E extends Object declared in class ArrayList

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:178: warning: [rawtypes] found raw type: ArrayList

    [javac] private final List<?>[] _augAccStats = new ArrayList[4];

    [javac]                                           ^

    [javac]  missing type arguments for generic class ArrayList<E>

    [javac]  where E is a type-variable:

    [javac]    E extends Object declared in class ArrayList

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:182: warning: [rawtypes] found raw type: ArrayList

    [javac] private final List<?>[] _blueSkills = new ArrayList[10];

    [javac]                                           ^

    [javac]  missing type arguments for generic class ArrayList<E>

    [javac]  where E is a type-variable:

    [javac]    E extends Object declared in class ArrayList

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:186: warning: [rawtypes] found raw type: ArrayList

    [javac] private final List<?>[] _purpleSkills = new ArrayList[10];

    [javac]                                             ^

    [javac]  missing type arguments for generic class ArrayList<E>

    [javac]  where E is a type-variable:

    [javac]    E extends Object declared in class ArrayList

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:190: warning: [rawtypes] found raw type: ArrayList

    [javac] private final List<?>[] _redSkills = new ArrayList[10];

    [javac]                                         ^

    [javac]  missing type arguments for generic class ArrayList<E>

    [javac]  where E is a type-variable:

    [javac]    E extends Object declared in class ArrayList

    [javac] D:\workspace2\LineageGoD\java\lineage2\gameserver\tables\AugmentationData.java:194: warning: [rawtypes] found raw type: ArrayList

    [javac] private final List<?>[] _yellowSkills = new ArrayList[10];

    [javac]                                             ^

    [javac]  missing type arguments for generic class ArrayList<E>

    [javac]  where E is a type-variable:

    [javac]    E extends Object declared in class ArrayList

    [javac] 27 warnings

gameserver-jar:

      [jar] Building jar: D:\workspace2\build\lineage2-gameserver.jar

gameserver:

    [mkdir] Created dir: D:\workspace2\build\dist\tools

    [mkdir] Created dir: D:\workspace2\build\dist\gameserver\geodata

    [mkdir] Created dir: D:\workspace2\build\dist\gameserver\log

    [copy] Copying 1 file to D:\workspace2\build\dist\libs

  [delete] Deleting directory D:\workspace2\build\classes

    [copy] Copying 20991 files to D:\workspace2\build\dist\gameserver

    [copy] Copying 155 files to D:\workspace2\build\dist\tools

dist:

  [delete] Deleting: D:\workspace2\build\lineage2-gameserver.jar

  [delete] Deleting: D:\workspace2\build\lineage2-loginserver.jar

  [delete] Deleting: D:\workspace2\build\lineage2-commons.jar

      [zip] Building zip: D:\workspace2\build\l2jeuropa.zip

BUILD SUCCESSFUL

Total time: 5 minutes 22 seconds

 

Is there a tutorial that could help to compile with the right software?

Thx ja

Posted

maybe project will be continued?

 

 

There's a new revision 419. Anyone know where to find the files from L2 Store? I'd like to edit

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

    • Please note:i will provide you with forum address for registration once buyer sends money(my commission) to forum guarantor's payment details. You can register on forum in any day and in any time,which are convenient for you,send code word in private message to forum guarantor(you will receive code word from buyer). If buyer does not purchase your product,you will need to wait private message(answer) from forum guarantor to compare code word. I will invite you in "forum deal". I will add your name,which you registered on forum,in "forum deal". Then you write in "forum deal": "buyer did not purchase product" and add code word(you will have this right according to clause in forum questionnaire). Forum guarantor will refund buyer((in full amount). If buyer purchases your product,buyer notifies forum guarantor and forum guarantor will send money to my payment details.   Sports exercise machines,jacuzzi,building materials,cosmetics,perfumes,shoes,clothing,furniture,bags,televisions,music centers,telephones,laptops,tablet computers,refrigerators,washing machines,microwaves,fans.  
    • Here is a L2JMobius Classic Interlude FULL server. The share includes full server source+datapack, patch, interface and the P110 client. The original build is L2JMobius. However it was bought from a user called "ClassicLude (https://classic-lude.org/)" which is also a huge scammer, selling free Mobius files for $500. I could not believe someone actually bought this, yet here we are.    Unfortunately the admin is a scammer and refused to pay his remaining balance of over $150 to me since he is too busy "working for Bill Gates" and opening the next big mega mall in ChatGPT city therefore not having enough money. The server itself garnered a massive 30 players so I can't really tell you if this is usable. Knowing its backstory and that it is Mobius based i can surmise that it is NOT suitable for serious users. This build is the result of typical AI slop and vibecode "admins" thinking they just "one shotted L2J" because they discovered how to prompt an agent.   I have made the following changes, some of which were regrettably butchered by the admin after he discovered how to download Cursor. Not much more was done due to the absolute displeasure and misery of having to work on a Mobius server.   - Updated files to JDK 22 - Added l2 reborn community board - Added preview system for skins including mounts/agathions - Added AIO npc (buffer/store/teleporter) - Added QuickVar system - Added Ranking system (pvp/pk/online/level and moar) - Added raid boss list on community board - Added drop search+shift click with itemtooltip on community board and npc - Added l2 reborn styled flash windows and window borders and L2UI_CT1 - Added custom donate coin icon in the store swf - Fixed some random bugs like Hot Springs monsters not giving the disease     Links Source+Datapack: https://drive.google.com/file/d/1uMaTzSxKtnLxXC-VoZyHYW_OXq7Oof5L/view?usp=sharing Interface+Compiler+Client tools: https://drive.google.com/file/d/14IJWyYSDOjMycHnJ749H9dRXuv2JeYK3/view?usp=sharing Full Client: https://drive.google.com/file/d/1P7Yd9wI0XcWlLMFDPSdfTZgWhW_9JEii/view?usp=sharing
    • I logged in with this system, maybe its the patch shared by greenhope i don't remember i just downloaded it because i love C3 but no l2j or l2off c3 is good everything is buggy and this one too, also it has no geodata and i don't know if it has geoengine because i didn't see the config for it in the config folder. If someone had the latest l2jvn maybe it could be more stable but i don't think so at least without the source, if someone has it to share it that would be good  https://www.mediafire.com/file/mzodnsyi9qn4ap7/patch+560+for+c3.rar/file
  • 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..