Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 05/21/2025 in all areas

  1. [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
  2. 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.rar
    3 points
  3. 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/file
    3 points
  4. 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
  5. very helpful comment when you say to some random person that is asking for help this: "I hope that the imbeciles that you defend better answer you" indicates you have serious psychological issues, you are a problem for the community at this point read the rules and stop spreading the toxicity virus you are infected with, seek professional help. on topic, l2off servers have the issue of real time name changing through website and CacheD server, in some of them even successfully return no errors but its still not working, the player has to restart the game afterwards so in best case you log them out, thats all i can tell you from the website side development. i suggest this to be inside try/catch dont use advext the guy gives errors in the documentation of the website connections and calls other developers idiots who cant make it i have rewrote this function fully (this function contains the errors) https://wiki.depmax64.com/index.php/Список_php-функций_для_работы_с_пакетами_IL and still i made everything work except the rename, this can be done with other methods and SQL side using function queries
    2 points
  6. I have not touched a L2J style server in probably 13-14 years, as part of my "re-education" on server stuff I decided to build a installation script, hope some of you find it useful. NOTE: This script should only be run on a fresh Ubuntu 22/24 install, must be ran as root. I have only tested on 22 so far. What it does: - Checks to make sure you are root and are using Ubuntu 22/24 - Creates a system user for running aCis - Installs java jdk 21, Mariadb, Apache2 + PHP, Adminer, Ant - Created user and database for gameserver and login server - Creates user for Adminer - Adds second layer of security for Adminer (apache2 auth) - Runs secure_installation on Mariadb - Makes all .sh files executeable - Fills in Mariadb database information in database_installer.sh, config/server.properties, config/loginserver.properties - Runs database_installer.sh - Fetches aCis repository and builds it (supports public and private repo) - Moves all needed files into <user>/acis-built - Enables UFW and opens needed ports: 22, 80, 2106, 7777 - Installs fail2ban and configures protection for sshd (max 3 fails) - Retrieves geodata from http://anothercrappyinterludeserver.com/files/ and unpacks it in correct place - Fills in server IP in loginserver.properties Script is here: https://github.com/Salty-Dragon/aCis-installer-ubuntu Help etc hop on Discord: https://discord.gg/QuZTw8pn3E
    2 points
  7. need content? Bring kara back forum fixed
    2 points
  8. im just leaving this here . you know the rest
    2 points
  9. Destroyed the c4 community in argentina.... The last C4 Avenger is here Count your rep cause Maxtor added autoban on -50 rep.
    2 points
  10. The irony is that you are actually the problem here. You did this exact thing to me as well in one of my previous posts, calling me a scammer and repeatedly downvoting posts even though its completely free share, as well as checking my profile to see which replies I've made only to downvote them regardless of the content of the post. This is the 3rd or 4th thread you've made having a cry in the forums acting like if you left an angel would lose its wings. If you're not going to post something useful, the least you could do is not have a public meltdown on a monthly basis. also you're gay
    2 points
  11. Serious case of brain mold. You know that 911 been helping people with their client problems here day after day. I think that is far more worth than any of your biogarbage shared resources tbh. We need some xdem and kara in this topic to have the full mxc potential
    2 points
  12. most eggciting post in 2025 for sure!!!!
    2 points
  13. even in your images you are toxic, thats what you get when you build a toxic account answering toxic in a community i thought it was obvious apparently not.
    2 points
  14. Look at that I'm the first one to share something in this part of the forum. Free Buffer System for the Lucera2 Classic Client. This buffer was originally based on someone else's work, but has undergone many modifications and improvements to support all the main buffer pages, and others, including full profile support for dimensions and how they are formatted. This is just a small gift to the Lucera2 community. If you have any questions or issues, don't hesitate to contact us here. The .htm files are adapted for custom dimensions. You must have support in your client for handling custom HTML window sizes. Example dimensions used in this buffer: resize_x=750 resize_y=470 MetaMan Version Buffer
    2 points
  15. Maxcheaters is not worthy of this share. The MeGaFlaME ELLiNaS armor doesn’t just protect the body, it protects the soul. A design so ahead of its time, some might mistake it for a tragic accident. But no. This is art. This is vision. This is fashion. My eyes may never recover. Thank you for blessing us with this masterpiece.
    2 points
  16. 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 crowd
    2 points
  17. Interfece 196 protocol TW (Source) Good afternoon, everyone, I often see people interested in the source code of protocol 196, so I decided to share it. The source code is easily accessible in the 196 protocol, but no one knows that the 196 protocol from Taiwan is easily extracted. You can verify this by opening the original files in the program WOTgreal, the original files are in the archive with the code. It can also be extracted via ucc.exe using the command: UCC.exe BatchExport interface.u Class uc .\interface\classes -NoBind Here I am publishing the source code for general use. I hope it will be useful. If necessary, it is very easy to adapt to any other localization. Interface 196 TW (Source): Download PS: Use it for your health and have a nice day. I apologize for my English, there may be problems translating through the translator.
    2 points
  18. Topic cleaned move your dramas on dms.
    1 point
  19. I already finished my panel for change name and gender, anyway need restart, im used schema $stmt = $conn->prepare("EXEC lin_ChangeCharacterName2 ?, ?, ?"); for change name... also for change gender i used if ($race == 5) // Kamael race ID; modify this value as per your database { $error = "Gender change is not allowed for Kamael race characters."; } else { $stmt = $conn->prepare(" UPDATE user_data SET gender = ?, face_index = 0, hair_shape_index = 0, hair_color_index = 0 WHERE char_id = ? AND account_name = ? "); Sorry no idea how to add cached update in myext64 about, not have any solution for this yet compatible to myext64 code. This is my panel make in php http://177.73.143.43:8080/account/ Cool panel for me, without experience in any code. Without help from any people here
    1 point
  20. It would be very interesting if @SkyLord could explain to the community why he downvotes my post. It's because of file sharing, right? I see the same thing happening to other file-sharing users...
    1 point
  21. well i mean mariadb listen to * and the port should be offered since you are already there you probably know how to make a user with rights still i am talking for what i would like, thats why it should be like optional it would be so cool and could be used for other projects and just in case you dont know this you can execute it through terminal from the github in one command so you can update it live and give the users the command only, when you play with unix its just like that bash <(curl -s https://raw.githubusercontent.com/Salty-Dragon/aCis-installer-ubuntu/main/crappy-aCis-installer.sh) bash <(wget -qO- https://raw.githubusercontent.com/Salty-Dragon/aCis-installer-ubuntu/main/crappy-aCis-installer.sh) some examples to play with
    1 point
  22. I totally understand the whole installation but why port 80 and apache+php and adminer i think they should be optional and also be asked about opening 3306 or XXXX and listen to * thanks
    1 point
  23. Hello, I'd like to share with you a web template of me. https://www.mediafire.com/file/cslzde4h89it91y/Shinemaker.rar/file
    1 point
  24. im sowwy guytis i forgot your 20iq makes it difficult for you to understand i copypaste something for you: irony the expression of one's meaning by using language that normally signifies the opposite, typically for humorous or emphatic effect
    1 point
  25. @mareco ban this user @MARECO , accusations without evidence
    1 point
  26. NO one EXTENSION server have this values of 26 mb! hack codes inside the source files. @Xeonc Delete this project from MXC, risk for your machines, thief data from you! Simple come here and share this? Please ban the account share it! I prefer to use Myext64 than this crap that steals user data! @MaxtorI would like to know if this user who shared uses a fixed IP, compare the IP to other members for check if ahve some accounts using the same, to know his location and real name, to open a case for cybercrime.
    1 point
  27. topic closed at the author's request
    1 point
  28. i dont speak with people with negative votes sorry
    1 point
  29. Ah, ah, ah " θεέ μου βοήθησε με " yet another person who seems obsessed with this. When some people read a post that actually has a beginning, a middle, and an end, it's like a shock to them. "How can this person write so well? He must be using AI." Seems like a lot of you out there think the same way. As for what you said, I honestly didn’t understand how any of it relates to the post. I didn’t take anyone’s side, nor did I say who’s right or wrong. I don’t want to get into that whole mindset of dividing people into sides. Your side is pretty clear though. You seem coordinated and consistent. The other side hasn’t really shown up yet, maybe because it’s just one lone wolf. But that doesn’t mean he’s wrong. Anyway, I figured I’d write something to maybe shake things up a bit, but it looks like concrete doesn’t move easily. Maybe it takes a real earthquake. That’s all from me on this topic. Take care and good luck with whatever you're doing. No matter what you write, I won’t be replying to you or your little crew.
    1 point
  30. somebody stole elfo's and other accounts is the most important news here
    1 point
  31. So many fresh comments to downvote. Nicey
    1 point
  32. Mod: Saudação Real para Dono de Castelo Sistema inspirado no comportamento do Lineage II Classic (Kamael), que adiciona imersão e respeito ao líder do clã que controla um castelo. Descrição Esse mod cria uma animação automática de reverência (/socialbow) para todos os jogadores próximos ao líder do clã dono de um castelo, quando ele estiver presente na vila. Além disso, mensagens de saudação personalizadas são exibidas no chat e na tela para todos os jogadores ao redor. Ideal para servidores que querem adicionar um toque de imersão realista e respeito ao poder dos clãs. Funcionalidades Leitura de dados por XML (GreetingData.xml) Configuração por castelo, zona, animação, mensagem e tempo Reação automática de jogadores próximos ao líder Cooldown configurável para evitar spam Totalmente compatível com aCis 409 / DreamV2 Suporte a expansão futura com mais zonas ou ações <?xml version="1.0" encoding="UTF-8"?> <!-- Configuração do sistema de Saudação Real (Reverência ao Líder de Castelo) Quando o líder do clã que possui um castelo estiver presente na vila correspondente, jogadores próximos automaticamente fazem uma reverência (social ID definido) e recebem uma mensagem de saudação na tela. ----------------------------------------- Atributos de <greeting>: • castleId → ID do castelo (ex: 1 = Gludio, 2 = Dion) • zone → "TOWN" (apenas dentro da vila atualmente) • actionId → ID da animação (7 = reverência) • msg → Mensagem exibida na tela e chat • time → Tempo mínimo em segundos entre cada saudação --> <list> <greeting castleId="1" zone="TOWN" actionId="7" msg="Salve o Rei de Gludio!" time="60" /> <greeting castleId="2" zone="TOWN" actionId="7" msg="Honrem o Senhor de Dion!" time="30" /> </list> Observações Técnicas A checagem ocorre a cada 10 segundo via GreetingManager. Gatilho: líder do castelo está na zona de paz da vila. Jogadores próximos (em raio configurável) executam a animação e recebem mensagem. Requisitos Servidor aCis ou derivado compatível (testado no DreamV2 e aCis 409) Path DreamV2: AQUI Path aCis 409: AQUI PasteBin: AQUI
    1 point
  33. Hello MaxCheaters, We are launching a serious Lineage 2 Essence project based on the latest protocol (Wolf update). Server Name: L2 Shadow Chronicle: Lineage 2 Essence – Wolf (latest official protocol) Rates: 1x (Retail-like experience) Type: Long-term, low-rate, no pay-to-win Development: From scratch or based on a clean, stable pack Community: International / Portuguese-speaking core team We are looking for: - Experienced L2Essence Developer (C++/Java/XML depending on pack) - Capable of handling latest protocol (Wolf) - Able to work with or suggest a stable private revision - Can provide long-term support if needed Contact: Please send me a private message here on the forum with your portfolio, availability, and rates. Payment: We pay fairly and on time. We value transparency and professionalism. Let’s build something solid. Regards, L2 Shadow Team
    1 point
  34. Hi everyone, I'm looking for someone to create a website for me with a pale, whitish design, inspired by Talking Island. I also need an auto-updater and a Discord logo included. I already have the domain and hosting set up on OVH, with PHP ready to go. However, I'm new to website development, so you may need to guide me through the installation process. Please do not contact me if you're charging unreasonable prices like $800 for "VIP" packages — I'm looking for fair and realistic offers. Payment will be made once the job is completed. If you have previous work to show, that's definitely a plus. The website, auto-updater, and Discord elements should all be in English. Thanks!
    1 point
  35. No, I didn’t purchase anything. But I received some help here and there, and managed to set some things up myself. Now everything seems to work fine. The only thing I haven’t figured out yet is the Olympiad setup. I have all the procedures and tables, but if I leave the script as is, it throws an error. If I take the script from a regular server, it runs, but I don’t know how to configure and start the Olympiad using commands. Other than that, everything is great! I’ve been running it for a couple of months now and haven’t found a single error so far. Or did you mean that you bought a database?
    1 point
  36. If the project (like a Lineage 2 private server) is already illegal or unauthorized... we know So, this is about a logo for a project that will be used for a Lineage 2 private server, but the logo itself has nothing to do with the game. This isnt a case of using copyrighted material from the game the designer is creating their own original work.
    1 point
  37. Just to clarify, the logo in question was purchased by me and my former partner as part of our collaboration on the project. I have the original PSD source file, and this gives me the legal right to use the logo. https://imgur.com/5s9LFGK
    1 point
  38. OFFER UNTIL 31 JUNE Complete Server Pack + Source Files: C4 Scions Of Destiny: P656 Retail X1 L2OFF Server Pack + Source: Price: 100EUR C4 Scions Of Destiny: P656 ESL2 Athena x45 L2OFF Server Pack + Source: Price: 100EUR Screenshots: https://imgur.com/a/eternal-sin-l2-athena-x45-c4-WYCpbjl C6 Interlude: P746 ESL2 Athena x45 L2OFF Server Pack + Source: Price: 100EUR The same as C4 but in C6 Client so the Screenshots is the same: https://imgur.com/a/eternal-sin-l2-athena-x45-c4-WYCpbjl C6 Interlude: P746 L2Gold L2OFF Server Pack + Source: Price: 100EUR Screenshots: https://imgur.com/a/9kB3oA9 C6 - Classic Interlude: P110 ESL2 Athena x45 L2OFF Server Pack + Source: Price: 200EUR Screenshots: https://imgur.com/a/Z2kZxuv Contact me here via PM (only serious buyers). Payments via: - Paypal (Friends and Family)
    1 point
  39. trusted panel i use in 10+ servers
    1 point
  40. yaw, Guys im back Again and this time i bring you V Interface with full Functions because many people have big mouth and talking a lot i would prove them that i can do anything i like since they prove me wrong so lets start some pictures Infos: Every feature working perfect without any problems lets see who gonna get mad after this good luck using it guys hf Features: Auto Augment Auto Enchant Auto Skill Enchant Auto Macros Usage Fast Items Deletion trought Inventory Auto Farm = Bot Debuffs & Timer Olympiad Damage Calculator and much more what are you waiting for? Try it now! Link: [Hidden Content] Mirror: [Hidden Content] Information: d3c.dll file was a bypass to work on protected servers since it's not working anymore just delete it and good to go few antiviruses may dedect it as a virus u can avoid it and just delete that file Cheers
    1 point
  41. if you want donate panel let me know
    1 point
  42. this guide will go over creating (or importing..) weapons using Unreal. this method allows you to put as many weapons as you want in 1 package! Benefits = organization, less clutter, flexible settings, high quality models, animated [Hidden Content]
    1 point
×
×
  • Create New...

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