Leaderboard
Popular Content
Showing content with the highest reputation since 03/07/2025 in all areas
-
Website: https://www.nimeracp.com/ Discord: https://discord.gg/jCfcKTxdtr Hey there! Hope you liked my presentation on the control panel. I know you're probably wondering about the price, but I can't give an estimate just yet since we're still in development. That said, I’ll update you as soon as I have a final price to share. If you have any questions about the panel, feel free to ask in the replies, I’ll do my best to answer them accurately! @Moderators, if this isn't the right place and this section is only for finished products, feel free to move it to a more suitable section.9 points
-
Hello Folks, I'm Sharing Essence Based Interface which is made from a Brasilian Guy called "Ona" The person copied from other projects features and started selling it as his own , claiming that everything has been made by him. So i've removed every possible protection from his interface and i would like to share it with everyone. Do not waste anymore your money for stolen projects Download: [Hidden Content] Mirror: [Hidden Content] if you have issues with installing the interface or missing any textures pm me back In order to get download link you have to react & reply. Credits: Sanyol6 points
-
I don't really work on L2j anymore, but from time to time, I check up the forums just in case someone built something cool, and I stumbled upon this: It's actually really easy to implement LLMs (both local, like gpt-oss, and online, like ChatGPT or Gemini) for any sort of action in L2. Even without training a model explicitly, a good GPU and some basic LLM knowledge can take you very far. Here is an example of an auto play bot I made in 10 minutes that uses gpt-oss (which is mega overkill) locally with a 5090 to do some basic farming. As you can see from the LM Studio responses, it is fairly fast (and uses reasoning too) to think about what's the best course of action for a given situation. Basically just a quick proof of concept. If I had time, I would make something like this for auto-play/farm or bots, since LLMs would play really nicely with fake players that can actually think and are not completely pre-programmed. It's quite cool.6 points
-
Hello Folks once again im going to share now the Classic Version the reason im sharing this stuff as i mentioned before the logs are writed on Essence Share i've did Download: [Hidden Content] Mirror: [Hidden Content] to get the link react & reply Credits: Sanyol for removing Protection5 points
-
Hello, I'd like to share with you a web template of me. https://www.mediafire.com/file/cslzde4h89it91y/Shinemaker.rar/file5 points
-
5 points
-
L2VikosMemory | User Manual 1. General Information L2VikosMemory is a memory optimization tool for Lineage II. It automatically clears the game cache, reducing RAM usage and improving stability. 2. Installation Extract L2VikosMemory.dll and ogg.dll into the game folder (where l2.exe is located). No additional steps are required. 3. Configuration L2VikosMemory settings can be adjusted in the L2VikosMemory.cfg file: CleanInterval=X – Cleanup interval (in minutes) TryElevate=true/false – Enable/disable privilege escalation AltClientGuard=true/false – Compatibility setting for STRIXGUARD Example Configuration: CleanInterval=3 TryElevate=false AltClientGuard=false 4. Verification The log file L2VikosMemory.log contains: Connection status Cleanup results Freed memory 5. Troubleshooting If L2VikosMemory is not working: Check if the DLL files are in the correct folder. Try running the game as an administrator. Check the log file for errors. 6. Support For support, contact Artem on Telegram. 7. Additional Information Compatibility: Supports most Lineage II clients. Recommended Interval: 3-5 minutes. Gameplay Impact: No effect on gameplay performance. Price: $1505 points
-
It has been quiet for a long time. Too quiet. L2JFrozen Interlude source was always a part of the foundation, a relic of a different era of development. But lately, we’ve been wondering what happens when you take those old roots and feed them with modern tech. Not to sell anything, and not to "relaunch" but simply to see if we could break the glass ceiling that held us back for years. Me and Shyla spent the last few months quietly rewriting the core. No fanfare, no promises. Just code and have fun. We recently reached a milestone that we once thought was impossible for this project: 10,000 concurrent players. No idle fluff just pure, active throughput with real connections. I always say thanks to l2jfrozen for giving me the springboard into the world of engineering, especially into the whole Microsoft .NET ecosystem. So the nostalgia hit always big. We wanted you to know that the heart of Frozen is still beating Something is breathing again.4 points
-
No matter what you are going to use, paid or non-paid or whatever, everything requires personal time investment and a lot of trial and error in many sectors of IT. I have used and seen (clients of mine) L2J Sunrise, Mobius, ACIS, and Lucera. Not even one was close enough to providing a decent outcome without the need for some heavy dev intervention. Even if you provide a decent pack, you will have to think about cheaters, marketing, monitoring, network protection, and the list goes on depending on the problem. Thus, I have no clue why people here debate so much about datapacks because I remember the days when we were playing on private servers with 80% less functionality than the current Lineage 2 emulator state, and it was enough to have fun. Now the leftovers are such a toxic community that I have no idea what drives people to open projects except money. My 2 cents choose whatever will ease your life in terms of development and your life/work/budget balance and dont spent months trying to figure out what datapack is superior over the other. You have more serious things to consider.4 points
-
I'm releasing a complete Lineage 2 C4 server pack based on the Accumulative Subclass System — totally free, with no restrictions, and everything you need to launch your own server. What’s included: Website (ready-to-use) SQL Server 2012 compatible structure L2OFF Server Files (C4 Chronicle with subclass accumulative system) - Client (Interlude) Tools like L2Account.exe to manage accounts Fully working Client Installation Instructions: Install SQL Server 2012 Open SQL Server Management Studio Go to the folder: Servidor/SQL/ Execute all .sql files — they will automatically create the needed databases. Setup the ODBC connections: Copy these files to My Documents: l2c4_lin2clancomm.dsn l2c4_lin2comm.dsn l2c4_lin2world.dsn Or manually create them via Control Panel > Administrative Tools > ODBC > File DSN Run the account manager: Servidor/ZZZ-l2account/L2Account.exe From there you can: Create regular accounts Create a GM/Admin account Start your server by launching: A. Servidor/hAuthD/hAuthD.exe B. Servidor/CacheD/CacheD.exe C. Servidor/L2Server/L2Server.exe D. Servidor/L2NPC/L2NPC.exe After everything is running, open your Lineage II client and log into your own server! Download Link: Full C4 Accumulative Pack (Server + Web + Client) Support This pack is provided 100% free, no license system, no limits. If you have any doubts or questions, feel free to message me directly here. Enjoy and good luck with your server! — GX-Ext Other Mirror: https://www.mediafire.com/file/r7cph8fxj9y6j7c/L2OFF_C4_C4_ACU%2BWEB%2BCLIENT.rar/file4 points
-
Hi everyone, A while ago, I needed to extract some L2 textures and found that acmi's L2Tool was a good way to do it. There might be other methods out there but I'm not aware of them, so I decided to fork this project and improve it to suit my needs. I built this using BellSoft Liberica JDK 17. Since modern Java versions no longer include JavaFX by default, I've made the app handle it automatically. You don't need any manual setup—just use the run.bat and it will automatically extract the required JavaFX modules on the first run. Key features of this fork: UI Overhaul: I've tweaked the interface to give it a cleaner look with Dark Mode and more detailed metadata for each texture. Export Formats: You can now extract textures in WEBP, PNG, and DDS. Individual or Batch Export: Flexible options to export a single selected texture or the entire package at once. I'm leaving the link here in case it's useful to anyone! Installation and Execution: Clone the repository: https://github.com/Ak4n1/l2tool cd l2tool 2.Build the project: ./gradlew build 3. Run the application: ./run.bat Or simply double-click on run.bat.4 points
-
TL;DR A friend of mine helped Kara because his mother was sick. He sold him some Event Engine, but Kara sent it back broken. Banning him won’t change anything, because people are naive and will keep buying from him regardless. If you don't learn from past mistakes, there's nothing that can be done even if I ban him 100 times, he’ll just make 100 more accounts. Lineage 2 is dead. It’s time to stop focusing on trying to make money from it. There are far better opportunities online where you can earn more than what you're getting from a dying game. Move on and stop wasting money. Kara is Kara he won’t change.4 points
-
[L2J] Pacote baseado no Wallaz L2JDream - Atualizado para Java 14 + Correções Salve comunidade, Venho compartilhar um pacote baseado no projeto Wallaz L2JDream, que revisei e corrigi extensivamente para facilitar a vida de quem deseja iniciar ou evoluir seu servidor L2J. O que foi feito: Migrado e reorganizado o projeto para o Java 14 (compatível com os tempos atuais e mais desempenho). Corrigido problema de Spawns que estavam ausentes no pacote original. Passivas de itens faltando foram identificadas e devidamente adicionadas. Banco de dados limpo e organizado, entregue como arquivo .sql dentro da pasta tools. Todos os erros de "sinal amarelo" (warnings) foram resolvidos no código. Adicionado painel com interface gráfica usando WScript.Shell para facilitar a execução, evitando o uso de .bat no CMD. Projeto já pronto para ser importado direto na IDE Eclipse (você pode ver na imagem abaixo o pacote carregado com sucesso). Imagens de apresentação: Auth Login Server Game Server (World) Projeto importado no Eclipse Links para download: Source completa (core + datapack): https://github.com/JulioPradoL2j/L2JDreamV2 Considerações finais: Esse pacote é ideal para quem quer iniciar um projeto L2J de forma rápida e com menos dores de cabeça. Caso encontre algum erro ou tenha sugestões, fique à vontade para comentar aqui no post. Boa sorte no seu projeto! .4 points
-
Hello I would like to offer You my NEW 2026 Updater / Launcher with custom skins. - UPDATER FEATURES - 1. Performance and Intelligent Resource Management: Smart Disk Detection (SSD/HDD): The updater automatically detects the user's drive type. For SSD/NVMe drives: Launches up to 8-12 concurrent threads, utilizing the full yet optimized connection speed. For HDD drives: Limits the thread count (to 2-3) to prevent computer slowdowns and avoid overloading the drive head. Multi-threaded Downloading: Instead of downloading file by file, the updater downloads multiple files simultaneously, drastically reducing update time. ZSTD Compression: Support for the modern Zstandard compression algorithm (.zst). Files are downloaded in compressed form and decompressed on the fly, saving bandwidth and accelerating downloads. HTTP/2 and Keep-Alive Support: Utilizing the HTTP/2 protocol and persistent connections allows for the instant download of thousands of small files without establishing a new connection for each one. 2. Modern User Interface (UI/UX): Transparency and PNG Graphics: Support for irregular window shapes, allowing for the creation of a unique, modern launcher look. Taskbar Integration: The progress bar is displayed not only in the window but also on the Windows taskbar icon. Built-in News Browser (Optional): The updater features a built-in browser module that displays news/changelogs directly within the launcher (without opening an external browser). Multi-language Support (Optional): Built-in language switching system (e.g., EN/PL/RU, etc.) with dynamic loading of button graphics and text. Animated Buttons (Optional): Dedicated, animated buttons redirecting to Discord, Facebook, YouTube, Instagram, and the website. 3. Technical Features and Application Security: Anti-Dual Run (Optional): The updater checks if the game is already running to prevent file conflicts during updates. Error Diagnostics: Built-in logging system (debug_log.txt) and hardware exception handling (SEH), facilitating the diagnosis of problems for players who cannot run the game. Internal Configuration: Updater settings are stored inside the .exe file, eliminating publicly accessible configuration files. 4. File Categorization (Normal vs. Critical vs. Once): Critical Files: Critical files are verified more thoroughly (via MD5 Hash) even in quick check mode to guarantee stability. Normal Files: Standard game files (textures, models, sounds) are checked depending on the selected mode (Quick vs. Full). Once Files (Overwrite Exclusions): Applies to user configuration files (e.g., Option.ini, User.ini). 5. Check Modes (Verification Algorithms): Self-Update: The updater can update itself before checking game files, allowing for easy deployment of launcher fixes. The updater supports two main operating modes that switch intelligently based on user action: Smart Check (Startup Quick Check): Runs automatically upon updater startup or pressing the START button (unless a full check is forced). Full Check (Full MD5 Verification): Manually triggered by the player via the "Full Check" button. Automatic Update Detection: If a newer version of a file appears on the server, it is automatically detected and downloaded without player interaction. Atomic Updates: Files are downloaded and verified first, and only then saved to the disk. This prevents game client corruption in case of internet connection loss. The entire process takes seconds, even with clients weighing 30GB+. - PATCH BUILDER FEATURES - 1. Professional File Structure Management (Tree-List Hybrid): Directory Tree Visualization: Instead of a flat file list, the Builder displays a clear structure of folders and subfolders. You can collapse and expand entire tree branches, facilitating work with thousands of files. Normal and Critical Division: A clear window division into two main zones: Normal Files and Critical Files. Ghost and Excluded Files Division: The interface visually informs about the status of unchanged files (existing in the previous patch version) and files excluded from the update. Show/Hide Ghosts: With one click, you can hide unchanged files to focus solely on what you are actually sending to players in this update. 2. Intuitive Interaction: Drag & Drop: Full Drag & Drop support. You can grab files or entire folders and drag them between the "Normal" and "Critical" lists. Transfer is intelligent – it moves the entire content of selected folders. Keyboard Shortcuts: Fast workflow thanks to keyboard support: Delete, Enter, Ctrl+A / Ctrl+C (select and copy paths). 3. Advanced Filtering and Searching: Context Search: The search bar works in real-time, filtering the file tree. Type /folder: Searches only within folder names. Type *ex: Shows only excluded files. Standard Typing: Searches files by name. 4. Automation and Security: Auto Self-Update: The Builder automatically detects the updater executable file. Real-Time Statistics: The status bar continuously shows the file count (Normal/Critical), total patch weight (in Bytes/MB/GB), and the last update date. System File Protection: Files marked as "Critical" cannot be accidentally added to the exclusion list – the program blocks such actions. 5. Performance (Backend): ZSTD Compression: The Builder uses the latest Zstandard algorithm to compress files before sending, ensuring a significantly smaller patch size than standard ZIP, saving server bandwidth and player time. Multi-threading: The packing and MD5 checksum generation process utilizes multiple CPU threads, drastically reducing patch building time. - PRICING - NEW Updater standard price: 79 euro (if You ask for mods, price will change). - CONTACT - Discord: ave7309 CLICK HERE TO CHECK LATEST TEMPLATES! * I have right to REFUSE to take an order. * Supported games: Lineage 2 / Black Desert / MU Online / Tantra / Rohan / Aion / Cabal / Fiesta any more...3 points
-
Interface sources for P311 (Frost Lord update) for Classic/Essence NWindow + Interface UC + L2Editor Compiler + XDat Editor Download3 points
-
Hello all I have like 100GB of old stuff I would like to organize. Let me know if is already shared or not interesting Clients Prelude Open beta Prelude live 317 C1 C2 C3 530 555 560 greenhope C4 659 L2killer C5 patch 000000000010 client Auth Hauth + hguard cracked ? I think doesnt works. Hauth proxy server ? l2filter c1 c3 authsniffer Game patches C1-C5 Compatibility fixes C4 Dropspoil C4 IRC mod + chat log feature Gameguard fix C3 Gameguard fix Server Prelude C1/C2 Elhaym Smelij c6-c1 SINA original Meifu original C3 C1 based incomplete C4 Vagrant sources C5 00000000010 C6 Vagrant sources Tools Client development Server websites old PHP 5 2005 L2connection manager Development Programs Reverse enginerin L2 Packets and docs3 points
-
Lineage2 Freya High Five @ Reshade with fog and rain etc @ Gracia final epilogue atmosphere this reshade will eat lots of GPU power 50% or more of an RTX 3060 so be carefull depending on what effects are activated and their settings will eat even more GPU recomended 60hz monitor settings and via nvidia panel in Lineage2 game profile vsync settings to on effects are set up till film deck and the rest are not used but still working again this can eat alot of GPU Don't overheat GPU this is for freya high five but might work on others too copy in the System folder the folder reshade-shaders and the files d3d9.dll ReShade.ini ReShadePreset.ini ReShade.log CccDddCcc.ini insert opens the menu and delete is on and of some settings need ctrl + left click to be changed making another profile will reset the not activated effects to their default values so just copy the profile CccDddCcc and rename if needed also something needs to be closed from settings in game menu, the blur at distance and advanced shaders but keeping the advanced water effects all reflections for those that don't like the h5 look of the sky and the red fog and rain and ambien red at night on all maps well if we want the cool gracia final epilogue back then we need to do this rename the Maps folder to Mapsretail or whatever copy the Maps folder from gracia final epilogue to h5 also we need the L2_Skies.utx from gracia final epilogue Textures folder to be replaced and also we need to do the same to the files timeenv0.int timeenv1.int timeenv2.int timeenv3.int found in system folder another setting that will probably be needed but not really tested out is to open file option.ini from system folder and add cachesize like this [FirstRun] FirstRun=2 [Engine.GameEngine] CacheSizeMegs=512 also maybe is good to change those to 4.000000 [ClippingRange] Terrain=4.000000 Actor=4.000000 StaticMesh=4.000000 StaticMeshLod=4.000000 Pawn=4.000000 sorry bad english https://mega.nz/file/aRNXxDrQ#mbxrNERBtW0XEEezK6w8-86oZWuX1k6NgtR6RZWKRVM the compression on the video is kinda bad but meh so one last thing about ReShade is if it detects a certain amount of network it will then disable the effects because it thinks we can cheat in multiplayer like wall hack / texture manipulations / etc, there are versions out there patched for this i guess, also here is a quick video to justify the effects better but still yt compression is bad3 points
-
3 points
-
The Return of L2Elixir – A Legacy Reborn in 2025 Read more features: https://l2elixir.org/features/ It’s time to relive the magic. Many of you remember L2Elixir, first launched in 2008 – a server that brought players together, created friendships, rivalries, and unforgettable memories. For two+ incredible years, until its closure in 2010, Elixir was more than just a server… it was home. In 2018, a fake project borrowed the name and damaged that legacy, but the true memories of L2Elixir never died. Today, in 2025, we are proud to announce that a new dedicated team has taken up the mantle to bring L2Elixir back to life – with respect for the past and a fresh vision for the future. What to Expect We’re not here to be “just another server.” Our mission is to bring back nostalgia with innovation, offering a unique progression experience: Interlude-Like start, capturing that classic old-school feeling. A natural evolution into Gracia Final. Followed by Gracia Epilogue, keeping the journey alive without losing balance. This is not a copy-paste server – it’s a carefully crafted world designed to honor the spirit of Lineage II while introducing fresh ideas to keep the gameplay alive and rewarding. Why L2Elixir? A balanced environment where community comes first. A project built with passion, not profit. A server that values longevity, fairness, and nostalgia. Launch Date & Details Closed Beta: Online. Open Beta & Rewards: November 15 & 21:00 UTC +2 Launch: November 28 & 21:00 UTC +2 Join the Community Be part of history once again. Follow our Discord, join the discussion, and prepare to step back into the world where legends were made. https://l2elixir.org/ https://discord.gg/5ydPHvhbxs L2Elixir 2025 – Honoring the Past. Building the Future.3 points
-
[L2OFF H5] GX-EXT (Public Test Version) Hello everyone, I'm releasing a public test version of my custom extender for Lineage 2 High Five (L2OFF platform), named GX-EXT. This extender is built over official High Five files, designed for performance, customization, and enhanced gameplay features. Note: This test version is intended for personal use, allowing you and up to 20 friends to test and explore the features freely. Key Features (Some may be disabled in this build): AIOBuffer AutoAnnounce AutoLearnSkill AutoLoot AutoStart BuilderCmd Bypass ClassManager OlympiadSystem CommunityBoard Security System (Client Extension / Active Anti-Cheat) DropList Custom Raid Drops Shift+Click Drop Info EnchantSystem ItemDelivery LureProtection MenuPlayer PrimeShop PvPAnnounce Rankings RestoreOfflineShop SchemeBuffer Services System SpawnProtection TeleportData TerritoryData TVT Event VisualArmor For deeper insight, feel free to check the configuration files — most features are fully customizable. Enlaces de descarga: Cliente: Download Client GX-EXT Servidor: Download Server GX-EXT (Password: 115599) Minimum Requirements: Platform: Windows Server 2012 or newer RAM: 16 GB Storage: SSD Base: Official High Five (L2OFF) files Commands: //admin //admin2 .menu ALT+B Feel free to post your questions or feedback here, or contact me via private message. Test it, break it, and enjoy it with your friends. This version is perfect for small team trials (up to 20 online users). Enjoy testing GX-EXT!3 points
-
Hi guys, this is a CMS im sharing for lineage 2 servers, im tired of the crap i see on new release servers. Dont let me start on the IA developed ones lmao. Description Free and open source template to create landing pages for Lineage 2 private servers. Designed with a dark fantasy theme and modern animations. Current Features This FREE version includes: Complete Landing Page - Professional design ready to use Multi-language Support - Spanish, English, Portuguese Dark Fantasy Theme - With animated UI elements Server Information - Rates, features, and rules Olympiad Ranking - Rankings display Download Section - For game client Skins and Animations Gallery Streaming Widget - Twitch/Kick integration Fully Customizable - Via configuration files Not Included in Free Version User Registration System Online Players Counter Donation Panel Premium Integrations IntegrationPrice Registration System $50 USD Online Players Counter $50 USD Donation Panel $50 USD Contact: https://gh0tstudio.com Tech Stack Technology Version Description React 19.2.0 UI Library TypeScript 5.8.2 Static typing Vite 6.2.0 Build tool TailwindCSS CDNCSS Framework Lucide React 0.554.0 Icons i18next 23.16.0 Internationalization react-i18next 15.1.0 React bindings for i18n All documentation provided for AI AGENTS to make changes on the ui texts and so on. u can have a look on the cms fully working with donation panel, online count and register via: https://crmlineage2.vercel.app/ https://github.com/6h0T/CRM-LINEAGE2-FREE If u are in the lookings to develop a unique website for ur projects, u can dm me or contact me throw my socials on my profile. all code has encrypted references so any type of rebranding, copying or selling without authorization will result in take downs3 points
-
A New Chapter Begins We're Rebuilding – Join Our Staff Team After many years of activity, growth, and challenges, it’s finally time for our community to restructure and move forward. We’re ready to turn a new page and evolve into something greater — but we can’t do it without the help of passionate and committed people. That’s why we’re now opening up staff applications for those who want to actively shape the future of our community. If you have the motivation, time, and patience to contribute to something meaningful, this is your chance to step in and make a real impact. What We're Looking For We’re building a fresh and dedicated team of individuals who are ready to support and grow this project. Open roles include: Moderators – to keep the forum clean, safe, and organized Gaming Moderators – to help manage gaming boards (e.g., Lineage, GTA FiveM) Content Creators – to post updates, guides, and articles Community Managers – to engage users and drive activity Technical Staff – for development, backend, and server work We’re not focusing only on Lineage anymore. Our vision is expanding to new areas — including GTA FiveM and other multiplayer games you might have expertise in. If you have a good idea, a server plan, or something new to suggest — we’re open to it. Now’s the time to bring it forward. Requirements We’re looking for individuals who have: A history of activity on the forum (preferred) Available time to contribute consistently A sense of teamwork and responsibility A genuine interest in gaming and community building If you're interested, just send a private message to me or Celestine. (or just reply here) Tell us a few things about yourself and how you’d like to contribute. Let’s bring this community back to life. Let’s rebuild something great — together. M M G A3 points
-
Hello everyone, it’s been a hell of a long time since my last post here. The graveyard keeps growing. You’re probably wondering, “What’s this all about?” Let me tell you: the best Lineage 2 server you’ve ever played on. Maxthor, dicksucker of the century - are you listening? How about you answer your fucking messages? Celestine, it’s been a while - you’ve got my messages hours ago. Now, since I’m the only one from the old crew who still has an account on this dead-ass forum, let me tell you what’s going on. We’ve got the resources, the infrastructure, and everything else needed to create the ultimate Lineage 2 servers – better than anything you’ve ever seen. Why? Because we’re fucking bored. There’s not a single L2 server out there worth mentioning. All of them are total disasters run by clowns who think they can make a quick money with premium accounts and donation fests. Well, here’s a message for you: you’re fucked. We’re back. You’re probably asking, “Back? Who? Why? What’s the point?” Here’s the answer: it’s none of your fucking business who. All you need to know is that we’ve got the money, the infrastructure, and the experience – and we don’t give a fuck about profits, we’re doing it for ourselves and for players like us. We’re about to create Lineage 2 servers like no one has ever fucking seen before. The work has already been in progress for over a year. We’re building a network of servers – whatever style you can imagine: low rate, high rate, stack sub – you name it. Got a crazy idea for a server? Now’s your time to speak up. Your ideas – our execution. We’ve got the files, we’ve got the servers, and soon we’ll share the website where you can vote in polls and help shape the servers of your dreams. And of course, all the hate drama from all of you who made that pathetic garbage servers is very appreciated.3 points
-
Exclusive custom skin for Dark Elf female, inspired by roses and dark elegance! Watch here: Download: Link Client mods site: Check For cooperation or questions — Discord: nevesoma3 points
-
3 points
-
----------2025---------- TheDarknessFear promoted to Gaming Moderator. Reason: Very active and helpful. (3 September 2025) Atom promoted to Gaming Moderator. Reason: Promotion by Maxtor. (3 September 2025) BALENCIAGA demoted to Member. Reason: Inactive (3 Octomber 2025) PUFA demoted to Member. Reason: Inactive (3 Octomber 2025) Vision Demoted to Legendary Member. Reason: Inactive (22 Octomber 2025) ThatSalem Demoted to Legendary Member. Reason: Inactive (22 Octomber 2025)3 points
-
Hello, Guys today i would like to share you something unique i know many people was looking for free good H5 Community boards since on community there are few shared and old i will share you this unique L2Dorn Community Board includes it's not my work it's shared for mxc users - PSD + all scripts Server Side & Client Side If you need to change default logo to your - write me in skype Support_La2-Pro Previews Download: Link = DOWNLOAD to get the password of the archive Like my 1st post send me pm and reply in topic..3 points
-
You can download new server update, plus an installer that will have your own C4 Cumulative server in 3 simple steps and above all (FREE). https://l2servers.com.ar https://www.mediafire.com/file/aktanlwyuqc9jsa/L2OFF_C4_C4_ACU_GXEXT.rar/file3 points
-
Totally agree with you but like i said it doesn't matter. Leachers/Stealers are going to do that regardless. With or without us sharing things in forums. Just by opening a new server we are "giving" them our ideas that they can simply code or copy if they have just a little bit of knowledge. As for the client site things for armors, costumes etc. etc. they get them through the patch again for free.3 points
-
A good day to everybody here on Max-Cheaters..! Or as they say in Thessaloniki, Greece. Kalispera. Ela re bros. I am here to bring you another masterpiece archived in the very darkest corners of l2rr.ucoz where even this archaeologist Dwarf dares not venture. However. Such a find must be revealed. After brushing off its dust from 2014 and polishing it up a bit to fit **MODERN USERS** (DXT3 compression, skin masking, 64x64 icons). Behold, the absolutely shockingZeuS ThuNDeRarmor set. Once again. Another masterpiece immortalized in the museum known as the MaxCheaters Client-Development-Discussion section. Credits: The17heroes Gracia Final Download: https://l2jbaylee.dev/shares/ZeuSThuNDeRArmor.rar3 points
-
Good evening, gentlemen. After many requests and after seeing half a dozen people using the project name with buggy acis sources that make no sense, I decided to bring some content that is truly worthy of carrying the name of our project L2JDREAM. I come through this topic to share the source code of our old L2JDream 2.0 revision This project was active from December/2012 to December/2019, being discontinued in 2019 as we now use alucera based source-code in L2JDream V3.0 That said, there is also the content of our VIP customer review, already embedded in this source, fully functional, and FREE.. WITH THE ONLY EXCEPTION OF ANTIBOT PROTECTION, which requires a valid license to work, THAT IS, a 100% free project with open source, but my protection will only work for customers who had a project license. I found this to be a fair way for customers of the private project. The VIP revision has all the features of the free revision , plus other exclusive features. Check out more complete information about it below. Project Information: BASE: A High Five project was downgraded to Interlude. Features: Quests - All Interlude Quests working according to [L2OFF]. Raid & Grand Bosses - Working perfectly with their proper videos according to [L2OFF]. Olympiads - Fully functional according to [L2OFF]. Sieges - Fully functional and with all Castle functions according to [L2OFF]. Fortress Sieges - Working perfectly with all its functions according to [L2OFF]. Siege Hall - All working perfectly according to [L2OFF]. Lottery - Working perfectly according to [L2OFF]. Fishing - Working perfectly according to [L2OFF]. Skills - All skills in the revision are balanced for standard servers with all working perfectly according to [L2OFF]. Gameplay - All game components have been tested by several servers, both for low rate and high rate servers. Events: Death Match: Classic deathmatch between registered players. Capture The Flag: Event where teams must steal the enemy flag to score points. Team Vs Team: PvP combat event between two teams, where each enemy killed scores 1 point for your team. TvT, CTF and DM: Instanced events with configurable automatic start. Standard Mods from L2JDream FREE revision : Complete Offline Trade/Craft. NPC Crest recreated to consume less memory and run lighter with cleaner and more efficient codes. PvP/PK Color System. Voiced Commands (.menu, .help, .offline, .classmaster) Among others... Exclusive Mods - These were included in the VIP revision (all configurable to enable/disable/etc): AIO System (AIO Seller included) VIP System Buffer Vip AIO, VIP and Noblesse item Siege Date Archievement Engine BuffShop System Npc Ranking Protected Password WareHouse Npc Raid Info Permanent Nobless, meaning the player does not lose buffs when dying. Automatic Nobless when killing Barakiel. Register Siege Advanced Pvp & Pk Announce System PvP & Pk Reward System Chaotic Zones RaidBoss Defeated Message Announcement Respawn Boss Donator Enchant Scroll (Unique Enchant Scroll for all Grades with configurable chance...) PrivateStore Sell/Buy by Item (changes the currency of the character shops) Equipment Restriction Disable Weapons For Classes System Custom Cancellation War Legend System Quake System Dressme Arena Duel 1x1 (With Arena Ranking) *** THIS MOD HAS BEEN REFORMULATED *** Spartan Guard 3.0 - L2JDream Protection System (only works with a valid license) System locked in gameserver. Protects against L2Adrenaline, L2Net, L2phx, L2Tower, L2Walker and others. It is not possible to log into your server without the system. You must have an active license for the server and system to work. NOTE: If you test a bot and are able to use it, just contact me sending the program that it will be blocked and you will receive the fix to implement in your system. I would like to take this moment and thank to @Bian @LucasDante @karlos @apollo @Denky @Wolgan @Nattan Felipe and the entire team that helped create and maintain the L2JDream V2 project. You can find the full source on My GitHub https://github.com/Wallz/L2jDreamV2_Source/ Fork and collaborate with the crowd3 points
-
There's many reasons why it would be more NO than YES : Using NCSoft assets is a death wish, they can lawyer any LU3/Unity if they wanted, since it's a plain steal of intellectual property. It's an hobby, as you said it, and it's not specially about money. Money is a way to filter idiots/resellers, nothing more. It's really about trying to replicate old content and optimize it which I find it fun. I just align with the basic idea than an emulator emulates. When you launch Project64 and SuperMario 64, you don't expect to get something more than 120 stars and Bowser boss in the end - which should have been L2J project to begin with Even if I played a lot with TESCS from Morrowind, back in time, it's not enough to handle current engines, and I'm too lazy to learn Unity/Unreal Engine. Moreover, it would mean buying assets. While doing it alone would be a fail, coupling to L2J / L2 community would still be shitty (since the majority is RU/BR) ; people is only about fame/glory/reselling shit on back of others. Opening to others, the project would be leaked day 1, rebranded and resold. MMO genre is basically dead, and that's not a reboot of any game (l2/wow classic :D) which will turn the tide. Regarding L2 or an remastered version of it, you can obviously blatantly copy-cat it (as Propnight did for Dead by daylight). All frenchies aren't supposed to do Expedition 33 :).3 points
-
3 points
-
This version (1.34) includes all the fixes from above + more, with the exclusion of Premium Account System. The Premium Account System was added in 1.35, which is currently only available through the Chronicle Coders Discord. Appreciate those of you reporting issues and providing suggestions. Download EmuDevsIL 1.343 points
-
3 points
-
Utility for more comfortable management of configuration files. Supplied free of charge. NO VIRUSES/KNOCKERS/WORMS and other nonsense! If in doubt, you can not download. you can to see: you can to download it here3 points
-
Wow, this dude responded to a post from last year… Great job, mate. First, learn to read with understanding. The truth or constructive criticism is not an insult or hate speech. If you think so, you’re just dumb. Second, this community has really reached rock bottom when uneducated people like you are moderators.2 points
-
2 points
-
To be honest imo with the name maxcheaters the only content you can have to make it work would be something that has to do with cheating or any form of cheats/hacks such as leaks, cracked apps and/or scripts, bypasses, etc. It would require a new name and the support of the community to build something fresh and ofc it will also require a team that would listen to people's ideas and suggestions that makes sense in order to make it work. Maxcheaters community was kinda divided back in the time when people wanted to see new stuff that maxcheaters wouldn't add and they were starting new communities trying to build what they would like to see ending up failing because they didn't have the knowledge and/or the community back then to support it, coming back to mxc hoping that something would change which it didn't and that was the beginning of how it started to die activity wise. And obviously the trusting part mentioned above as well was a crucial part of it as well.2 points
-
2 points
-
What the fuck are you talking about on 2025? Did you ever played on any L2Gold server? Do you know where it was hosted and what files it run? It's particularly grating when people who haven't logged into L2 in years, or worst, someone actively attacking servers, pontificate about L2J vs L2OFF differences. Debating theoretical technical points while actual players just want stable, fun servers. I am aware of well known servers that ran successfully on L2J as far back as 2010.2 points
-
AI hype from dumb AF devs at it's best. The video shows a character doing the most predictable loop imaginable attack, loot, repeat. You don't need a "reasoning" LLM for that. A lightweight task scheduler or even a basic script can handle it with a fraction of the resources and zero GPU overhead. Spinning up a big language model to decide "hit the mob and pick up the drop" isn’t clever, it is wasteful. It's like hiring a rocket scientist to flip a light switch: impressive hardware, pointless job.2 points
-
Doesn't respond to DM on discord, I need the source to implement. He only gave me a compiled version with a bad script, I didn't want to complain here but it's a fact.2 points
-
I know people who have fully bypassed and reversed AAC. One day, they might even release the full source code, but for now, they’re still making money off it. I won’t name anyone, but it’s clear that there aren’t any truly solid anticheats for Lineage2. As I’ve said before, kernel level anticheats are the only real solution. Anything that runs as Internal and injects gets flagged, and your account ends up getting kicked or banned. That’s just how most games handle it nowadays. To TL;DR the whole thing cheating will always exist because there are people out there smart enough to bypass any protection and run private cheats. Public cheats are always detected eventually, so I don’t see any point in buying AAC, especially when they claim it blocks adr, which simply isn’t true.2 points
-
First of all do not use a demo template that is not even yours. Do not copy works, and do not sell my works claiming that it is your works. It has come to my knowledge that you are abusing customers by stealing from their panels and applying it to new customers. People are paying for those and you just re-sell them for your own advantage. https://l2-ragnarok.com/features page, is done by me. You stole the features page and sold it to someone else. You know exactly who it is. You had access to l2-ragnarok panel, and i can prove it anytime. Now you are using my l2 template made for lokagamers, to showcase your panel and you have the audacity to change the copyrights to your own name. This is a website i made for lokagamers, remove everything you are using without owning the copyrights. https://demo.lin2web.com/login Stop selling things that are not your own. I dont understand why people like you think it's okay to act in this way.2 points
-
It's also the players' fault, because there have been decent servers implementing some of the things you said plus some other 'innovations', plus many QOL things for newbies (ingame bestiary, with drops searchers, etc). In the end, it's the players who decide to feed into that shit and play the most garbage servers simply because the owners of the servers gave their clan leaders 100 euros, or they insta quit the server because they didn't win the first QA, etc, etc, etc. In the end, if a server is garbage or great it doesn't really matter if the players don't wanna stay in there. Players are no better than the devs themselves, in the end it seems there are abusive devs who will milk the shit out of their willingly milkable players, or there are none, goes both ways.2 points
