Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 06/14/2025 in Posts

  1. 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
  2. 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
  3. @KenrixYou work very well, I highly recommend your work, if I were to give a rating for your service it would be 1000.
    1 point
  4. Added: payment method MidTrans - for Indonesia MercadoPago - for Brazil and etc.
    1 point
  5. Topic cleaned move your dramas on dms.
    1 point
  6. 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
  7. 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
  8. Changeset 411 (3596) ZoneManager, Manors, Cursed Weapon, AI, Bugfixes, Organization [Fishing is currently malfunctioning. Wait next revisions for item/skills reparse + fish rework. ZoneManager - Ty Bandnentans for the backup job Rework ZoneManager, parsing L2OFF zones and associated parameters. Zones are now handled by name, and not anymore by custom, dynamic, id - making them easier to invoke, and allowing retail script to invoke them aswell. Zones are now extending Territory, and don't use anymore shapes (Circle/Rectangle/NPoly). Default shape is Polygon, cut into Triangles, through Territory. One more step down to delete "zone.form" package and ZoneForm class. All zone types are added as L2OFF. Custom zone types are deleted (ARTIFACT, SCRIPT,...) and good names are provided (Boss = NoRestart, NoLanding = NoFly, etc). NoRestart zones type (eg. previous Boss) behavior is now matching retail, and uses retail parameters aswell. It normally fixes the "instant teleport back to town when entering boss zones through few teleporters" issue. Implementation of onLogin/onLogout/onEnterRegion/onExitRegion methods types for zones. Implementation of EffectZoneTaskManager (a universal 666ms ticking task for all effect zones) and ZoneRevalidationTaskManager (a universal 666ms Creature revalidateZone task, avoiding multiple calls). Migrate zone related Stat Func application to zone onEnter/onExit, deleting ZoneManager#getZone calls upon stat calculation (run speed, hp/mp regen). Fix moving from same zone type to same zone type ; it doesn't consider to going out (hotfix). Should notably fix water re-entrance issue. Delete custom CastleTeleportZone, use retail Mass Teleporter HTMs and AI params. Manors - Ty LaRoja for fixes Fix an issue where turning in crops to the Manor Lord for materials would incorrectly add adena to the castle vault instead of deducting it, while seed sales are correctly handled. Fix an issue where the "Stop Purchase" button did not properly clear all crops. The last crop would remain set, and the manor wouldn't fully disable unless all adena was manually removed from the vault. Introduce //manor [change], allowing manually a manor cycle to run. Cursed Weapon CW passive skill is properly cleaned up. Ty Denzel for report. Don't store anymore Player reference on CursedWeapon. Store CursedWeapon reference upon Player, rather than itemId - for faster acquisition. Fix a NPE upon CursedWeapon#endOfLife. AI Fix aggressive monsters behavior. Ty Denzel for report, Bandnentans for fix. Fix EvilateA/B not respawning demons. Ty Bandnentans for report. Fix a conditional NPE over PartyLeaderHeretic2Aggressive AI. Fix Gordon script NPE. Ty Sahar for report. Move most DefaultNpc methods to Npc (npc isn't a parameter anymore, but the method caller). Overload NpcAi#addCastDesire with NpcSkillType parameter, since it was hard to read and error-prone. -> npc.getAI().addCastDesire(attacker, getNpcSkillByType(npc, NpcSkillType.DD_MAGIC), 1000000); -> npc.getAI().addCastDesire(attacker, NpcSkillType.DD_MAGIC, 1000000);. Implement NpcMaker#areaSetOnOff and Npc#areaSetOnOff. AIs can now activate and de-activate areas based on behavior (generally spawn and dying). Uncomment all scripts areas triggers. Implement Creature#isInThisTerritory, checking if a Creature is in a parametrized zone name. Uncomment all scripts areas triggers. Re-introduce back RandomAnimationTaskManager for Folks. Ty Bandnentans for report. getSeeRange() is now minimal Config.DEFAULT_SEE_RANGE - can't be lower - notably fix Gordon ON_SEE event. Implement NODE_ARRIVED EventHandler. Fix Gordon continuously running after attacking someone. Bugfixes Sanitize the username string in AuthLogin as it is in RequestAuthLogin. Ty artemis for fix. //set title is fixed (allows more than one token, and spaces between words). Add the possibility to clear title with no parameter. Add a missing sysMessage upon regular Pet's name set, remove one check processed by regex (and which had invalid sysMessage). Fix a "day 1" issue related to CH : if your clan was holding any CH, HP/MP regen was applied no matter the CH zone you were currently set. Remove run stance upon Npc#reduceCurrentHp, making Walker run when being hit. Ty Denzel for report. Fix an issue where Castle owners couldn't register for SCH. Fix the related SystemMessageId. Allow blocked interaction to scan at higher range. Organization Config : Introduce NAME_REGEX_PATTERN and TITLE_REGEX_PATTERN, delete ZONE_TOWN Config. Territory "Polygon to Triangle" algorithm is edited for an adapted version of Earcut (earcut4j without the hole handling), allowing monotone polygon and using Z-order curve index for faster spatial partitioning. Rewrite Triangle#intersects method to be more accurate. Drop grandboss_list SQL. The few "var" are now named "variable", prior to var keyword addition in Java. Update MariaDB connector from 3.1.4 to 3.5.3. Add //set pvp <number> and //set pk <number>. RoomInfo improvement - allocate and reuse a single List, rather than nullify it and create a new one.
    1 point
  9. 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
    1 point
  10. 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
  11. Mariadb is set to bind only to 127.0.0.1 and if netstat for example shows a second column like "listen 0.0.0.0:*" which is kind of confusing but actually represents potential remote addresses which can connect which because of bind to 127.0.0.1 means only 127.0.0.1 can connect. If you disable the firewall and try to connect from outside you will see it is not possible. Thanks for the commands, I do know about these but had not thought about them, thank you I will probably make some updates to the escipt this week based on yours and others feedback
    1 point
  12. @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
  13. 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
  14. 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
  15. Hello, I'd like to share with you a web template of me. https://www.mediafire.com/file/cslzde4h89it91y/Shinemaker.rar/file
    1 point
  16. corruption made this server become empty from 3rd day,only few randoms playing.
    1 point
  17. 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 :).
    1 point
  18. Selling project files for L2 Reborn Essence in p464 (High Elf) update. They are well tested and have all the features you would find necessary to open a server with the lowest amount of effort possible. They are based on L2scripts and have various exclusive codes in terms of optimization and handling features. All essence features and gameplay work according to official as they have been parsed directly from L2OFF. Custom interface: - System message window - Guaranteed Compound/Enchant - Extended autofarm - Priority use skills - Costumes - World Trade - DKP system Price - 25,000$ for server source + datapack + interface source + default geodata +10,000$ development to wolf (p507) +5,000$ for official "sniffers" +1,000$ for client parsers +300$ for DatEditor with private encryption (no dll/extended necessary) +300$ for geodata builder
    0 points
  19. This is just one of the many vile ways of sharing something "for free." I mean, if you don't find maps with the author's "signature," you find maps where you DOUBT OR DO NOT have to buy half of the part that's broken or incomplete, made on PURPOSE by the author. My friend, if you're not going to share something functional, it's better not to share. I hope this doesn't happen to you when you're hungry. They give you the plate and cutlery, but not the food.
    0 points
  20. Good luck! Let people know about what client is.
    -1 points
  21. Hello, later I will surely upload source code.
    -1 points
  22. Hello, I understand your concern, it is simply a lineage2 server, which can also run in a secure environment for example inside a Virtual Machine. If you don't know how to make a VM, you could try VirtualBox, install Windows server and you can do your tests safely. Best regards.
    -1 points
  23. what matters most here are the files... nobody cares what you think or believe if I am one or the other... people choose the best files to create their server and that's it... if for some reason they are not choosing you, you should create something by yourself and offer it. greetings
    -1 points
  24. L2MID RETURNS IN 2025! After 3 long years… The wait is FINALLY over! One of the most legendary Lineage 2 server is coming back stronger, sharper, and more competitive than ever before. All users who vote will receive exclusive gifts in the future! Cast your vote now! https://l2mid.com/vote/ Let’s make this the most epic comeback ever! Stay tuned for more updates and invite your friends L2Mid is BACK!
    -1 points
  25. 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
    -1 points
  26. you can check all my posts and see that i get nonsense downvotes. i have seen this done to other users as well.... This is no longer the fault of the people, but of the administrators who allow the abuse of this. Regards
    -1 points
  27. thanks to ignorant people like you, maxcheaters is the way it is.
    -1 points
  28. you can try our L2OFF H5 extender in its demo version. If you have any questions, please do not hesitate to contact me. Best regards.
    -1 points
  29. what is this all about? I don't know English, I don't understand it.
    -1 points
  30. [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!
    -2 points
×
×
  • 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