Jump to content

Leaderboard

Popular Content

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

  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. Hello I am selling a Low-Mid-PvP Interlude Server Files. Low-Mid server are separately files which have similar features. while gameplay is changed to suit to the low style. You can ask for a test server for both files. PvP files are represented in that topic. Faction/Stuck sub systems can be implemented on both version of files, after request. Files are used to live servers and running without problems. Most of the Features are configurable so you can change them to your needs. Hot Informations Balance System Option: Which has been tested many times in live servers and its very good. Elfocrash bot engine working! FIles are keeping updating while me or a customer find something wrong on it. New Custom Community Board added( https://ibb.co/album/b7RQSv ) New Achievements added: https://ibb.co/P9Nf6KC, https://ibb.co/R6gnwCT, https://ibb.co/4Kr3SHs, https://ibb.co/xmhfRH6 Latest update: 1/06/2024 Basic Information (Configurable) Experience Rates: x2000 SP Rates: x2000 Adena: x 2000 Enchant Rates (Configurable) Safe +3 Max +20 Normal Enchant Scrolls 65% Blessed Max Enchant +14 -> 100% Crystal max +16 -> 50% (on break enchant still the same) Custom Scroll max +20 -> (+17 -> 95% , +18 -> 90% , +19 -> 85% , +20 -> 80% ) Easy Configurable with xml file Augmentation Rates (Configurable) Augment Skills 1 Active + 1 Passive High grade life stone - 10% Top grade life stone - 15% Custom Features (Optional - Can be removed) Custom Weapons: Gold weapons Custom Armors: Apella, Dynasty, Rykros Custom Mask Custom Tattoo ( Level 1 , Premium ) Custom boss scrolls: Increasing special status for 1hour Cancellation System , after 10 sec you get buffs back Healers have a small chance to get PvP's from their party Vip System Custom Name / Title colors (via .vip) x2 Mass Vote Reward x2 Pvp Reward +5% chance to enchant items Configurable drops from Farm - Party mobs, Raid-Grand bosses Less chance to drop Item's from Pk's (Optional) .vip command ( change name/title colors ) Vip Chat System(public chat,you can talk with ^ ) Pk System (Optional-Can be removed) You can drop items by PK's.You are safe until 10 PK's After 10 you have big chance to drop Items If You are VIP you are safe until 20 PK's 1 item can be dropped each time There are 70% chance to drop If you are VIP there are 30% chance to drop Bosses (Configurable) Special Boss every 4 Hour's. Epic Bosses every 3 Hour's. Normal Bosses every 1 Hour. Events TVT DM CTF Party Farm every 6 hour's with 1 event hour duration (Configurable) Tournaments (Configurable team size, currently 1v1, 3v3, 5v5, 9v9) Specific rewards for each team size winners PvP System Every hour most Pvp killer from Pvp Zone will be rewarded with extra Pvp medal (Configurable) Every 24 Hour's Top Pvp/Pk Killer will be rewarded with Event medal (Configurable) Party Farm (Configurable) Opens every 6 hour's Duration 1 hour Custom Mini Bosses with special drops Minimum players for enter is 3 Every member must have at least 10 Pvp's to join (Optional) 1 player per PC are allowed Players are teleporting in a random pt member in Party Zone / If none of pt members are in the zone then it teleports all the party there. Olympiad (Configurable) Olympiad period every 1 week (Configurable) Heroes will be given 2 hour after period ends No custom items allowed (Allowed: tattoo level 1) (Configurable) Max enchant is +6 (Configurable) Over enchanted items will be automatically counted as +6 Ranking update after every match The Olympiad begins every day at 18:00 and ends at 00:00 AM (GMT+2) (Configurable) More Features: There are 2 available commands to change server balance ( Real time changes ) //balance -> You can change status , such as p.Atk, atk.Spd etc. //balancer -> You can change damages from class to class OR (Class to All enemy classes(9/7 update)) (Either on PvP neither on Olympiad) More Balance Settings Every class have a passive skill to control balance Option to Archer critical damage ( % ) Option to control max continuously critical hits for Archer Classes Vote Manager + Mass Vote System + Vote Buff Vote Manager with rewards from Topzone, Hopzone, Network, Brasil, L2Votes Topzone access need xzone(Admin) appoval with whitelist of your IP. Mass Vote from Topzone, Hopzone, Network, Topco Vote buff available after player votes at least at 1 vote site (can be changed to your needs) and then a button with buff will be available on Vote Manager for 11 hours. Anti AFK System If player is AFK ( > 10 min without any action ) , he will not gain any mass GM reward ( you can use it for whatever you want ) Event -> If player is afk in event he will get dismissed and not rewarded Skin System Currently there are 14 available skins, you can add yours too You can try before you buy them by .skintry *NEW* double click to equip/unequip the skins Weapon Skin System You can set your Weapon skins(Of course you will able to use only the same type of weapons, ex. If you wear bow you can only equip bow skin) Example: <skin id="15050" weaponId="11112" type="BOW"/> <!-- Bow of Halisha --> The skin id is 15050, which copy style of 11112 weapon id with Bow type. Dynamic pvp zone Configurable by the xml file of zone time option ( time needed to change , in minutes ) locs option ( location after player death , will be selected randomized ) rewards option ( reward top PVP Killer after each zone change) disabled Classes option disabled Items option .exit to leave from zone Available commands .menu .vip .skintry .online .deposit/withdraw .exit ( Only from PVP zone ) .castlemanager .drop or shift + click to Raid for drops .repair .tvtjoin / .tvtleave / .tvtinfo .ctfjoin / .ctfleave / .ctfinfo .dmjoin / .dmleave / .dminfo And much more Features... Passive Balance skill options: Olympiad. Every status inside <customand olympiad="true"> will effect only to Olympiad. PvP. Every status inside <customand olympiad="false"> will effect everywhere (but not to Olympiad). General. Every status without <customand> status (where <!-- General --> appears) will effect both Olympiad and PvP. Skill Example: Server Images: Community Board Images(29/7 update): https://ibb.co/album/b7RQSv Achievements(17/8 update): https://ibb.co/P9Nf6KC https://ibb.co/R6gnwCT https://ibb.co/4Kr3SHs https://ibb.co/xmhfRH6 **All Black icons on start of html's are your logo placement** https://ibb.co/7VbsGGL https://ibb.co/1RVvtzZ https://ibb.co/D1BrrHb https://ibb.co/q9sZYrf https://ibb.co/fk0Ftpc https://ibb.co/MnLb6PP https://ibb.co/hM0qdVX https://ibb.co/b2Nf4Vr https://ibb.co/VC7SLdM https://ibb.co/1RKLHRs Fake Autobots Elfocrash autobot engine working Common Problems of this engine(shared from Elfo) are fixed FIles are keeping updating while me or a customer find something wrong on them. Latest update: 1/06/2024 Price for Pack/Source/Patch/Database is 160 -> 120 Euro. A good balance system can be added as Extra (including classes skill fixes + each class balance system + Oly class balance system). Balance system has been tested many times in live servers and its a decent one, you can try it on test server. PM me here or add me on Skype: @IcathiaLord or on Discord: IcathiaLord#7407
    1 point
  19. Topic cleaned move your dramas on dms.
    1 point
  20. You are part of that group too.. Why are you acting nice and chill? Are you still just copy-pasting? How funny it is to reply to your own post
    1 point
  21. Why am i tagged worm? Dont mix me with your shits here i have nothing to do and wont care at all! U can suck your bg dev cock and open your shitty project! I dont care anymore for any files or any guytis, zoumhs, skylord! You fight and cry over pixels psychos..
    1 point
  22. @Tryskellhas and continues to do an awesome job with aCis. I will support aCis in any way I can, and was really happy to see aCis was still around and active as a poject and community when I jumped back into L2. I do not think L2 or Interlude is ded, it never will be. What I do think is that thinking outside the box and introducing the game to new people is important now. I would bet that the majority of those new people who try it are hooked and will continue to play for years.
    1 point
  23. We have everything, but no people to "bind" everything. On this community it is a mere joke. Sorry for the offtopic. If you want join my discord's Game Dev section. I plan to add more contend about it.
    1 point
  24. 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
  25. 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
  26. I am planning on making adminer optional which would also make php and apache2 optional, I just haven't had time yet. That script I made for myself and I know that I want adminer " and also be asked about opening 3306 or XXXX and listen to * thanks " Could you explain this a bit more? I am not sure I should offer the option to open port 3306 as that is a bad thing unless you know what you are doing, and if you know what you are doing it is a simple thing to open it yourself after. Listen to * is this for login / gameserver or Mariadb?
    1 point
  27. looks interesting, then I will contact you thank you very much Good news, I already have the INTERLUDE version ready that works with H5 client and this same extender. At the moment it is in FULL version, Also in the next days we will have our own web page. Now you can have your Interlude server with all the features of L2OFF-H5. Greetings to all
    1 point
  28. 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
  29. topic closed at the author's request
    1 point
  30. i dont speak with people with negative votes sorry
    1 point
  31. 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
  32. corruption made this server become empty from 3rd day,only few randoms playing.
    1 point
  33. So many fresh comments to downvote. Nicey
    1 point
  34. L2PTS Files High Five: 273 Mega.nz Link: [Hidden Content]
    1 point
  35. Today I bless all my lovelies here at MaxCheaters with the pleasure to see one of the best armors ever created. Forged in the heart of Greece, it embodies the fiery spirit in which every Greek holds within them. Bold and bright, fierce and roaring. Behold, the MeGaFlaME ELLiNaS armor set. Now it has been immortalized. For all to feel its warmth. Credits: The17heroes Gracia Final Download: https://l2jbaylee.dev/shares/FirePowerOfGreeceArmor.rar @911reg May it live forever in our hearts.
    1 point
  36. What kind of explanation are you expecting from the admin? You're very funny.. You're not the owner of those files. This is exactly why people dont trust you. You know which files am talking about the ones from Fotis, from Greece. Yes, that source code. As far as I remember, you were banned multiple times and i still dont know why you are even here. Later, you came back under a different name. But now, everyone knows who you really are. Stop sharing servers that already exist. Do you really think people are blind or stupid?
    1 point
  37. https://media1.tenor.com/m/VqFdrGGsXOwAAAAd/bj-blowjob.gif
    1 point
  38. 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
  39. You've been downnvoting me on a daily basis. I told you, 'stop, I can downvote harder', you didn't stop For each downvote, I downvoted you 5 times. I only downvote you after you downvote me. Lol. https://maxcheaters.com/topic/252983-serverextenderscriptsclient-c4-cumulative-one-click/#findComment-2836853 Not to mention that you EXPLICITLY said, 'if I get more downvotes, I'll share more stuff', where shares?
    1 point
  40. 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
  41. Who doesn't? On topic. I would suggest you to work on Mobius files since there is a lot of space to work on things. @Mobius has done amazing job and deserves as match help as possible, this guy needs to be rewarded! Different type of packs since he has the most of the chronicles. I dont want to say that aCis hasn't done amazing job, it's one of the most stable and oldest projects around but I'm with mobius just because he supports way more clients. Working on either of projects will make you better.
    1 point
  42. "Just make your own game!" sounds simple until you’ve tried it. I did, with Epic Dragon World and learned the hard way that "open source" often means "free labor for resellers." The MIT license became a buffet for people to grab code, rebrand it and ghost the project. Even basic collaboration collapsed because everyone wanted their vision, not *a* vision. NCSoft’s lawyers aren’t theoretical. They’re a sword of Damocles. Even if you rebuild a client from scratch, if it feels like Lineage 2, they’ll come knocking. Ask the Chrono Trigger fangame corpses how that goes. MMOs are hospice care. The genre’s on life support, kept alive by whales and nostalgia. Look at Throne and Liberty, NCSoft’s own "successor" to L2, flopping harder than a 2004 PKer in ToI. Classic reboots (WoW, L2) are bandaids, not resurrections. This is the hobby. Optimizing old systems, reverse-engineering spaghetti code and preserving janky mechanics is the fun part. Monetizing it turns it into customer service hell. No thanks. Community? What community? The L2 scene is 90% resellers, 10% players who’ll quit the second they don’t get +16 on day one. Both asking how to install Java and why running the uncompiled server does not work.
    1 point
  43. trusted panel i use in 10+ servers
    1 point
  44. 190euro until last month, don't miss it.
    1 point
  45. "share" tag without share, scam even on sharing
    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