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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




  • Posts

    • hello everyone! I am wanting to save the files (Ini. - Data - ) of the EP5 Client: Salvation... But they generate the error "corrupt files"... I tried several versions of L2FileEditor without good results. I need help! Thank you!
    • Opening December 6th at 19:00 (GMT +3)! Open Beta Test from November 30th!   https://l2soe.com/   🌟 Introducing L2 Saga of Eternia: A Revolution in Lineage 2 High Five! 🌟   Dear Lineage 2 enthusiasts, Prepare to witness the future of private servers! L2 Saga of Eternia is not just another High Five project—it’s a game-changing experience designed to compete with the giants of the Lineage 2 private server scene. Built for the community, by the community, we’re here to raise the bar in quality, innovation, and longevity. What Sets Us Apart? 💎 No Wipes, Ever Say goodbye to the fear of losing your progress. Our server is built to last and will never close. Stability and consistency are our promises to you. ⚔️ Weekly New Content Our dedicated development team ensures fresh challenges, events, and updates every week. From custom quests to exclusive features, there will always be something exciting to explore. 💰 No Pay-to-Win Skill and strategy matter most here. Enjoy a balanced gameplay environment where your achievements come from effort, not your wallet. 🌍 A Massive Community With 2000+ players expected, join a vibrant and active community of like-minded adventurers ready to conquer the world of Aden. 🏆 Fair and Competitive Gameplay Our systems are designed to promote healthy competition while avoiding abusive mechanics and exploits. 🔧 Professional Development From advanced bug fixes to carefully curated content, we pride ourselves on smooth performance, no lag, and unparalleled server quality. Key Features Chronicle: High Five with unique interface Rate: Dynamic x10 rates Class Balance: Carefully fine-tuned for a fair experience PvP Focused: PvP Ranking & aura display effect for 3 Top PvPers every week Custom Events: Seasonal and permanent events to keep you engaged Additional Features:   Custom Endgame Content: Introduce unique dungeons, raids, or zones unavailable in other servers. Player-Driven Economy: Implement a strong market system and avoid overinflated drops or rewards. Epic Siege Battles: Announce special large-scale sieges and PvP events. Incentives for Streamers and Clans: Attract influencers and big clans to boost server publicity. Roadmap Transparency: Share a public roadmap of planned updates to build trust and excitemen   Here you can read all the features: https://l2soe.com/features   Video preview: Join the Revolution! This is your chance to be part of something legendary. L2 Saga of Eternia is not just a server; it’s a movement to redefine what Lineage 2 can be. Whether you’re a seasoned veteran or a newcomer to the world of Aden, we invite you to experience Lineage 2 at its finest.   Official Launch Date: December 6th 2024 Website: https://l2soe.com/ Facebook: https://www.facebook.com/l2soe Discord: https://discord.com/invite/l2eternia   Let’s build the ultimate Lineage 2 experience together. See you in-game! 🎮
    • That's like a tutorial on how to run l2 on MacOS Xd but good job for the investigation. 
    • small update: dc robe set sold   wts adena 1kk = 1.5$ 
    • DISCORD : utchiha_market telegram : https://t.me/utchiha_market SELLIX STORE : https://utchihamkt.mysellix.io/ Join our server for more products : https://discord.gg/hood-services https://campsite.bio/utchihaamkt
  • Topics

×
×
  • Create New...