Jump to content

Recommended Posts

Posted

Florin can you tell us when High Five will be ready for a live server? Estimated time? Weeks, Months?

 

Regards!

how should i know that? :)

I'm just a guy who help MxC community with this compiled revisions and not a L2jServer Developer.

Posted

Update with L2jServer BETA 8253

Fixed in this BETA:                 

- BETA: AI Scripts cleanup & update

- BETA: AdminEditNpc? typo fix 

- BETA: Hekaton Prime's spawn is managed by Quest.

- BETA: AdminEditNpc? source format fix

- BETA: Updating H5 Olympiad Stadium Zones.

- BETA: New equipment reward items are now available for purchase with Olympiad Tokens at the Olympiad Manager:

    * Vesper Armor Sets, Sigils and Shields

    * Noble Enhancement Stones

    * Vorpal Armor Sets, Sigils and Shields

    The items available for Noblesse Gate Pass have been removed.

- BETA: Updating Summer Squash Event Skills.

- BETA: Fix for "object: Tutorial Guide(5588)[xxxxxxxxx] already exist in OID map!" thanks VlLight?

- BETA: aggroPoints not increase during enchant skill

- BETA: Support for Quest class to accept addTalkId(1, 2, 3, 4) instead of adding multiple times addTalkId and leave old declarations because of jython it converts them as int[]

- BETA: Using xml filter in zones and skill trees

- BETA: HtmCache?'s map should be synchronized only if lazycache is running.

- BETA: L2TIntObjectHashMap at GameTimeController?, L2Manor, L2Attackable, L2ZoneType. Can't think of any more places where i can use this, except knownlist (im still testing this rework).

- BETA: MailManager? using L2TIntObjectHashMap

- BETA: HtmCache? using L2TIntObjectHashMap

- BETA: Cleanup all useless commends like //synchronized (blabla)

- BETA: L2PcInstance _reuseTimeStamps and _cubics use L2TIntObjectHashMap instead of shared fastmap

- BETA: L2TIntObjectHashMap for _disabledSkills @ L2Character too...

- BETA: More usage of L2TIntObjectHashMap - character skills.

- BETA: Creating a L2TIntObjectHashMap which is a synchrinized TIntObjectHashMap via ReentrantReadWriteLock? and cleaning up L2World.java from the synchronizers, since we are using L2TIntObjectHashMap.

- BETA: L2World maps(_allPlayers, _allObjects, _petsInstance) reworked. They are now TIntObjectHashMap surrounded by ReentrantReadWriteLock? working as synchronization. Keep in mind that FastMap?<K,V>.shared() drains a lot of CPU usage, because the whole map is filled with synchronizations. ReentrantLock? is much faster than synchronized and it does the same job, even better.

Generally this change is to optimize CPU Usage, memory usage and prevent some deadlocks. Big servers will easily notice the change.

- BETA: ItemAuction? SystemMessage? typo fix

- BETA: Fix for L2JMod Offline Shops, now players won't remain standing after disconnect if they aren't in shop mode.

- BETA: Fix for double store for Combat flag:

        * Based in VlLight?'s code.

        * Thanks UnAfraid? for testing.

- BETA: Fixes & Cleanup in builders.

Posted

Yesterday, I downloaded the version 8241  to make tests, but when I tried to configure at L2JConfig.exe, I can't open it. I downloaded the version 8253 too, occurs the same error.

 

Only the version 8221 opens L2JConfig.exe.

 

Can fix it?

Posted

Yesterday, I downloaded the version 8241  to make tests, but when I tried to configure at L2JConfig.exe, I can't open it. I downloaded the version 8253 too, occurs the same error.

 

Only the version 8221 opens L2JConfig.exe.

 

Can fix it?

report the problem on l2jserver forum.

Posted

Yesterday, I downloaded the version 8241  to make tests, but when I tried to configure at L2JConfig.exe, I can't open it. I downloaded the version 8253 too, occurs the same error.

 

Only the version 8221 opens L2JConfig.exe.

 

Can fix it?

 

better use config folder its more good i never have use this L2JConfig.exe i just don't like it better is old style :)

Posted

Update with L2jServer BETA 8255

Fixed in this BETA:                   

- BETA: Added back things in builders that I deleted accidentally in [4788], some other minor fixes included.

- BETA: Minor update in builders.

- BETA: Updating Builders, now Ant Version is verified.

- BETA: System message update.

- BETA: Some more cleanup, getting rid of some warnings.

- BETA: More cleanup and code refactoring.

- BETA: Some cleanup and code improves, also a new configuration option OfflineModeInPaceZone?.

- BETA: GameTimeController? iteration fix.

- BETA: Minor update on Inquisitor Stances by osiride, also fixing [8250] due should be commented not deleted.

Posted

Buildfile: C:\New folder\workspace\L2J_Server_BETA\build.xml

clean:

  [delete] Deleting directory C:\New folder\workspace\L2J_Server_BETA\build

verifyRequirements:

init:

    [mkdir] Created dir: C:\New folder\workspace\L2J_Server_BETA\build

    [mkdir] Created dir: C:\New folder\workspace\L2J_Server_BETA\build\classes

    [mkdir] Created dir: C:\New folder\workspace\L2J_Server_BETA\build\dist

    [mkdir] Created dir: C:\New folder\workspace\L2J_Server_BETA\build\dist\login

    [mkdir] Created dir: C:\New folder\workspace\L2J_Server_BETA\build\dist\gameserver

    [mkdir] Created dir: C:\New folder\workspace\L2J_Server_BETA\build\dist\tools

version:

 

BUILD FAILED

C:\New folder\workspace\L2J_Server_BETA\build.xml:285: Execute failed: java.io.IOException: Cannot run program "svnversion": CreateProcess error=2, The system cannot find the file specified

 

Total time: 1 second

 

 

install subversion.

Posted

Buildfile: C:\New folder\workspace\L2J_Server_BETA\build.xml

clean:

  [delete] Deleting directory C:\New folder\workspace\L2J_Server_BETA\build

verifyRequirements:

init:

    [mkdir] Created dir: C:\New folder\workspace\L2J_Server_BETA\build

    [mkdir] Created dir: C:\New folder\workspace\L2J_Server_BETA\build\classes

    [mkdir] Created dir: C:\New folder\workspace\L2J_Server_BETA\build\dist

    [mkdir] Created dir: C:\New folder\workspace\L2J_Server_BETA\build\dist\login

    [mkdir] Created dir: C:\New folder\workspace\L2J_Server_BETA\build\dist\gameserver

    [mkdir] Created dir: C:\New folder\workspace\L2J_Server_BETA\build\dist\tools

version:

 

BUILD FAILED

C:\New folder\workspace\L2J_Server_BETA\build.xml:285: Execute failed: java.io.IOException: Cannot run program "svnversion": CreateProcess error=2, The system cannot find the file specified

 

Total time: 1 second

 

 

Install this http://www.sliksvn.com/en/download

Posted

i have one error

Buildfile: C:\workspace test\L2J_Server_BETA\build.xml
clean:
checkAntVersion:

BUILD FAILED
C:\workspace test\L2J_Server_BETA\build.xml:251: Ant 1.8.2 is required. But your version is Apache Ant version 1.7.1 compiled on June 27 2008

Total time: 156 milliseconds

how can fix?

Posted

L2jServer BETA 8253 Works Fine !

=====================

L2jServer BETA 8255

Server:4817 Datapack:8255

=====================

When i install the new revision server have much more lag and player can't equip items and when player hit mods lag and can't hit them.....Waiting for new now :(

Posted

i have one error

Buildfile: C:\workspace test\L2J_Server_BETA\build.xml
clean:
checkAntVersion:

BUILD FAILED
C:\workspace test\L2J_Server_BETA\build.xml:251: Ant 1.8.2 is required. But your version is Apache Ant version 1.7.1 compiled on June 27 2008

Total time: 156 milliseconds

how can fix?

 

you can fix updating you apache Ant version, or if you use Eclipse (where Ant is integrated), you need to update your Eclipse.

Posted

Update with L2jServer BETA 8269

Fixed in this BETA:                   

- BETA: Small fixes in Squash Skills, also added Birthday Skills.

- BETA: Updating Christmas Trees.

- BETA: Cleft Zone for future usage.

- BETA: npcstring improvements by Nyaran, for more detailed info about this and examples, look here:  http://www.l2jserver.com/forum/viewtopic.php?f=69&t=22632

- BETA: MapRegion? Separation by lasarus.

- BETA: Added gm command to set player as noblesse //setnoble or shift + click on player -> Edit

- BETA: Multisells cleanup

- BETA: Disabled some NPC skills that should be controlled by AI, due are making immortal and suicide NPCs.

- BETA: little Hack and Fix for Blinding Blow skill thanks Osiride for tests

- BETA: Better using the Antversion Task

- BETA: Minor fix in globmapper to make it more specific for *.jar files.

- BETA: Licenses & Docs now in: /doc/ by default.

- BETA: Adding more server shutdown log messages and a nice feature that tracks down methods' execution time and overall server shutdown time.

- BETA: Added some extras to L2TIntObjectHashMap and fixed a problem where server shutdown didnt run properly.

- BETA: Fixed the problems caused by my last commits. This time I've tested it and its working, sorry for commiting untested stuff even if it looks like it should work.

 

Posted

Yesterday, I downloaded the version 8241  to make tests, but when I tried to configure at L2JConfig.exe, I can't open it. I downloaded the version 8253 too, occurs the same error.

 

Only the version 8221 opens L2JConfig.exe.

 

Can fix it?

instal your java on same folder with the server files and leave anything else inside exept those two (java & server) if this not work just open the config files manualy.easy

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

    • You should buy it then I’ll make a discount  
    • Hi everyone,   In 2014, I completely stepped away from developing L2 servers and doing L2J-related work. Since then, I’ve only opened this server about once a year and helped a few servers and individuals for free. I haven’t taken on any paid L2J work since then.   LINEAGE2.GOLD is a project that has reached about Season 6. The first season launched at the end of 2020 and was a fully rebuilt Gold-style server on the Classic client (protocol 110). It featured many custom systems and enhancements. After several seasons, I decided to abandon the Mobius-based project and move to Lucera, as my goal was to get as close as possible to Interlude PTS behavior while still staying on the L2J platform.   The current project was once again completely rebuilt, this time on the Essence client (protocol 306), and is based on Lucera. Because of that, acquiring a license from Deazer is required.   My Lucera extender includes, but is not limited to: Formulas.java Basic anti-bot detection, which proved quite effective, we caught most Adrenaline users using relatively simple server-side logic, logged them, and took staff action. Simple admin account lookup commands based on IP, HWID, and similar identifiers. In-game Captcha via https://lineage2.gold/code, protected by Cloudflare, including admin commands for blacklisting based on aggression levels and whitelisting. Additional admin tools such as Auto-Play status checks, Enchanted Hero Weapon live sync, force add/remove clans from castle sieges, item listeners for live item monitoring, and more. A fully rewritten Auto-Play system with support for ExAutoPlaySetting, while still using the Auto-Play UI wheel, featuring: Debuff Efficiency Party Leader Assist Respectful Hunting Healer AI Target Mode Range Mode Summoner buff support Dwarf mechanics Reworked EffectDispelEffects to restore buffs after Cancellation. Raid Bomb item support. Reworked CronZoneSwitcher. Prime Time Raid Respawn Service. Community Board features such as Top rankings and RB/Epic status. Custom systems for Noblesse, Subclasses, support-class rewards, and much more.   Depending on the deal, the project can include: The lineage2.gold domain The website built on the Laravel PHP framework The server’s Discord Client Interface source Server files and extender source The server database (excluding private data such as emails and passwords)   I’m primarily looking for a serious team to continue the project, as it would be a shame to see this work abandoned. This is not cheap. You can DM me with offers. If you’re wondering why I’m doing this: I’ve felt a clear lack of appreciation from the L2 community, and I’m not interested in doing charity work for people who don’t deserve it. I’m simply not someone who tolerates BS. Server Info: https://lineage2.gold/info Server for test: https://lineage2.gold/download Over 110 videos YouTube playlist: https://www.youtube.com/watch?v=HO7BZaxUv2U&list=PLD9WZ0Nj-zstZaYeWxAxTKbX7ia2M_DUu&index=113
  • 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..

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