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

    • Good evening everyone! I wouldn't normally ask for help with something like this, but I'm honestly stuck and can't figure it out anymore. I have a C3 pack (I'll also include the link below since it took me a while to find a good one with everything needed to run it): (https://www.mediafire.com/file/glhnscql6hkd6ra/l2jnvc3_rev178_Greenhope_l2j_%2Bjava_%2Bsql.zip/file) The problem is that I'm completely stuck on one thing. No matter what I do, I can't log in. I keep getting a "wrong protocol" error. I've tried changing the protocol from 550–700 all the way to 1–999. I've tested many different C3 versions and every main system I could find, but I still haven't managed to log in successfully. I'm not sure if I'm doing something wrong when saving the .ini file after changing it to my server's IP address. If anyone could help me, I would really appreciate it. I'll keep the server online so that if someone is willing to assist, they can try logging in and help me figure out what's wrong. Server IP: 194.219.108.63 Thank you very much in advance to anyone who decides to take the time to help me. I'd really love to get this pack running properly and preserve it for the future.
    • Anosim Update   - New updated design is live - Free Numbers added on the mainpage - Use free numbers for activation - Receive SMS for free   ⸻   New Blog added Future news, updates and platform changes will be posted there   ⸻   Partner Section added New space for partners and integrations   ⸻   New Websites for Activation added   🇩🇪 Germany wg-gesucht.de dikidi.net 🇨🇭 Switzerland Tutti.ch Ricardo.ch 🇦🇺 Australia Gumtree.com.au 🇬🇧 UK Askable.com   ⸻   New Countries added for Activation   🇦🇷 Argentina 🇧🇬 Bulgaria 🇨🇲 Cameroon 🇭🇷 Croatia 🇬🇷 Greece 🇰🇿 Kazakhstan 🇲🇦 Morocco   ⸻   New Full Rent 🇬🇪 Georgia +995 Numbers Full Rent now available Real SIM Cards No VoIP   ⸻   Available now on https://anosim.net
    • Shadowsocks Released   World’s first Dedicated Mobile Proxy with Shadowsocks support. Dedicated 4G/5G mobile proxies can now be used with Shadowsocks.   New dedicated mobile proxy locations added: 🇩🇪 Germany (Leipzig) 🇳🇬 Nigeria (Lagos) 🇺🇸 USA (South Haven)   Also available: 🌐 Residential Proxies from $1/GB   ⚡️ Datacenter Proxies from $0.50/GB   Available now on Proxied.   https://proxied.com For Free Trials, write us a DM with your registered E-mail.
  • 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..