Jump to content

[Interlude Project] L2j Esios


Recommended Posts

Posted

I can't compile.

Error source:

Buildfile: C:\workspace\l2jesios_gameserver\build.xml
clean:
   [delete] Deleting directory C:\workspace\l2jesios_gameserver\build
checkRequirements:
     [echo] Verification of your JDK version.
version:
     [echo] l2jesios gameserver revision: 45
init:
    [mkdir] Created dir: C:\workspace\l2jesios_gameserver\build
    [mkdir] Created dir: C:\workspace\l2jesios_gameserver\build\classes
    [mkdir] Created dir: C:\workspace\l2jesios_gameserver\build\dist
    [mkdir] Created dir: C:\workspace\l2jesios_gameserver\build\dist\login
    [mkdir] Created dir: C:\workspace\l2jesios_gameserver\build\dist\gameserver
compile:
    [javac] Compiling 1359 source files to C:\workspace\l2jesios_gameserver\build\classes
    [javac] C:\workspace\l2jesios_gameserver\java\net\sf\l2j\gameserver\model\actor\instance\L2MarketNpcInstance.java:241: error: unmappable character for encoding Cp1253
    [javac] 				tx.append(bid.getBidItem().getItemName() + " +" + bid.getBidItem().getEnchantLevel() + " <a action=\"bypass -h npc_%objectId%_marketpage info " + bid.getBidId() + "\">Π?Π½Ρ„ΠΎ</a> <a action=\"bypass -h npc_%objectId%_marketdel " + player.getObjectId() + " " + bid.getBidId() + "\">Remove from the market</a><br>");
    [javac] 				                                                                                                                                                                             ^
    [javac] 1 error

BUILD FAILED
C:\workspace\l2jesios_gameserver\build.xml:54: Compile failed; see the compiler error output for details.

Total time: 9 seconds

Guest Elfocrash
Posted

please reports at our forum

Posted

please reports at our forum

It is already shared , you tell that is fixed but is not. Check it.

 

Edit: I created the same topic in your forum.

Posted

I think that i fix it.

I just delete this (red)

tx.append(bid.getBidItem().getItemName() + " +" + bid.getBidItem().getEnchantLevel() + " <a action=\"bypass -h npc_%objectId%_marketpage info " + bid.getBidId() + "\">Π?Π½Ρ„ΠΎ</a> <a action=\"bypass -h npc_%objectId%_marketdel " + player.getObjectId() + " " + bid.getBidId() + "\">Remove from the market</a><br>");

Buildfile: C:\workspace\l2jesios_gameserver\build.xml
clean:
   [delete] Deleting directory C:\workspace\l2jesios_gameserver\build
checkRequirements:
     [echo] Verification of your JDK version.
version:
     [echo] l2jesios gameserver revision: 45M
init:
    [mkdir] Created dir: C:\workspace\l2jesios_gameserver\build
    [mkdir] Created dir: C:\workspace\l2jesios_gameserver\build\classes
    [mkdir] Created dir: C:\workspace\l2jesios_gameserver\build\dist
    [mkdir] Created dir: C:\workspace\l2jesios_gameserver\build\dist\login
    [mkdir] Created dir: C:\workspace\l2jesios_gameserver\build\dist\gameserver
compile:
    [javac] Compiling 1359 source files to C:\workspace\l2jesios_gameserver\build\classes
jar:
      [jar] Building jar: C:\workspace\l2jesios_gameserver\build\l2jserver.jar
     [copy] Copying 1 file to C:\workspace\l2jesios_gameserver\build\dist\login\libs
     [copy] Copying 1 file to C:\workspace\l2jesios_gameserver\build\dist\gameserver\libs
dist:
     [copy] Copying 5 files to C:\workspace\l2jesios_gameserver\build\dist\login\libs
     [copy] Copying 12 files to C:\workspace\l2jesios_gameserver\build\dist\gameserver\libs
     [copy] Copying 7 files to C:\workspace\l2jesios_gameserver\build\dist\login
     [copy] Copying 3 files to C:\workspace\l2jesios_gameserver\build\dist\gameserver
    [mkdir] Created dir: C:\workspace\l2jesios_gameserver\build\dist\gameserver\log
    [mkdir] Created dir: C:\workspace\l2jesios_gameserver\build\dist\login\log
    [mkdir] Created dir: C:\workspace\l2jesios_gameserver\build\dist\gameserver\config
    [mkdir] Created dir: C:\workspace\l2jesios_gameserver\build\dist\login\config
     [copy] Copying 11 files to C:\workspace\l2jesios_gameserver\build\dist\gameserver\config
     [copy] Copying 4 files to C:\workspace\l2jesios_gameserver\build\dist\login\config
    [mkdir] Created dir: C:\workspace\l2jesios_gameserver\build\dist\gameserver\data
BUILD SUCCESSFUL
Total time: 44 seconds

Fixed .

Posted

This is wrong here ->https://www.assembla.com/code/l2jesios/subversion/changesets/35

 

         newChar.setTitle("");

        if (Config.ALLOW_CHAR_TITLE)      
            newChar.setTitle(Config.CHAR_TITLE);

 

You must Do it like this:

        if (Config.ALLOW_CHAR_TITLE)      
            newChar.setTitle(Config.CHAR_TITLE);
        else
newChar.setTitle("");

 

ps:also what are you doing? you follow the frozen? adding custom shits? at least learn how the if -else if -else working because you made a mistake here :)

Posted
ps:also what are you doing? you follow the frozen? adding custom shits? at least learn how the if -else if -else working because you made a mistake here

 

Agree with frozen part, but with if else part it will work the same anyway.

Posted

This is wrong here ->https://www.assembla.com/code/l2jesios/subversion/changesets/35

 

         newChar.setTitle("");

        if (Config.ALLOW_CHAR_TITLE)      
            newChar.setTitle(Config.CHAR_TITLE);

 

You must Do it like this:

        if (Config.ALLOW_CHAR_TITLE)      
            newChar.setTitle(Config.CHAR_TITLE);
        else
newChar.setTitle("");

 

ps:also what are you doing? you follow the frozen? adding custom shits? at least learn how the if -else if -else working because you made a mistake here :)

haha only one who should learn that is u. omfg stupidest thing ever

Guest Elfocrash
Posted

This is wrong here ->https://www.assembla.com/code/l2jesios/subversion/changesets/35

 

         newChar.setTitle("");

        if (Config.ALLOW_CHAR_TITLE)      
            newChar.setTitle(Config.CHAR_TITLE);

 

You must Do it like this:

        if (Config.ALLOW_CHAR_TITLE)      
            newChar.setTitle(Config.CHAR_TITLE);
        else
newChar.setTitle("");

 

ps:also what are you doing? you follow the frozen? adding custom shits? at least learn how the if -else if -else working because you made a mistake here :)

you are an idiot. First the title will go "" and then it will check if the bool is true. if it is it will be changed to the custom one so i save a check.

You are too unskilled to talk for my codes. bite me

Posted

This is wrong here ->https://www.assembla.com/code/l2jesios/subversion/changesets/35

 

         newChar.setTitle("");

        if (Config.ALLOW_CHAR_TITLE)      
            newChar.setTitle(Config.CHAR_TITLE);

 

You must Do it like this:

        if (Config.ALLOW_CHAR_TITLE)      
            newChar.setTitle(Config.CHAR_TITLE);
        else
newChar.setTitle("");

 

ps:also what are you doing? you follow the frozen? adding custom shits? at least learn how the if -else if -else working because you made a mistake here :)

XAXAX
Posted

This is wrong here ->https://www.assembla.com/code/l2jesios/subversion/changesets/35

 

         newChar.setTitle("");

        if (Config.ALLOW_CHAR_TITLE)      
            newChar.setTitle(Config.CHAR_TITLE);

 

You must Do it like this:

        if (Config.ALLOW_CHAR_TITLE)      
            newChar.setTitle(Config.CHAR_TITLE);
        else
newChar.setTitle("");

 

ps:also what are you doing? you follow the frozen? adding custom shits? at least learn how the if -else if -else working because you made a mistake here :)

 

you try correct Elfo omg noob???

Elfocrash has been creating codes since you didn't exist pffff idiots

Posted

you try correct Elfo omg noob???

Elfocrash has been creating codes since you didn't exist pffff idiots

omg someone kill that guy,

BECOME ridicule by alone.

Posted

you try correct Elfo omg noob???

Elfocrash has been creating codes since you didn't exist pffff idiots

YOU ARE RETARD AND I " MEAN " IT

Guest
This topic is now closed to further replies.



  • Posts

    • First, you need to understand what you're doing and what you want to achieve. You have to choose a server core. After that, decide what you want your server to include, code it, modify the client to fit your server, go public, and drink champagne.   If you know how to code, creating a server is relatively easy — a few months of work and you can make it happen. Modifying the client is a completely different story. There’s a lack of tutorials, tools, and source materials. I’m currently working on the client myself, and I’ve already spent over three weeks just trying to get started due to the lack of information. If you don’t have the knowledge and experience, you’ll need a team and a bag of money — but realistically, it just won’t succeed.
    • The server has been online and stable for over 2 months now, and we’re still going strong! No wipes, no shortcuts ~ just continuous work, daily fixes, events, and improvements to ensure the best possible experience.   Great News! 🔥 CHAPTER II IS COMING — GRACIA FINAL 🔥 On February 16, L2Elixir enters a new era. The server will be officially updated to Gracia Final, opening Chapter II of our journey. Expect new content, improvements, and surprises that will refresh the gameplay while keeping the classic Gracia Final spirit alive.   More challenges, more competition, and more reasons to log in.   📅 Update Date: February 16 ⚔️ Chapter II: Gracia Final This is not a reset. This is evolution.   Prepare yourselves — Chapter II begins soon.   Website: https://l2elixir.org/ Discord: https://discord.gg/5ydPHvhbxs    
    • Server owners, Top.MaxCheaters.com is now live and accepting Lineage 2 server listings. There is no voting, no rankings manipulation, and no paid advantages. Visibility is clean and equal, and early listings naturally appear at the top while the platform grows. If your server is active, it should already be listed. Submit here 👉https://Top.MaxCheaters.com This platform is part of the MaxCheaters.com network and is being built as a long-term reference point for the Lineage 2 community. — MaxCheaters.com Team
    • Hello! We are Genesis, small team that works on new Lineage 2 project. Our goal with this project is to create a fresh new place to play — built around real community feedback, with no aggressive pay-to-win donations and with carefully thought-out quality-of-life improvements, balance changes etc. We believe that even tho we all love this game, everyone has at least one or two things they would like to change in the game to make it more enjoyable. Thats why we want the comunity feedback to shape our server. Main information about the server: • Interlude Classic version • Rates: EXP x4 SP x2 Loot x2, Spoil x2 (not set in stone, might be changed) • Local & Server-Side Dualbox Protection • Complete, Clear Website with Integrated Account Panel (Game account creation, direct communication with support, bug reporting, voting and reward system) • Launcher – External Game Login System: manage all your accounts inside the launcher, “Play” button logs you directly into the game server Here are list of few changes we already added/decided to add to the server: • Reworked Client to fit interlude Era with upgraded Classic Ui • Custom Antibot system • Custom AntiDualBox System • Offline shops • Offline shop with buffs (available only in towns) • Mass Sweeper added to the game • Newbie buffs available all the way to lvl 76 (nothing crazy, but its free) • Slight balance change to Destroyer damage with Polearm and Cancel spell from SPS • PvP zones on every Epic spawn spot • Overbuffing blocked • And more! Since we put big focus on community feedback and suggestions, we are looking for people for our internal tests, that will discuss whether current changes „fit” into the game and maybe suggest some changes themselves. If what you’ve just read sounds interesting to you, if you want to help creating server fitted for you, join our server Discord. Help us to understand what Lineage 2 players in 2026 actually expect and need — so we can meet those expectations and avoid becoming just another server that dies a natural death.     Even if you’re not interested in playing right now, but you are a long-time Lineage 2 player, feel free to join our community. We would greatly appreciate your experience and feedback to help us improve and develop our project. Join the growing L2Genesis community: https://discord.gg/mcuHsQzNCm Also check our website: https://l2genesis.com/
  • 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..